#96176E

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

Shades of Dark Purple #96176E

Tints of Dark Purple #96176E

Color information

#96176E (or 0x96176E) is unknown color: approx Dark Purple. HEX triplet: 96, 17 and 6E. RGB value is (150,23,110). Sum of RGB (Red+Green+Blue) = 150+23+110=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #96176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96176E is #69E891. Grayscale: #464646. Windows color (decimal): -6940818 or 7214998. OLE color: 7214998.

HSL color Cylindrical-coordinate representation of color #96176E: hue angle of 318.9º degrees, saturation: 0.73, 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 #96176E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB15023110-
CMYK00.850.270.41
HSL318.9º73.41%33.92%-
HSV(B)318.9º84.67%58.82%-
XYZ15.78.2215.51-
YUV70.89150.08184.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.00%
GREEN value IS 23 (9.38% from 255) = 8.13%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=53.00%
G=8.13%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502311000.850.270.41318.973.4133.92
Hex96176E0551B2913f4922
Octal226271560125335147711142
Binary1001011010111110111001010101110111010011001111111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96176E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96176E; }

 p { color: rgb(150,23,110); }

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

<style>
 a { background-color: #96176E; }

 a { background-color: rgb(150,23,110); }

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

<style>
 span { border-color: #96176E; }

 span { border-color: rgb(150,23,110); }

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