#962087

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

Shades of Dark Purple #962087

Tints of Dark Purple #962087

Color information

#962087 (or 0x962087) is unknown color: approx Dark Purple. HEX triplet: 96, 20 and 87. RGB value is (150,32,135). Sum of RGB (Red+Green+Blue) = 150+32+135=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #962087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962087 is #69DF78. Grayscale: #4E4E4E. Windows color (decimal): -6938489 or 8855702. OLE color: 8855702.

HSL color Cylindrical-coordinate representation of color #962087: hue angle of 307.63º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962087 is Cyan = 0, Magento = 0.79, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB15032135-
CMYK00.790.10.41
HSL307.63º64.84%35.69%-
HSV(B)307.63º78.67%58.82%-
XYZ17.479.2723.79-
YUV79.02159.59178.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 32 (12.89% from 255) = 10.09%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=47.32%
G=10.09%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503213500.790.10.41307.6364.8435.69
Hex96208704FA291344124
Octal226402070117125146410144
Binary10010110100000100001110100111110101010011001101001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962087; }

 p { color: rgb(150,32,135); }

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

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

 a { background-color: rgb(150,32,135); }

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

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

 span { border-color: rgb(150,32,135); }

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