Html Css Color HEX #880569 Eggplant

📋 copy color: '#880569'

red 136 ◦ green 5 ◦ blue 105

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

Shades of Eggplant #880569

Tints of Eggplant #880569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42.68%

R = 55.28%
G = 2.03%
B = 42.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#880569 (or 0x880569) is known color: Eggplant. HEX triplet: 88, 05 and 69. RGB value is (136,5,105). Sum of RGB (Red+Green+Blue) = 136+5+105=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 105 (41.41% from 255 or 42.68% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #880569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880569 is #77FA96. Grayscale: #373737. Windows color (decimal): -7862935 or 6882696. OLE color: 6882696.

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

Color convert

RGB 136 5 105 -
CMYK 0 0.96 0.23 0.47
HSL 314.2º 0.93% 0.28% -
HSV(B) 314.2º 0.96% 0.53% -
XYZ 12.76 6.36 13.92 -
YUV 55.57 155.9 185.37 -
System Red Green Blue C M Y K H S L
Decimal 136 5 105 0 0.96 0.23 0.47 314.2 0.93 0.28
Hex 88 5 69 0 60 17 2F 13A 5D 1C
Octal 210 5 151 0 140 27 57 472 135 34
Binary 10001000 101 1101001 0 1100000 10111 101111 100111010 1011101 11100

Color Harmonies of #880569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880569

Black with #880569

Text Example


Text Example

White with #880569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880569; }

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

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

background-color css

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

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

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

border-color css

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

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

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