#96186a

Color #96186A Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #96186A

Tints of Eggplant #96186A

Color information

#96186A (or 0x96186A) is unknown color: approx Eggplant. HEX triplet: 96, 18 and 6A. RGB value is (150,24,106). Sum of RGB (Red+Green+Blue) = 150+24+106=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96186A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96186A is #69E795. Grayscale: #464646. Windows color (decimal): -6940566 or 6953110. OLE color: 6953110.

HSL color Cylindrical-coordinate representation of color #96186A: hue angle of 320.95º 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 #96186A is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15024106-
CMYK00.840.290.41
HSL320.95º72.41%34.12%-
HSV(B)320.95º84%58.82%-
XYZ15.518.1814.4-
YUV71.02147.74184.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 24 (9.77% from 255) = 8.57%
BLUE value IS 106 (41.80% from 255) = 37.86%
R=53.57%
G=8.57%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1502410600.840.290.41320.9572.4134.12
Hex96186A0541D291414822
Octal226301520124355150111042
Binary1001011011000110101001010100111011010011010000011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96186a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96186a; }

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

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

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

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

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

<style>
 span { border-color: #96186a; }

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

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