Html Css Color HEX #80015C Eggplant

📋 copy color: '#80015C'

red 128 ◦ green 1 ◦ blue 92

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

Shades of Eggplant #80015C

Tints of Eggplant #80015C

RGB

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

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

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

R = 57.92%
G = 0.45%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#80015C (or 0x80015C) is known color: Eggplant. HEX triplet: 80, 01 and 5C. RGB value is (128,1,92). Sum of RGB (Red+Green+Blue) = 128+1+92=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #80015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80015C is #7FFEA3. Grayscale: #313131. Windows color (decimal): -8388260 or 6029696. OLE color: 6029696.

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

Color convert

RGB 128 1 92 -
CMYK 0 0.99 0.28 0.50
HSL 317.01º 0.98% 0.25% -
HSV(B) 317.01º 0.99% 0.5% -
XYZ 10.84 5.38 10.59 -
YUV 49.35 152.08 184.1 -
System Red Green Blue C M Y K H S L
Decimal 128 1 92 0 0.99 0.28 0.50 317.01 0.98 0.25
Hex 80 1 5C 0 63 1C 32 13D 62 19
Octal 200 1 134 0 143 34 62 475 142 31
Binary 10000000 1 1011100 0 1100011 11100 110010 100111101 1100010 11001

Color Harmonies of #80015C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80015C

Black with #80015C

Text Example


Text Example

White with #80015C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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