Html Css Color HEX #880469 Eggplant

📋 copy color: '#880469'

red 136 ◦ green 4 ◦ blue 105

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

Shades of Eggplant #880469

Tints of Eggplant #880469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 55.51%
G = 1.63%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#880469 (or 0x880469) is known color: Eggplant. HEX triplet: 88, 04 and 69. RGB value is (136,4,105). Sum of RGB (Red+Green+Blue) = 136+4+105=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #880469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880469 is #77FB96. Grayscale: #363636. Windows color (decimal): -7863191 or 6882440. OLE color: 6882440.

HSL color Cylindrical-coordinate representation of color #880469: hue angle of 314.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880469 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 4 105 -
CMYK 0 0.97 0.23 0.47
HSL 314.09º 0.94% 0.27% -
HSV(B) 314.09º 0.97% 0.53% -
XYZ 12.75 6.34 13.92 -
YUV 54.98 156.23 185.79 -
System Red Green Blue C M Y K H S L
Decimal 136 4 105 0 0.97 0.23 0.47 314.09 0.94 0.27
Hex 88 4 69 0 61 17 2F 13A 5E 1B
Octal 210 4 151 0 141 27 57 472 136 33
Binary 10001000 100 1101001 0 1100001 10111 101111 100111010 1011110 11011

Color Harmonies of #880469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880469

Black with #880469

Text Example


Text Example

White with #880469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880469; }

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

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

background-color css

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

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

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

border-color css

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

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

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