Html Css Color HEX #880763 Eggplant

📋 copy color: '#880763'

red 136 ◦ green 7 ◦ blue 99

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

Shades of Eggplant #880763

Tints of Eggplant #880763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

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

R = 56.2%
G = 2.89%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#880763 (or 0x880763) is known color: Eggplant. HEX triplet: 88, 07 and 63. RGB value is (136,7,99). Sum of RGB (Red+Green+Blue) = 136+7+99=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #880763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880763 is #77F89C. Grayscale: #373737. Windows color (decimal): -7862429 or 6489992. OLE color: 6489992.

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

Color convert

RGB 136 7 99 -
CMYK 0 0.95 0.27 0.47
HSL 317.21º 0.9% 0.28% -
HSV(B) 317.21º 0.95% 0.53% -
XYZ 12.48 6.29 12.36 -
YUV 56.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 136 7 99 0 0.95 0.27 0.47 317.21 0.9 0.28
Hex 88 7 63 0 5F 1B 2F 13D 5A 1C
Octal 210 7 143 0 137 33 57 475 132 34
Binary 10001000 111 1100011 0 1011111 11011 101111 100111101 1011010 11100

Color Harmonies of #880763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880763

Black with #880763

Text Example


Text Example

White with #880763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880763; }

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

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

background-color css

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

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

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

border-color css

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

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

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