Html Css Color HEX #880256 Eggplant

📋 copy color: '#880256'

red 136 ◦ green 2 ◦ blue 86

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

Shades of Eggplant #880256

Tints of Eggplant #880256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.89%

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

R = 60.71%
G = 0.89%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#880256 (or 0x880256) is known color: Eggplant. HEX triplet: 88, 02 and 56. RGB value is (136,2,86). Sum of RGB (Red+Green+Blue) = 136+2+86=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #880256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880256 is #77FDA9. Grayscale: #333333. Windows color (decimal): -7863722 or 5636744. OLE color: 5636744.

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

Color convert

RGB 136 2 86 -
CMYK 0 0.99 0.37 0.47
HSL 322.39º 0.97% 0.27% -
HSV(B) 322.39º 0.99% 0.53% -
XYZ 11.85 5.95 9.33 -
YUV 51.64 147.39 188.17 -
System Red Green Blue C M Y K H S L
Decimal 136 2 86 0 0.99 0.37 0.47 322.39 0.97 0.27
Hex 88 2 56 0 63 25 2F 142 61 1B
Octal 210 2 126 0 143 45 57 502 141 33
Binary 10001000 10 1010110 0 1100011 100101 101111 101000010 1100001 11011

Color Harmonies of #880256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880256

Black with #880256

Text Example


Text Example

White with #880256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880256; }

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

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

background-color css

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

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

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

border-color css

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

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

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