Html Css Color HEX #880061 Eggplant

📋 copy color: '#880061'

red 136 ◦ green 0 ◦ blue 97

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

Shades of Eggplant #880061

Tints of Eggplant #880061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.37%
G = 0%
B = 41.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880061 (or 0x880061) is known color: Eggplant. HEX triplet: 88, 00 and 61. RGB value is (136,0,97). Sum of RGB (Red+Green+Blue) = 136+0+97=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #880061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880061 is #77FF9E. Grayscale: #333333. Windows color (decimal): -7864223 or 6357128. OLE color: 6357128.

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

Color convert

RGB 136 0 97 -
CMYK 0 1 0.29 0.47
HSL 317.21º 1% 0.27% -
HSV(B) 317.21º 1% 0.53% -
XYZ 12.31 6.1 11.84 -
YUV 51.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 136 0 97 0 1 0.29 0.47 317.21 1 0.27
Hex 88 0 61 0 64 1D 2F 13D 64 1B
Octal 210 0 141 0 144 35 57 475 144 33
Binary 10001000 0 1100001 0 1100100 11101 101111 100111101 1100100 11011

Color Harmonies of #880061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880061

Black with #880061

Text Example


Text Example

White with #880061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880061; }

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

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

background-color css

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

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

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

border-color css

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

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

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