Html Css Color HEX #880E61 Eggplant

📋 copy color: '#880E61'

red 136 ◦ green 14 ◦ blue 97

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

Shades of Eggplant #880E61

Tints of Eggplant #880E61

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 97 (38.28% from 255) = 39.27%

R = 55.06%
G = 5.67%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880E61 (or 0x880E61) is known color: Eggplant. HEX triplet: 88, 0E and 61. RGB value is (136,14,97). Sum of RGB (Red+Green+Blue) = 136+14+97=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 97 (38.28% from 255 or 39.27% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880E61 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880E61 is #77F19E. Grayscale: #3B3B3B. Windows color (decimal): -7860639 or 6360712. OLE color: 6360712.

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

Color convert

RGB 136 14 97 -
CMYK 0 0.90 0.29 0.47
HSL 319.18º 0.81% 0.29% -
HSV(B) 319.18º 0.9% 0.53% -
XYZ 12.47 6.41 11.89 -
YUV 59.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 136 14 97 0 0.90 0.29 0.47 319.18 0.81 0.29
Hex 88 E 61 0 5A 1D 2F 13F 51 1D
Octal 210 16 141 0 132 35 57 477 121 35
Binary 10001000 1110 1100001 0 1011010 11101 101111 100111111 1010001 11101

Color Harmonies of #880E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880E61

Black with #880E61

Text Example


Text Example

White with #880E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880E61; }

 p { color: rgb(136,14,97); }

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

background-color css

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

 a { background-color: rgb(136,14,97); }

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

border-color css

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

 span { border-color: rgb(136,14,97); }

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