Html Css Color HEX #880454 Eggplant

📋 copy color: '#880454'

red 136 ◦ green 4 ◦ blue 84

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

Shades of Eggplant #880454

Tints of Eggplant #880454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 60.71%
G = 1.79%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#880454 (or 0x880454) is known color: Eggplant. HEX triplet: 88, 04 and 54. RGB value is (136,4,84). Sum of RGB (Red+Green+Blue) = 136+4+84=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 84 (33.20% from 255 or 37.5% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #880454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880454 is #77FBAB. Grayscale: #343434. Windows color (decimal): -7863212 or 5506184. OLE color: 5506184.

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

Color convert

RGB 136 4 84 -
CMYK 0 0.97 0.38 0.47
HSL 323.64º 0.94% 0.27% -
HSV(B) 323.64º 0.97% 0.53% -
XYZ 11.8 5.96 8.92 -
YUV 52.59 145.73 187.5 -
System Red Green Blue C M Y K H S L
Decimal 136 4 84 0 0.97 0.38 0.47 323.64 0.94 0.27
Hex 88 4 54 0 61 26 2F 144 5E 1B
Octal 210 4 124 0 141 46 57 504 136 33
Binary 10001000 100 1010100 0 1100001 100110 101111 101000100 1011110 11011

Color Harmonies of #880454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880454

Black with #880454

Text Example


Text Example

White with #880454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880454; }

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

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

background-color css

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

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

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

border-color css

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

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

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