#96006D

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

Shades of Eggplant #96006D

Tints of Eggplant #96006D

Color information

#96006D (or 0x96006D) is unknown color: approx Eggplant. HEX triplet: 96, 00 and 6D. RGB value is (150,0,109). Sum of RGB (Red+Green+Blue) = 150+0+109=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96006D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96006D is #69FF92. Grayscale: #383838. Windows color (decimal): -6946707 or 7143574. OLE color: 7143574.

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

Color convert

RGB1500109-
CMYK010.270.41
HSL316.4º100%29.41%-
HSV(B)316.4º100%58.82%-
XYZ15.347.5915.12-
YUV57.28157.2194.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 42.08%
R=57.92%
G=0%
B=42.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1500109010.270.41316.410029.41
Hex9606D0641B2913c641d
Octal22601550144335147414435
Binary10010110011011010110010011011101001100111100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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