#96167B

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

Shades of Dark Purple #96167B

Tints of Dark Purple #96167B

Color information

#96167B (or 0x96167B) is unknown color: approx Dark Purple. HEX triplet: 96, 16 and 7B. RGB value is (150,22,123). Sum of RGB (Red+Green+Blue) = 150+22+123=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96167B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96167B is #69E984. Grayscale: #474747. Windows color (decimal): -6941061 or 8066710. OLE color: 8066710.

HSL color Cylindrical-coordinate representation of color #96167B: hue angle of 312.66º 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 #96167B is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15022123-
CMYK00.850.180.41
HSL312.66º74.42%33.73%-
HSV(B)312.66º85.33%58.82%-
XYZ16.448.4919.51-
YUV71.79156.91183.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 22 (8.98% from 255) = 7.46%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=50.85%
G=7.46%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502212300.850.180.41312.6674.4233.73
Hex96167B05512291394a22
Octal226261730125225147111242
Binary1001011010110111101101010101100101010011001110011001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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