Html Css Color HEX #880C63 Eggplant

📋 copy color: '#880C63'

red 136 ◦ green 12 ◦ blue 99

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

Shades of Eggplant #880C63

Tints of Eggplant #880C63

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.86%

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

R = 55.06%
G = 4.86%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#880C63 (or 0x880C63) is known color: Eggplant. HEX triplet: 88, 0C and 63. RGB value is (136,12,99). Sum of RGB (Red+Green+Blue) = 136+12+99=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #880C63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C63 is #77F39C. Grayscale: #3A3A3A. Windows color (decimal): -7861149 or 6491272. OLE color: 6491272.

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

Color convert

RGB 136 12 99 -
CMYK 0 0.91 0.27 0.47
HSL 317.9º 0.84% 0.29% -
HSV(B) 317.9º 0.91% 0.53% -
XYZ 12.54 6.4 12.38 -
YUV 58.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 136 12 99 0 0.91 0.27 0.47 317.9 0.84 0.29
Hex 88 C 63 0 5B 1B 2F 13E 54 1D
Octal 210 14 143 0 133 33 57 476 124 35
Binary 10001000 1100 1100011 0 1011011 11011 101111 100111110 1010100 11101

Color Harmonies of #880C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C63

Black with #880C63

Text Example


Text Example

White with #880C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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