Html Css Color HEX #881263 Eggplant

📋 copy color: '#881263'

red 136 ◦ green 18 ◦ blue 99

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

Shades of Eggplant #881263

Tints of Eggplant #881263

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

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

R = 53.75%
G = 7.11%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#881263 (or 0x881263) is known color: Eggplant. HEX triplet: 88, 12 and 63. RGB value is (136,18,99). Sum of RGB (Red+Green+Blue) = 136+18+99=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #881263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881263 is #77ED9C. Grayscale: #3E3E3E. Windows color (decimal): -7859613 or 6492808. OLE color: 6492808.

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

Color convert

RGB 136 18 99 -
CMYK 0 0.87 0.27 0.47
HSL 318.81º 0.77% 0.3% -
HSV(B) 318.81º 0.87% 0.53% -
XYZ 12.62 6.57 12.41 -
YUV 62.52 148.59 180.41 -
System Red Green Blue C M Y K H S L
Decimal 136 18 99 0 0.87 0.27 0.47 318.81 0.77 0.3
Hex 88 12 63 0 57 1B 2F 13F 4D 1E
Octal 210 22 143 0 127 33 57 477 115 36
Binary 10001000 10010 1100011 0 1010111 11011 101111 100111111 1001101 11110

Color Harmonies of #881263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881263

Black with #881263

Text Example


Text Example

White with #881263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881263; }

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

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

background-color css

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

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

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

border-color css

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

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

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