Html Css Color HEX #880154 Eggplant

📋 copy color: '#880154'

red 136 ◦ green 1 ◦ blue 84

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

Shades of Eggplant #880154

Tints of Eggplant #880154

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 61.54%
G = 0.45%
B = 38.01%

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

#880154 (or 0x880154) is known color: Eggplant. HEX triplet: 88, 01 and 54. RGB value is (136,1,84). Sum of RGB (Red+Green+Blue) = 136+1+84=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #880154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880154 is #77FEAB. Grayscale: #323232. Windows color (decimal): -7863980 or 5505416. OLE color: 5505416.

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

Color convert

RGB 136 1 84 -
CMYK 0 0.99 0.38 0.47
HSL 323.11º 0.99% 0.27% -
HSV(B) 323.11º 0.99% 0.53% -
XYZ 11.76 5.9 8.91 -
YUV 50.83 146.73 188.75 -
System Red Green Blue C M Y K H S L
Decimal 136 1 84 0 0.99 0.38 0.47 323.11 0.99 0.27
Hex 88 1 54 0 63 26 2F 143 63 1B
Octal 210 1 124 0 143 46 57 503 143 33
Binary 10001000 1 1010100 0 1100011 100110 101111 101000011 1100011 11011

Color Harmonies of #880154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880154

Black with #880154

Text Example


Text Example

White with #880154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880154; }

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

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

background-color css

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

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

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

border-color css

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

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

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