Html Css Color HEX #880661 Eggplant

📋 copy color: '#880661'

red 136 ◦ green 6 ◦ blue 97

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

Shades of Eggplant #880661

Tints of Eggplant #880661

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

 BLUE value IS 97 (38.28% from 255) = 40.59%

R = 56.9%
G = 2.51%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880661 (or 0x880661) is known color: Eggplant. HEX triplet: 88, 06 and 61. RGB value is (136,6,97). Sum of RGB (Red+Green+Blue) = 136+6+97=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 97 (38.28% from 255 or 40.59% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #880661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880661 is #77F99E. Grayscale: #373737. Windows color (decimal): -7862687 or 6358664. OLE color: 6358664.

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

Color convert

RGB 136 6 97 -
CMYK 0 0.96 0.29 0.47
HSL 318º 0.92% 0.28% -
HSV(B) 318º 0.96% 0.53% -
XYZ 12.38 6.23 11.86 -
YUV 55.24 151.57 185.6 -
System Red Green Blue C M Y K H S L
Decimal 136 6 97 0 0.96 0.29 0.47 318 0.92 0.28
Hex 88 6 61 0 60 1D 2F 13E 5C 1C
Octal 210 6 141 0 140 35 57 476 134 34
Binary 10001000 110 1100001 0 1100000 11101 101111 100111110 1011100 11100

Color Harmonies of #880661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880661

Black with #880661

Text Example


Text Example

White with #880661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880661; }

 p { color: rgb(136,6,97); }

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

background-color css

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

 a { background-color: rgb(136,6,97); }

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

border-color css

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

 span { border-color: rgb(136,6,97); }

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