Html Css Color HEX #80015F Eggplant

📋 copy color: '#80015F'

red 128 ◦ green 1 ◦ blue 95

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

Shades of Eggplant #80015F

Tints of Eggplant #80015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.41%

R = 57.14%
G = 0.45%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80015F (or 0x80015F) is known color: Eggplant. HEX triplet: 80, 01 and 5F. RGB value is (128,1,95). Sum of RGB (Red+Green+Blue) = 128+1+95=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80015F is #7FFEA0. Grayscale: #313131. Windows color (decimal): -8388257 or 6226304. OLE color: 6226304.

HSL color Cylindrical-coordinate representation of color #80015F: hue angle of 315.59º 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 #80015F is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 1 95 -
CMYK 0 0.99 0.26 0.50
HSL 315.59º 0.98% 0.25% -
HSV(B) 315.59º 0.99% 0.5% -
XYZ 10.98 5.44 11.3 -
YUV 49.69 153.58 183.86 -
System Red Green Blue C M Y K H S L
Decimal 128 1 95 0 0.99 0.26 0.50 315.59 0.98 0.25
Hex 80 1 5F 0 63 1A 32 13C 62 19
Octal 200 1 137 0 143 32 62 474 142 31
Binary 10000000 1 1011111 0 1100011 11010 110010 100111100 1100010 11001

Color Harmonies of #80015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80015F

Black with #80015F

Text Example


Text Example

White with #80015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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