#96157D

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

Shades of Dark Purple #96157D

Tints of Dark Purple #96157D

Color information

#96157D (or 0x96157D) is unknown color: approx Dark Purple. HEX triplet: 96, 15 and 7D. RGB value is (150,21,125). Sum of RGB (Red+Green+Blue) = 150+21+125=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96157D is #69EA82. Grayscale: #474747. Windows color (decimal): -6941315 or 8197526. OLE color: 8197526.

HSL color Cylindrical-coordinate representation of color #96157D: hue angle of 311.63º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96157D is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15021125-
CMYK00.860.170.41
HSL311.63º75.44%33.53%-
HSV(B)311.63º86%58.82%-
XYZ16.558.520.17-
YUV71.43158.24184.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 21 (8.59% from 255) = 7.09%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=50.68%
G=7.09%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502112500.860.170.41311.6375.4433.53
Hex96157D05611291384b22
Octal226251750126215147011342
Binary1001011010101111110101010110100011010011001110001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96157D; }

 p { color: rgb(150,21,125); }

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

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

 a { background-color: rgb(150,21,125); }

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

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

 span { border-color: rgb(150,21,125); }

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