Html Css Color HEX #880060 Eggplant

📋 copy color: '#880060'

red 136 ◦ green 0 ◦ blue 96

#880060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #880060

Tints of Eggplant #880060

RGB

 RED value IS 136 (53.52% from 255) = 58.62%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 96 (37.89% from 255) = 41.38%

R = 58.62%
G = 0%
B = 41.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880060 (or 0x880060) is known color: Eggplant. HEX triplet: 88, 00 and 60. RGB value is (136,0,96). Sum of RGB (Red+Green+Blue) = 136+0+96=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #880060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880060 is #77FF9F. Grayscale: #333333. Windows color (decimal): -7864224 or 6291592. OLE color: 6291592.

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

Color convert

RGB 136 0 96 -
CMYK 0 1 0.29 0.47
HSL 317.65º 1% 0.27% -
HSV(B) 317.65º 1% 0.53% -
XYZ 12.26 6.08 11.59 -
YUV 51.61 153.06 188.19 -
System Red Green Blue C M Y K H S L
Decimal 136 0 96 0 1 0.29 0.47 317.65 1 0.27
Hex 88 0 60 0 64 1D 2F 13E 64 1B
Octal 210 0 140 0 144 35 57 476 144 33
Binary 10001000 0 1100000 0 1100100 11101 101111 100111110 1100100 11011

Color Harmonies of #880060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880060

Black with #880060

Text Example


Text Example

White with #880060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880060; }

 p { color: rgb(136,0,96); }

 H1.HeaderClassName
 {
   color: #880060;
 }
 .AnyTagClassName
 {
   color: #880060;
 }
</style>

background-color css

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

 a { background-color: rgb(136,0,96); }

 div.DivClassName
 {
   background-color: #880060;
 }
 .BgClassName
 {
   background-color: #880060;
 }
</style>

border-color css

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

 span { border-color: rgb(136,0,96); }

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