Html Css Color HEX #880359 Eggplant

📋 copy color: '#880359'

red 136 ◦ green 3 ◦ blue 89

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

Shades of Eggplant #880359

Tints of Eggplant #880359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.04%

R = 59.65%
G = 1.32%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.47

RGB Variations

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

Color information

#880359 (or 0x880359) is known color: Eggplant. HEX triplet: 88, 03 and 59. RGB value is (136,3,89). Sum of RGB (Red+Green+Blue) = 136+3+89=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 89 (35.16% from 255 or 39.04% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #880359 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880359 is #77FCA6. Grayscale: #343434. Windows color (decimal): -7863463 or 5833608. OLE color: 5833608.

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

Color convert

RGB 136 3 89 -
CMYK 0 0.98 0.35 0.47
HSL 321.2º 0.96% 0.27% -
HSV(B) 321.2º 0.98% 0.53% -
XYZ 11.99 6.02 9.98 -
YUV 52.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 136 3 89 0 0.98 0.35 0.47 321.2 0.96 0.27
Hex 88 3 59 0 62 23 2F 141 60 1B
Octal 210 3 131 0 142 43 57 501 140 33
Binary 10001000 11 1011001 0 1100010 100011 101111 101000001 1100000 11011

Color Harmonies of #880359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880359

Black with #880359

Text Example


Text Example

White with #880359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880359; }

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

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

background-color css

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

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

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

border-color css

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

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

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