Html Css Color HEX #880C5E Eggplant

📋 copy color: '#880C5E'

red 136 ◦ green 12 ◦ blue 94

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

Shades of Eggplant #880C5E

Tints of Eggplant #880C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 56.2%
G = 4.96%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#880C5E (or 0x880C5E) is known color: Eggplant. HEX triplet: 88, 0C and 5E. RGB value is (136,12,94). Sum of RGB (Red+Green+Blue) = 136+12+94=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #880C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C5E is #77F3A1. Grayscale: #3A3A3A. Windows color (decimal): -7861154 or 6163592. OLE color: 6163592.

HSL color Cylindrical-coordinate representation of color #880C5E: hue angle of 320.32º 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 #880C5E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 94 -
CMYK 0 0.91 0.31 0.47
HSL 320.32º 0.84% 0.29% -
HSV(B) 320.32º 0.91% 0.53% -
XYZ 12.31 6.31 11.16 -
YUV 58.42 148.08 183.33 -
System Red Green Blue C M Y K H S L
Decimal 136 12 94 0 0.91 0.31 0.47 320.32 0.84 0.29
Hex 88 C 5E 0 5B 1F 2F 140 54 1D
Octal 210 14 136 0 133 37 57 500 124 35
Binary 10001000 1100 1011110 0 1011011 11111 101111 101000000 1010100 11101

Color Harmonies of #880C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C5E

Black with #880C5E

Text Example


Text Example

White with #880C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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