Html Css Color HEX #880461 Eggplant

📋 copy color: '#880461'

red 136 ◦ green 4 ◦ blue 97

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

Shades of Eggplant #880461

Tints of Eggplant #880461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 57.38%
G = 1.69%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#880461 (or 0x880461) is known color: Eggplant. HEX triplet: 88, 04 and 61. RGB value is (136,4,97). Sum of RGB (Red+Green+Blue) = 136+4+97=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #880461 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880461 is #77FB9E. Grayscale: #353535. Windows color (decimal): -7863199 or 6358152. OLE color: 6358152.

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

Color convert

RGB 136 4 97 -
CMYK 0 0.97 0.29 0.47
HSL 317.73º 0.94% 0.27% -
HSV(B) 317.73º 0.97% 0.53% -
XYZ 12.35 6.18 11.85 -
YUV 54.07 152.23 186.44 -
System Red Green Blue C M Y K H S L
Decimal 136 4 97 0 0.97 0.29 0.47 317.73 0.94 0.27
Hex 88 4 61 0 61 1D 2F 13E 5E 1B
Octal 210 4 141 0 141 35 57 476 136 33
Binary 10001000 100 1100001 0 1100001 11101 101111 100111110 1011110 11011

Color Harmonies of #880461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880461

Black with #880461

Text Example


Text Example

White with #880461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880461; }

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

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

background-color css

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

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

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

border-color css

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

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

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