Html Css Color HEX #880163 Eggplant

📋 copy color: '#880163'

red 136 ◦ green 1 ◦ blue 99

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

Shades of Eggplant #880163

Tints of Eggplant #880163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 57.63%
G = 0.42%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#880163 (or 0x880163) is known color: Eggplant. HEX triplet: 88, 01 and 63. RGB value is (136,1,99). Sum of RGB (Red+Green+Blue) = 136+1+99=236 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.63% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 136 - color contains mainly: red. Hex color #880163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880163 is #77FE9C. Grayscale: #343434. Windows color (decimal): -7863965 or 6488456. OLE color: 6488456.

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

Color convert

RGB 136 1 99 -
CMYK 0 0.99 0.27 0.47
HSL 316.44º 0.99% 0.27% -
HSV(B) 316.44º 0.99% 0.53% -
XYZ 12.42 6.16 12.34 -
YUV 52.54 154.23 187.53 -
System Red Green Blue C M Y K H S L
Decimal 136 1 99 0 0.99 0.27 0.47 316.44 0.99 0.27
Hex 88 1 63 0 63 1B 2F 13C 63 1B
Octal 210 1 143 0 143 33 57 474 143 33
Binary 10001000 1 1100011 0 1100011 11011 101111 100111100 1100011 11011

Color Harmonies of #880163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880163

Black with #880163

Text Example


Text Example

White with #880163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880163; }

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

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

background-color css

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

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

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

border-color css

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

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

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