#95246F

Color #95246F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #95246F

Tints of Dark Purple #95246F

Color information

#95246F (or 0x95246F) is unknown color: approx Dark Purple. HEX triplet: 95, 24 and 6F. RGB value is (149,36,111). Sum of RGB (Red+Green+Blue) = 149+36+111=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95246F is #6ADB90. Grayscale: #4E4E4E. Windows color (decimal): -7003025 or 7283861. OLE color: 7283861.

HSL color Cylindrical-coordinate representation of color #95246F: hue angle of 320.18º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95246F is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB14936111-
CMYK00.760.260.42
HSL320.18º61.08%36.27%-
HSV(B)320.18º75.84%58.43%-
XYZ15.898.815.9-
YUV78.34146.44178.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 36 (14.45% from 255) = 12.16%
BLUE value IS 111 (43.75% from 255) = 37.5%
R=50.34%
G=12.16%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493611100.760.260.42320.1861.0836.27
Hex95246F04C1A2A1403d24
Octal22544157011432525007544
Binary1001010110010011011110100110011010101010101000000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95246F; }

 p { color: rgb(149,36,111); }

 H1.HeaderClassName
 {
   color: #95246F;
 }
 .AnyTagClassName
 {
   color: #95246F;
 }
</style>
background-color css

<style>
 a { background-color: #95246F; }

 a { background-color: rgb(149,36,111); }

 div.DivClassName
 {
   background-color: #95246F;
 }
 .BgClassName
 {
   background-color: #95246F;
 }
</style>
border-color css

<style>
 span { border-color: #95246F; }

 span { border-color: rgb(149,36,111); }

 td.TdClassName
 {
   border-color: #95246F;
 }
 .TagClassName
 {
   border-color: #95246F;
 }
</style>