Html Css Color HEX #80135E Eggplant

📋 copy color: '#80135E'

red 128 ◦ green 19 ◦ blue 94

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

Shades of Eggplant #80135E

Tints of Eggplant #80135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

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

R = 53.11%
G = 7.88%
B = 39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80135E (or 0x80135E) is known color: Eggplant. HEX triplet: 80, 13 and 5E. RGB value is (128,19,94). Sum of RGB (Red+Green+Blue) = 128+19+94=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80135E is #7FECA1. Grayscale: #3B3B3B. Windows color (decimal): -8383650 or 6165376. OLE color: 6165376.

HSL color Cylindrical-coordinate representation of color #80135E: hue angle of 318.72º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80135E is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 94 -
CMYK 0 0.85 0.27 0.50
HSL 318.72º 0.74% 0.29% -
HSV(B) 318.72º 0.85% 0.5% -
XYZ 11.16 5.86 11.13 -
YUV 60.14 147.11 176.4 -
System Red Green Blue C M Y K H S L
Decimal 128 19 94 0 0.85 0.27 0.50 318.72 0.74 0.29
Hex 80 13 5E 0 55 1B 32 13F 4A 1D
Octal 200 23 136 0 125 33 62 477 112 35
Binary 10000000 10011 1011110 0 1010101 11011 110010 100111111 1001010 11101

Color Harmonies of #80135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80135E

Black with #80135E

Text Example


Text Example

White with #80135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80135E; }

 p { color: rgb(128,19,94); }

 H1.HeaderClassName
 {
   color: #80135E;
 }
 .AnyTagClassName
 {
   color: #80135E;
 }
</style>

background-color css

<style>
 a { background-color: #80135E; }

 a { background-color: rgb(128,19,94); }

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

border-color css

<style>
 span { border-color: #80135E; }

 span { border-color: rgb(128,19,94); }

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