#96117E

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

Shades of Dark Purple #96117E

Tints of Dark Purple #96117E

Color information

#96117E (or 0x96117E) is unknown color: approx Dark Purple. HEX triplet: 96, 11 and 7E. RGB value is (150,17,126). Sum of RGB (Red+Green+Blue) = 150+17+126=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 126 (49.61% from 255 or 43.00% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96117E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96117E is #69EE81. Grayscale: #444444. Windows color (decimal): -6942338 or 8262038. OLE color: 8262038.

HSL color Cylindrical-coordinate representation of color #96117E: hue angle of 310.83º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96117E is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB15017126-
CMYK00.890.160.41
HSL310.83º79.64%32.75%-
HSV(B)310.83º88.67%58.82%-
XYZ16.548.3920.49-
YUV69.19160.06185.64-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 126 (49.61% from 255) = 43.00%
R=51.19%
G=5.80%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501712600.890.160.41310.8379.6432.75
Hex96117E05910291375021
Octal226211760131205146712041
Binary1001011010001111111001011001100001010011001101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96117E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,17,126); }

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

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

 a { background-color: rgb(150,17,126); }

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

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

 span { border-color: rgb(150,17,126); }

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