#961873

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

Shades of Dark Purple #961873

Tints of Dark Purple #961873

Color information

#961873 (or 0x961873) is unknown color: approx Dark Purple. HEX triplet: 96, 18 and 73. RGB value is (150,24,115). Sum of RGB (Red+Green+Blue) = 150+24+115=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 115 (45.31% from 255 or 39.79% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #961873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961873 is #69E78C. Grayscale: #474747. Windows color (decimal): -6940557 or 7542934. OLE color: 7542934.

HSL color Cylindrical-coordinate representation of color #961873: hue angle of 316.67º 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 #961873 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB15024115-
CMYK00.840.230.41
HSL316.67º72.41%34.12%-
HSV(B)316.67º84%58.82%-
XYZ168.3816.99-
YUV72.05152.24183.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.90%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 115 (45.31% from 255) = 39.79%
R=51.90%
G=8.30%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502411500.840.230.41316.6772.4134.12
Hex961873054172913d4822
Octal226301630124275147511042
Binary1001011011000111001101010100101111010011001111011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961873; }

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

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

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

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

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

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

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

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