Html Css Color HEX #800E5C Eggplant

📋 copy color: '#800E5C'

red 128 ◦ green 14 ◦ blue 92

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

Shades of Eggplant #800E5C

Tints of Eggplant #800E5C

RGB

 RED value IS 128 (50.39% from 255) = 54.7%

 GREEN value IS 14 (5.86% from 255) = 5.98%

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 54.7%
G = 5.98%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#800E5C (or 0x800E5C) is known color: Eggplant. HEX triplet: 80, 0E and 5C. RGB value is (128,14,92). Sum of RGB (Red+Green+Blue) = 128+14+92=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 14 (5.86% from 255 or 5.98% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #800E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800E5C is #7FF1A3. Grayscale: #383838. Windows color (decimal): -8384932 or 6033024. OLE color: 6033024.

HSL color Cylindrical-coordinate representation of color #800E5C: hue angle of 318.95º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E5C is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 14 92 -
CMYK 0 0.89 0.28 0.50
HSL 318.95º 0.8% 0.28% -
HSV(B) 318.95º 0.89% 0.5% -
XYZ 10.99 5.68 10.64 -
YUV 56.98 147.77 178.66 -
System Red Green Blue C M Y K H S L
Decimal 128 14 92 0 0.89 0.28 0.50 318.95 0.8 0.28
Hex 80 E 5C 0 59 1C 32 13F 50 1C
Octal 200 16 134 0 131 34 62 477 120 34
Binary 10000000 1110 1011100 0 1011001 11100 110010 100111111 1010000 11100

Color Harmonies of #800E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800E5C

Black with #800E5C

Text Example


Text Example

White with #800E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800E5C; }

 p { color: rgb(128,14,92); }

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

background-color css

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

 a { background-color: rgb(128,14,92); }

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

border-color css

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

 span { border-color: rgb(128,14,92); }

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