Html Css Color HEX #880A63 Eggplant

📋 copy color: '#880A63'

red 136 ◦ green 10 ◦ blue 99

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

Shades of Eggplant #880A63

Tints of Eggplant #880A63

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.08%

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

R = 55.51%
G = 4.08%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#880A63 (or 0x880A63) is known color: Eggplant. HEX triplet: 88, 0A and 63. RGB value is (136,10,99). Sum of RGB (Red+Green+Blue) = 136+10+99=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #880A63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A63 is #77F59C. Grayscale: #393939. Windows color (decimal): -7861661 or 6490760. OLE color: 6490760.

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

Color convert

RGB 136 10 99 -
CMYK 0 0.93 0.27 0.47
HSL 317.62º 0.86% 0.29% -
HSV(B) 317.62º 0.93% 0.53% -
XYZ 12.51 6.35 12.37 -
YUV 57.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 136 10 99 0 0.93 0.27 0.47 317.62 0.86 0.29
Hex 88 A 63 0 5D 1B 2F 13E 56 1D
Octal 210 12 143 0 135 33 57 476 126 35
Binary 10001000 1010 1100011 0 1011101 11011 101111 100111110 1010110 11101

Color Harmonies of #880A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A63

Black with #880A63

Text Example


Text Example

White with #880A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880A63; }

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

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

background-color css

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

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

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

border-color css

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

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

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