Html Css Color HEX #80135A Eggplant

📋 copy color: '#80135A'

red 128 ◦ green 19 ◦ blue 90

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

Shades of Eggplant #80135A

Tints of Eggplant #80135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 54.01%
G = 8.02%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80135A (or 0x80135A) is known color: Eggplant. HEX triplet: 80, 13 and 5A. RGB value is (128,19,90). Sum of RGB (Red+Green+Blue) = 128+19+90=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80135A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80135A is #7FECA5. Grayscale: #3B3B3B. Windows color (decimal): -8383654 or 5903232. OLE color: 5903232.

HSL color Cylindrical-coordinate representation of color #80135A: hue angle of 320.92º 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 #80135A is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 19 90 -
CMYK 0 0.85 0.30 0.50
HSL 320.92º 0.74% 0.29% -
HSV(B) 320.92º 0.85% 0.5% -
XYZ 10.98 5.79 10.21 -
YUV 59.69 145.11 176.73 -
System Red Green Blue C M Y K H S L
Decimal 128 19 90 0 0.85 0.30 0.50 320.92 0.74 0.29
Hex 80 13 5A 0 55 1E 32 141 4A 1D
Octal 200 23 132 0 125 36 62 501 112 35
Binary 10000000 10011 1011010 0 1010101 11110 110010 101000001 1001010 11101

Color Harmonies of #80135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80135A

Black with #80135A

Text Example


Text Example

White with #80135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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