Html Css Color HEX #880357 Eggplant

📋 copy color: '#880357'

red 136 ◦ green 3 ◦ blue 87

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

Shades of Eggplant #880357

Tints of Eggplant #880357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 38.5%

R = 60.18%
G = 1.33%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#880357 (or 0x880357) is known color: Eggplant. HEX triplet: 88, 03 and 57. RGB value is (136,3,87). Sum of RGB (Red+Green+Blue) = 136+3+87=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #880357 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880357 is #77FCA8. Grayscale: #343434. Windows color (decimal): -7863465 or 5702536. OLE color: 5702536.

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

Color convert

RGB 136 3 87 -
CMYK 0 0.98 0.36 0.47
HSL 322.11º 0.96% 0.27% -
HSV(B) 322.11º 0.98% 0.53% -
XYZ 11.91 5.99 9.54 -
YUV 52.34 147.56 187.67 -
System Red Green Blue C M Y K H S L
Decimal 136 3 87 0 0.98 0.36 0.47 322.11 0.96 0.27
Hex 88 3 57 0 62 24 2F 142 60 1B
Octal 210 3 127 0 142 44 57 502 140 33
Binary 10001000 11 1010111 0 1100010 100100 101111 101000010 1100000 11011

Color Harmonies of #880357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880357

Black with #880357

Text Example


Text Example

White with #880357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880357; }

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

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

background-color css

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

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

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

border-color css

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

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

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