Html Css Color HEX #880054 Eggplant

📋 copy color: '#880054'

red 136 ◦ green 0 ◦ blue 84

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

Shades of Eggplant #880054

Tints of Eggplant #880054

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 84 (33.2% from 255) = 38.18%

R = 61.82%
G = 0%
B = 38.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#880054 (or 0x880054) is known color: Eggplant. HEX triplet: 88, 00 and 54. RGB value is (136,0,84). Sum of RGB (Red+Green+Blue) = 136+0+84=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #880054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880054 is #77FFAB. Grayscale: #323232. Windows color (decimal): -7864236 or 5505160. OLE color: 5505160.

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

Color convert

RGB 136 0 84 -
CMYK 0 1 0.38 0.47
HSL 322.94º 1% 0.27% -
HSV(B) 322.94º 1% 0.53% -
XYZ 11.75 5.87 8.9 -
YUV 50.24 147.06 189.17 -
System Red Green Blue C M Y K H S L
Decimal 136 0 84 0 1 0.38 0.47 322.94 1 0.27
Hex 88 0 54 0 64 26 2F 143 64 1B
Octal 210 0 124 0 144 46 57 503 144 33
Binary 10001000 0 1010100 0 1100100 100110 101111 101000011 1100100 11011

Color Harmonies of #880054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880054

Black with #880054

Text Example


Text Example

White with #880054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880054; }

 p { color: rgb(136,0,84); }

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

background-color css

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

 a { background-color: rgb(136,0,84); }

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

border-color css

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

 span { border-color: rgb(136,0,84); }

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