#88066D

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

Shades of Eggplant #88066D

Tints of Eggplant #88066D

Color information

#88066D (or 0x88066D) is unknown color: approx Eggplant. HEX triplet: 88, 06 and 6D. RGB value is (136,6,109). Sum of RGB (Red+Green+Blue) = 136+6+109=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88066D is #77F992. Grayscale: #383838. Windows color (decimal): -7862675 or 7145096. OLE color: 7145096.

HSL color Cylindrical-coordinate representation of color #88066D: hue angle of 312.46º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88066D is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB1366109-
CMYK00.960.200.47
HSL312.46º91.55%27.84%-
HSV(B)312.46º95.59%53.33%-
XYZ12.986.4715.03-
YUV56.61157.57184.62-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 109 (42.97% from 255) = 43.43%
R=54.18%
G=2.39%
B=43.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136610900.960.200.47312.4691.5527.84
Hex8866D060142F1385c1c
Octal21061550140245747013434
Binary1000100011011011010110000010100101111100111000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88066D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,6,109); }

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

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

 a { background-color: rgb(136,6,109); }

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

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

 span { border-color: rgb(136,6,109); }

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