#96167D

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

Shades of Dark Purple #96167D

Tints of Dark Purple #96167D

Color information

#96167D (or 0x96167D) is unknown color: approx Dark Purple. HEX triplet: 96, 16 and 7D. RGB value is (150,22,125). Sum of RGB (Red+Green+Blue) = 150+22+125=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 125 (49.22% from 255 or 42.09% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96167D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96167D is #69E982. Grayscale: #474747. Windows color (decimal): -6941059 or 8197782. OLE color: 8197782.

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

Color convert

RGB15022125-
CMYK00.850.170.41
HSL311.72º74.42%33.73%-
HSV(B)311.72º85.33%58.82%-
XYZ16.578.5420.18-
YUV72.01157.91183.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 125 (49.22% from 255) = 42.09%
R=50.51%
G=7.41%
B=42.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502212500.850.170.41311.7274.4233.73
Hex96167D05511291384a22
Octal226261750125215147011242
Binary1001011010110111110101010101100011010011001110001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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