Html Css Color HEX #880565 Eggplant

📋 copy color: '#880565'

red 136 ◦ green 5 ◦ blue 101

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

Shades of Eggplant #880565

Tints of Eggplant #880565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 56.2%
G = 2.07%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#880565 (or 0x880565) is known color: Eggplant. HEX triplet: 88, 05 and 65. RGB value is (136,5,101). Sum of RGB (Red+Green+Blue) = 136+5+101=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #880565 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880565 is #77FA9A. Grayscale: #363636. Windows color (decimal): -7862939 or 6620552. OLE color: 6620552.

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

Color convert

RGB 136 5 101 -
CMYK 0 0.96 0.26 0.47
HSL 316.03º 0.93% 0.28% -
HSV(B) 316.03º 0.96% 0.53% -
XYZ 12.56 6.28 12.86 -
YUV 55.11 153.9 185.69 -
System Red Green Blue C M Y K H S L
Decimal 136 5 101 0 0.96 0.26 0.47 316.03 0.93 0.28
Hex 88 5 65 0 60 1A 2F 13C 5D 1C
Octal 210 5 145 0 140 32 57 474 135 34
Binary 10001000 101 1100101 0 1100000 11010 101111 100111100 1011101 11100

Color Harmonies of #880565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880565

Black with #880565

Text Example


Text Example

White with #880565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880565; }

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

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

background-color css

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

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

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

border-color css

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

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

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