#96167C

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

Shades of Dark Purple #96167C

Tints of Dark Purple #96167C

Color information

#96167C (or 0x96167C) is unknown color: approx Dark Purple. HEX triplet: 96, 16 and 7C. RGB value is (150,22,124). Sum of RGB (Red+Green+Blue) = 150+22+124=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96167C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96167C is #69E983. Grayscale: #474747. Windows color (decimal): -6941060 or 8132246. OLE color: 8132246.

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

Color convert

RGB15022124-
CMYK00.850.170.41
HSL312.19º74.42%33.73%-
HSV(B)312.19º85.33%58.82%-
XYZ16.58.5119.84-
YUV71.9157.41183.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 22 (8.98% from 255) = 7.43%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=50.68%
G=7.43%
B=41.89%

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
Decimal1502212400.850.170.41312.1974.4233.73
Hex96167C05511291384a22
Octal226261740125215147011242
Binary1001011010110111110001010101100011010011001110001001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96167C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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