#96188C

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

Shades of Dark Purple #96188C

Tints of Dark Purple #96188C

Color information

#96188C (or 0x96188C) is unknown color: approx Dark Purple. HEX triplet: 96, 18 and 8C. RGB value is (150,24,140). Sum of RGB (Red+Green+Blue) = 150+24+140=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #96188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96188C is #69E773. Grayscale: #4A4A4A. Windows color (decimal): -6940532 or 9181334. OLE color: 9181334.

HSL color Cylindrical-coordinate representation of color #96188C: hue angle of 304.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96188C is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB15024140-
CMYK00.840.070.41
HSL304.76º72.41%34.12%-
HSV(B)304.76º84%58.82%-
XYZ17.649.0325.62-
YUV74.9164.74181.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.77%
GREEN value IS 24 (9.77% from 255) = 7.64%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=47.77%
G=7.64%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502414000.840.070.41304.7672.4134.12
Hex96188C0547291314822
Octal22630214012475146111042
Binary100101101100010001100010101001111010011001100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,24,140); }

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

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

 a { background-color: rgb(150,24,140); }

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

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

 span { border-color: rgb(150,24,140); }

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