#96086D

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

Shades of Eggplant #96086D

Tints of Eggplant #96086D

Color information

#96086D (or 0x96086D) is unknown color: approx Eggplant. HEX triplet: 96, 08 and 6D. RGB value is (150,8,109). Sum of RGB (Red+Green+Blue) = 150+8+109=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #96086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96086D is #69F792. Grayscale: #3D3D3D. Windows color (decimal): -6944659 or 7145622. OLE color: 7145622.

HSL color Cylindrical-coordinate representation of color #96086D: hue angle of 317.32º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96086D is Cyan = 0, Magento = 0.95, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB1508109-
CMYK00.950.270.41
HSL317.32º89.87%30.98%-
HSV(B)317.32º94.67%58.82%-
XYZ15.427.7615.15-
YUV61.97154.54190.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 8 (3.52% from 255) = 3.00%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=56.18%
G=3.00%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150810900.950.270.41317.3289.8730.98
Hex9686D05F1B2913d5a1f
Octal226101550137335147513237
Binary10010110100011011010101111111011101001100111101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96086D; }

 p { color: rgb(150,8,109); }

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

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

 a { background-color: rgb(150,8,109); }

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

<style>
 span { border-color: #96086D; }

 span { border-color: rgb(150,8,109); }

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