#961872

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

Shades of Dark Purple #961872

Tints of Dark Purple #961872

Color information

#961872 (or 0x961872) is unknown color: approx Dark Purple. HEX triplet: 96, 18 and 72. RGB value is (150,24,114). Sum of RGB (Red+Green+Blue) = 150+24+114=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #961872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961872 is #69E78D. Grayscale: #474747. Windows color (decimal): -6940558 or 7477398. OLE color: 7477398.

HSL color Cylindrical-coordinate representation of color #961872: hue angle of 317.14º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961872 is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB15024114-
CMYK00.840.240.41
HSL317.14º72.41%34.12%-
HSV(B)317.14º84%58.82%-
XYZ15.948.3516.69-
YUV71.93151.74183.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 24 (9.77% from 255) = 8.33%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=52.08%
G=8.33%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502411400.840.240.41317.1472.4134.12
Hex961872054182913d4822
Octal226301620124305147511042
Binary1001011011000111001001010100110001010011001111011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961872; }

 p { color: rgb(150,24,114); }

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

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

 a { background-color: rgb(150,24,114); }

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

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

 span { border-color: rgb(150,24,114); }

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