Html Css Color HEX #80015B Eggplant

📋 copy color: '#80015B'

red 128 ◦ green 1 ◦ blue 91

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

Shades of Eggplant #80015B

Tints of Eggplant #80015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

 BLUE value IS 91 (35.94% from 255) = 41.36%

R = 58.18%
G = 0.45%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#80015B (or 0x80015B) is known color: Eggplant. HEX triplet: 80, 01 and 5B. RGB value is (128,1,91). Sum of RGB (Red+Green+Blue) = 128+1+91=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #80015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80015B is #7FFEA4. Grayscale: #313131. Windows color (decimal): -8388261 or 5964160. OLE color: 5964160.

HSL color Cylindrical-coordinate representation of color #80015B: hue angle of 317.48º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80015B is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 91 -
CMYK 0 0.99 0.29 0.50
HSL 317.48º 0.98% 0.25% -
HSV(B) 317.48º 0.99% 0.5% -
XYZ 10.8 5.37 10.36 -
YUV 49.23 151.58 184.18 -
System Red Green Blue C M Y K H S L
Decimal 128 1 91 0 0.99 0.29 0.50 317.48 0.98 0.25
Hex 80 1 5B 0 63 1D 32 13D 62 19
Octal 200 1 133 0 143 35 62 475 142 31
Binary 10000000 1 1011011 0 1100011 11101 110010 100111101 1100010 11001

Color Harmonies of #80015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80015B

Black with #80015B

Text Example


Text Example

White with #80015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80015B; }

 p { color: rgb(128,1,91); }

 H1.HeaderClassName
 {
   color: #80015B;
 }
 .AnyTagClassName
 {
   color: #80015B;
 }
</style>

background-color css

<style>
 a { background-color: #80015B; }

 a { background-color: rgb(128,1,91); }

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

border-color css

<style>
 span { border-color: #80015B; }

 span { border-color: rgb(128,1,91); }

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