Html Css Color HEX #880870 Eggplant

📋 copy color: '#880870'

red 136 ◦ green 8 ◦ blue 112

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

Shades of Eggplant #880870

Tints of Eggplant #880870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 112 (44.14% from 255) = 43.75%

R = 53.13%
G = 3.13%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#880870 (or 0x880870) is known color: Eggplant. HEX triplet: 88, 08 and 70. RGB value is (136,8,112). Sum of RGB (Red+Green+Blue) = 136+8+112=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #880870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880870 is #77F78F. Grayscale: #393939. Windows color (decimal): -7862160 or 7342216. OLE color: 7342216.

HSL color Cylindrical-coordinate representation of color #880870: hue angle of 311.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880870 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 112 -
CMYK 0 0.94 0.18 0.47
HSL 311.25º 0.89% 0.28% -
HSV(B) 311.25º 0.94% 0.53% -
XYZ 13.16 6.58 15.91 -
YUV 58.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 136 8 112 0 0.94 0.18 0.47 311.25 0.89 0.28
Hex 88 8 70 0 5E 12 2F 137 59 1C
Octal 210 10 160 0 136 22 57 467 131 34
Binary 10001000 1000 1110000 0 1011110 10010 101111 100110111 1011001 11100

Color Harmonies of #880870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880870

Black with #880870

Text Example


Text Example

White with #880870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880870; }

 p { color: rgb(136,8,112); }

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

background-color css

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

 a { background-color: rgb(136,8,112); }

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

border-color css

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

 span { border-color: rgb(136,8,112); }

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