Html Css Color HEX #880A5D Eggplant

📋 copy color: '#880A5D'

red 136 ◦ green 10 ◦ blue 93

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

Shades of Eggplant #880A5D

Tints of Eggplant #880A5D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.18%

 BLUE value IS 93 (36.72% from 255) = 38.91%

R = 56.9%
G = 4.18%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#880A5D (or 0x880A5D) is known color: Eggplant. HEX triplet: 88, 0A and 5D. RGB value is (136,10,93). Sum of RGB (Red+Green+Blue) = 136+10+93=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 10 (4.30% from 255 or 4.18% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #880A5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A5D is #77F5A2. Grayscale: #383838. Windows color (decimal): -7861667 or 6097544. OLE color: 6097544.

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

Color convert

RGB 136 10 93 -
CMYK 0 0.93 0.32 0.47
HSL 320.48º 0.86% 0.29% -
HSV(B) 320.48º 0.93% 0.53% -
XYZ 12.24 6.24 10.92 -
YUV 57.14 148.24 184.25 -
System Red Green Blue C M Y K H S L
Decimal 136 10 93 0 0.93 0.32 0.47 320.48 0.86 0.29
Hex 88 A 5D 0 5D 20 2F 140 56 1D
Octal 210 12 135 0 135 40 57 500 126 35
Binary 10001000 1010 1011101 0 1011101 100000 101111 101000000 1010110 11101

Color Harmonies of #880A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A5D

Black with #880A5D

Text Example


Text Example

White with #880A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,10,93); }

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

background-color css

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

 a { background-color: rgb(136,10,93); }

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

border-color css

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

 span { border-color: rgb(136,10,93); }

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