Html Css Color HEX #880560 Eggplant

📋 copy color: '#880560'

red 136 ◦ green 5 ◦ blue 96

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

Shades of Eggplant #880560

Tints of Eggplant #880560

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.11%

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 57.38%
G = 2.11%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880560 (or 0x880560) is known color: Eggplant. HEX triplet: 88, 05 and 60. RGB value is (136,5,96). Sum of RGB (Red+Green+Blue) = 136+5+96=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #880560 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880560 is #77FA9F. Grayscale: #363636. Windows color (decimal): -7862944 or 6292872. OLE color: 6292872.

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

Color convert

RGB 136 5 96 -
CMYK 0 0.96 0.29 0.47
HSL 318.32º 0.93% 0.28% -
HSV(B) 318.32º 0.96% 0.53% -
XYZ 12.32 6.19 11.61 -
YUV 54.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 136 5 96 0 0.96 0.29 0.47 318.32 0.93 0.28
Hex 88 5 60 0 60 1D 2F 13E 5D 1C
Octal 210 5 140 0 140 35 57 476 135 34
Binary 10001000 101 1100000 0 1100000 11101 101111 100111110 1011101 11100

Color Harmonies of #880560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880560

Black with #880560

Text Example


Text Example

White with #880560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880560; }

 p { color: rgb(136,5,96); }

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

background-color css

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

 a { background-color: rgb(136,5,96); }

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

border-color css

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

 span { border-color: rgb(136,5,96); }

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