Html Css Color HEX #880D5E Eggplant

📋 copy color: '#880D5E'

red 136 ◦ green 13 ◦ blue 94

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

Shades of Eggplant #880D5E

Tints of Eggplant #880D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.35%

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

R = 55.97%
G = 5.35%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#880D5E (or 0x880D5E) is known color: Eggplant. HEX triplet: 88, 0D and 5E. RGB value is (136,13,94). Sum of RGB (Red+Green+Blue) = 136+13+94=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #880D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D5E is #77F2A1. Grayscale: #3A3A3A. Windows color (decimal): -7860898 or 6163848. OLE color: 6163848.

HSL color Cylindrical-coordinate representation of color #880D5E: hue angle of 320.49º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D5E is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 94 -
CMYK 0 0.90 0.31 0.47
HSL 320.49º 0.83% 0.29% -
HSV(B) 320.49º 0.9% 0.53% -
XYZ 12.32 6.33 11.16 -
YUV 59.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 136 13 94 0 0.90 0.31 0.47 320.49 0.83 0.29
Hex 88 D 5E 0 5A 1F 2F 140 53 1D
Octal 210 15 136 0 132 37 57 500 123 35
Binary 10001000 1101 1011110 0 1011010 11111 101111 101000000 1010011 11101

Color Harmonies of #880D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D5E

Black with #880D5E

Text Example


Text Example

White with #880D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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