#952486

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

Shades of Dark Purple #952486

Tints of Dark Purple #952486

Color information

#952486 (or 0x952486) is unknown color: approx Dark Purple. HEX triplet: 95, 24 and 86. RGB value is (149,36,134). Sum of RGB (Red+Green+Blue) = 149+36+134=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #952486 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952486 is #6ADB79. Grayscale: #505050. Windows color (decimal): -7003002 or 8791189. OLE color: 8791189.

HSL color Cylindrical-coordinate representation of color #952486: hue angle of 307.96º 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 #952486 is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14936134-
CMYK00.760.100.42
HSL307.96º61.08%36.27%-
HSV(B)307.96º75.84%58.43%-
XYZ17.339.3723.45-
YUV80.96157.94176.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.71%
GREEN value IS 36 (14.45% from 255) = 11.29%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=46.71%
G=11.29%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493613400.760.100.42307.9661.0836.27
Hex95248604CA2A1343d24
Octal22544206011412524647544
Binary1001010110010010000110010011001010101010100110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952486; }

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

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

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

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

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

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

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

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