Html Css Color HEX #880856 Eggplant

📋 copy color: '#880856'

red 136 ◦ green 8 ◦ blue 86

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

Shades of Eggplant #880856

Tints of Eggplant #880856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 37.39%

R = 59.13%
G = 3.48%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#880856 (or 0x880856) is known color: Eggplant. HEX triplet: 88, 08 and 56. RGB value is (136,8,86). Sum of RGB (Red+Green+Blue) = 136+8+86=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #880856 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880856 is #77F7A9. Grayscale: #363636. Windows color (decimal): -7862186 or 5638280. OLE color: 5638280.

HSL color Cylindrical-coordinate representation of color #880856: hue angle of 323.44º 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 #880856 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 86 -
CMYK 0 0.94 0.37 0.47
HSL 323.44º 0.89% 0.28% -
HSV(B) 323.44º 0.94% 0.53% -
XYZ 11.92 6.08 9.35 -
YUV 55.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 136 8 86 0 0.94 0.37 0.47 323.44 0.89 0.28
Hex 88 8 56 0 5E 25 2F 143 59 1C
Octal 210 10 126 0 136 45 57 503 131 34
Binary 10001000 1000 1010110 0 1011110 100101 101111 101000011 1011001 11100

Color Harmonies of #880856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880856

Black with #880856

Text Example


Text Example

White with #880856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880856; }

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

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

background-color css

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

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

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

border-color css

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

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

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