Html Css Color HEX #880354 Eggplant

📋 copy color: '#880354'

red 136 ◦ green 3 ◦ blue 84

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

Shades of Eggplant #880354

Tints of Eggplant #880354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 60.99%
G = 1.35%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#880354 (or 0x880354) is known color: Eggplant. HEX triplet: 88, 03 and 54. RGB value is (136,3,84). Sum of RGB (Red+Green+Blue) = 136+3+84=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880354 is #77FCAB. Grayscale: #333333. Windows color (decimal): -7863468 or 5505928. OLE color: 5505928.

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

Color convert

RGB 136 3 84 -
CMYK 0 0.98 0.38 0.47
HSL 323.46º 0.96% 0.27% -
HSV(B) 323.46º 0.98% 0.53% -
XYZ 11.79 5.94 8.91 -
YUV 52 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 136 3 84 0 0.98 0.38 0.47 323.46 0.96 0.27
Hex 88 3 54 0 62 26 2F 143 60 1B
Octal 210 3 124 0 142 46 57 503 140 33
Binary 10001000 11 1010100 0 1100010 100110 101111 101000011 1100000 11011

Color Harmonies of #880354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880354

Black with #880354

Text Example


Text Example

White with #880354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880354; }

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

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

background-color css

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

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

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

border-color css

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

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

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