Html Css Color HEX #880C5D Eggplant

📋 copy color: '#880C5D'

red 136 ◦ green 12 ◦ blue 93

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

Shades of Eggplant #880C5D

Tints of Eggplant #880C5D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

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

R = 56.43%
G = 4.98%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#880C5D (or 0x880C5D) is known color: Eggplant. HEX triplet: 88, 0C and 5D. RGB value is (136,12,93). Sum of RGB (Red+Green+Blue) = 136+12+93=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C5D is #77F3A2. Grayscale: #3A3A3A. Windows color (decimal): -7861155 or 6098056. OLE color: 6098056.

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

Color convert

RGB 136 12 93 -
CMYK 0 0.91 0.32 0.47
HSL 320.81º 0.84% 0.29% -
HSV(B) 320.81º 0.91% 0.53% -
XYZ 12.26 6.29 10.92 -
YUV 58.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 136 12 93 0 0.91 0.32 0.47 320.81 0.84 0.29
Hex 88 C 5D 0 5B 20 2F 141 54 1D
Octal 210 14 135 0 133 40 57 501 124 35
Binary 10001000 1100 1011101 0 1011011 100000 101111 101000001 1010100 11101

Color Harmonies of #880C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C5D

Black with #880C5D

Text Example


Text Example

White with #880C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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