#962487

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

Shades of Dark Purple #962487

Tints of Dark Purple #962487

Color information

#962487 (or 0x962487) is unknown color: approx Dark Purple. HEX triplet: 96, 24 and 87. RGB value is (150,36,135). Sum of RGB (Red+Green+Blue) = 150+36+135=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #962487 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962487 is #69DB78. Grayscale: #515151. Windows color (decimal): -6937465 or 8856726. OLE color: 8856726.

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

Color convert

RGB15036135-
CMYK00.760.10.41
HSL307.89º61.29%36.47%-
HSV(B)307.89º76%58.82%-
XYZ17.589.523.83-
YUV81.37158.27176.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.73%
GREEN value IS 36 (14.45% from 255) = 11.21%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=46.73%
G=11.21%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503613500.760.10.41307.8961.2936.47
Hex96248704CA291343d24
Octal22644207011412514647544
Binary1001011010010010000111010011001010101001100110100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962487; }

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

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

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

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

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

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

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

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