#962D87

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

Shades of Dark Purple #962D87

Tints of Dark Purple #962D87

Color information

#962D87 (or 0x962D87) is unknown color: approx Dark Purple. HEX triplet: 96, 2D and 87. RGB value is (150,45,135). Sum of RGB (Red+Green+Blue) = 150+45+135=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 45 (17.97% from 255 or 13.64% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #962D87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962D87 is #69D278. Grayscale: #565656. Windows color (decimal): -6935161 or 8859030. OLE color: 8859030.

HSL color Cylindrical-coordinate representation of color #962D87: hue angle of 308.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D87 is Cyan = 0, Magento = 0.70, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB15045135-
CMYK00.700.10.41
HSL308.57º53.85%38.24%-
HSV(B)308.57º70%58.82%-
XYZ17.8910.1123.93-
YUV86.66155.29173.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 45 (17.97% from 255) = 13.64%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=45.45%
G=13.64%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504513500.700.10.41308.5753.8538.24
Hex962D87046A291353626
Octal22655207010612514656646
Binary1001011010110110000111010001101010101001100110101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962D87; }

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

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

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

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

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

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

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

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