#96166F

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

Shades of Dark Purple #96166F

Tints of Dark Purple #96166F

Color information

#96166F (or 0x96166F) is unknown color: approx Dark Purple. HEX triplet: 96, 16 and 6F. RGB value is (150,22,111). Sum of RGB (Red+Green+Blue) = 150+22+111=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96166F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96166F is #69E990. Grayscale: #464646. Windows color (decimal): -6941073 or 7280278. OLE color: 7280278.

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

Color convert

RGB15022111-
CMYK00.850.260.41
HSL318.28º74.42%33.73%-
HSV(B)318.28º85.33%58.82%-
XYZ15.738.2115.79-
YUV70.42150.91184.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 111 (43.75% from 255) = 39.22%
R=53.00%
G=7.77%
B=39.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502211100.850.260.41318.2874.4233.73
Hex96166F0551A2913e4a22
Octal226261570125325147611242
Binary1001011010110110111101010101110101010011001111101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96166F; }

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

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

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

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

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

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

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

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