#952986

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

Shades of Dark Purple #952986

Tints of Dark Purple #952986

Color information

#952986 (or 0x952986) is unknown color: approx Dark Purple. HEX triplet: 95, 29 and 86. RGB value is (149,41,134). Sum of RGB (Red+Green+Blue) = 149+41+134=324 (42% of max value = 765). Red value is 149 (58.59% from 255 or 45.99% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 134 (52.73% from 255 or 41.36% from 324); Max value from RGB is 149 - color contains mainly: red. Hex color #952986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952986 is #6AD679. Grayscale: #535353. Windows color (decimal): -7001722 or 8792469. OLE color: 8792469.

HSL color Cylindrical-coordinate representation of color #952986: hue angle of 308.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952986 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB14941134-
CMYK00.720.100.42
HSL308.33º56.84%37.25%-
HSV(B)308.33º72.48%58.43%-
XYZ17.499.723.5-
YUV83.89156.28174.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.99%
GREEN value IS 41 (16.41% from 255) = 12.65%
BLUE value IS 134 (52.73% from 255) = 41.36%
R=45.99%
G=12.65%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494113400.720.100.42308.3356.8437.25
Hex952986048A2A1343925
Octal22551206011012524647145
Binary1001010110100110000110010010001010101010100110100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952986; }

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

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

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

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

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

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

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

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