#88065F

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

Shades of Eggplant #88065F

Tints of Eggplant #88065F

Color information

#88065F (or 0x88065F) is unknown color: approx Eggplant. HEX triplet: 88, 06 and 5F. RGB value is (136,6,95). Sum of RGB (Red+Green+Blue) = 136+6+95=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #88065F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88065F is #77F9A0. Grayscale: #363636. Windows color (decimal): -7862689 or 6227592. OLE color: 6227592.

HSL color Cylindrical-coordinate representation of color #88065F: hue angle of 318.92º 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 #88065F is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB136695-
CMYK00.960.300.47
HSL318.92º91.55%27.84%-
HSV(B)318.92º95.59%53.33%-
XYZ12.286.1911.37-
YUV55.02150.57185.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.38%
GREEN value IS 6 (2.73% from 255) = 2.53%
BLUE value IS 95 (37.5% from 255) = 40.08%
R=57.38%
G=2.53%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13669500.960.300.47318.9291.5527.84
Hex8865F0601E2F13f5c1c
Octal21061370140365747713434
Binary1000100011010111110110000011110101111100111111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88065F; }

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

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

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

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

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

<style>
 span { border-color: #88065F; }

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

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