Html Css Color HEX #880263 Eggplant

📋 copy color: '#880263'

red 136 ◦ green 2 ◦ blue 99

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

Shades of Eggplant #880263

Tints of Eggplant #880263

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 57.38%
G = 0.84%
B = 41.77%

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

#880263 (or 0x880263) is known color: Eggplant. HEX triplet: 88, 02 and 63. RGB value is (136,2,99). Sum of RGB (Red+Green+Blue) = 136+2+99=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #880263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880263 is #77FD9C. Grayscale: #343434. Windows color (decimal): -7863709 or 6488712. OLE color: 6488712.

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

Color convert

RGB 136 2 99 -
CMYK 0 0.99 0.27 0.47
HSL 316.57º 0.97% 0.27% -
HSV(B) 316.57º 0.99% 0.53% -
XYZ 12.43 6.18 12.34 -
YUV 53.12 153.89 187.11 -
System Red Green Blue C M Y K H S L
Decimal 136 2 99 0 0.99 0.27 0.47 316.57 0.97 0.27
Hex 88 2 63 0 63 1B 2F 13D 61 1B
Octal 210 2 143 0 143 33 57 475 141 33
Binary 10001000 10 1100011 0 1100011 11011 101111 100111101 1100001 11011

Color Harmonies of #880263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880263

Black with #880263

Text Example


Text Example

White with #880263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880263; }

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

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

background-color css

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

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

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

border-color css

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

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

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