Html Css Color HEX #880861 Eggplant

📋 copy color: '#880861'

red 136 ◦ green 8 ◦ blue 97

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

Shades of Eggplant #880861

Tints of Eggplant #880861

RGB

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

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

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

R = 56.43%
G = 3.32%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880861 (or 0x880861) is known color: Eggplant. HEX triplet: 88, 08 and 61. RGB value is (136,8,97). Sum of RGB (Red+Green+Blue) = 136+8+97=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880861 is #77F79E. Grayscale: #383838. Windows color (decimal): -7862175 or 6359176. OLE color: 6359176.

HSL color Cylindrical-coordinate representation of color #880861: hue angle of 318.28º 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 #880861 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 8 97 -
CMYK 0 0.94 0.29 0.47
HSL 318.28º 0.89% 0.28% -
HSV(B) 318.28º 0.94% 0.53% -
XYZ 12.4 6.27 11.87 -
YUV 56.42 150.91 184.76 -
System Red Green Blue C M Y K H S L
Decimal 136 8 97 0 0.94 0.29 0.47 318.28 0.89 0.28
Hex 88 8 61 0 5E 1D 2F 13E 59 1C
Octal 210 10 141 0 136 35 57 476 131 34
Binary 10001000 1000 1100001 0 1011110 11101 101111 100111110 1011001 11100

Color Harmonies of #880861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880861

Black with #880861

Text Example


Text Example

White with #880861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880861; }

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

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

background-color css

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

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

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

border-color css

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

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

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