Html Css Color HEX #880863 Eggplant

📋 copy color: '#880863'

red 136 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #880863

Tints of Eggplant #880863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 55.97%
G = 3.29%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#880863 (or 0x880863) is known color: Eggplant. HEX triplet: 88, 08 and 63. RGB value is (136,8,99). Sum of RGB (Red+Green+Blue) = 136+8+99=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #880863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880863 is #77F79C. Grayscale: #383838. Windows color (decimal): -7862173 or 6490248. OLE color: 6490248.

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

Color convert

RGB 136 8 99 -
CMYK 0 0.94 0.27 0.47
HSL 317.34º 0.89% 0.28% -
HSV(B) 317.34º 0.94% 0.53% -
XYZ 12.49 6.31 12.36 -
YUV 56.65 151.91 184.6 -
System Red Green Blue C M Y K H S L
Decimal 136 8 99 0 0.94 0.27 0.47 317.34 0.89 0.28
Hex 88 8 63 0 5E 1B 2F 13D 59 1C
Octal 210 10 143 0 136 33 57 475 131 34
Binary 10001000 1000 1100011 0 1011110 11011 101111 100111101 1011001 11100

Color Harmonies of #880863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880863

Black with #880863

Text Example


Text Example

White with #880863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880863; }

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

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

background-color css

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

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

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

border-color css

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

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

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