Html Css Color HEX #880463 Eggplant

📋 copy color: '#880463'

red 136 ◦ green 4 ◦ blue 99

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

Shades of Eggplant #880463

Tints of Eggplant #880463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.42%

R = 56.9%
G = 1.67%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#880463 (or 0x880463) is known color: Eggplant. HEX triplet: 88, 04 and 63. RGB value is (136,4,99). Sum of RGB (Red+Green+Blue) = 136+4+99=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #880463 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880463 is #77FB9C. Grayscale: #363636. Windows color (decimal): -7863197 or 6489224. OLE color: 6489224.

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

Color convert

RGB 136 4 99 -
CMYK 0 0.97 0.27 0.47
HSL 316.82º 0.94% 0.27% -
HSV(B) 316.82º 0.97% 0.53% -
XYZ 12.45 6.22 12.35 -
YUV 54.3 153.23 186.28 -
System Red Green Blue C M Y K H S L
Decimal 136 4 99 0 0.97 0.27 0.47 316.82 0.94 0.27
Hex 88 4 63 0 61 1B 2F 13D 5E 1B
Octal 210 4 143 0 141 33 57 475 136 33
Binary 10001000 100 1100011 0 1100001 11011 101111 100111101 1011110 11011

Color Harmonies of #880463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880463

Black with #880463

Text Example


Text Example

White with #880463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880463; }

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

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

background-color css

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

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

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

border-color css

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

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

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