Html Css Color HEX #880255 Eggplant

📋 copy color: '#880255'

red 136 ◦ green 2 ◦ blue 85

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

Shades of Eggplant #880255

Tints of Eggplant #880255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 38.12%

R = 60.99%
G = 0.9%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#880255 (or 0x880255) is known color: Eggplant. HEX triplet: 88, 02 and 55. RGB value is (136,2,85). Sum of RGB (Red+Green+Blue) = 136+2+85=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880255 is #77FDAA. Grayscale: #333333. Windows color (decimal): -7863723 or 5571208. OLE color: 5571208.

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

Color convert

RGB 136 2 85 -
CMYK 0 0.99 0.38 0.47
HSL 322.84º 0.97% 0.27% -
HSV(B) 322.84º 0.99% 0.53% -
XYZ 11.81 5.93 9.12 -
YUV 51.53 146.89 188.25 -
System Red Green Blue C M Y K H S L
Decimal 136 2 85 0 0.99 0.38 0.47 322.84 0.97 0.27
Hex 88 2 55 0 63 26 2F 143 61 1B
Octal 210 2 125 0 143 46 57 503 141 33
Binary 10001000 10 1010101 0 1100011 100110 101111 101000011 1100001 11011

Color Harmonies of #880255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880255

Black with #880255

Text Example


Text Example

White with #880255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880255; }

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

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

background-color css

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

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

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

border-color css

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

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

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