Html Css Color HEX #80095F Eggplant

📋 copy color: '#80095F'

red 128 ◦ green 9 ◦ blue 95

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

Shades of Eggplant #80095F

Tints of Eggplant #80095F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.88%

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

R = 55.17%
G = 3.88%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#80095F (or 0x80095F) is known color: Eggplant. HEX triplet: 80, 09 and 5F. RGB value is (128,9,95). Sum of RGB (Red+Green+Blue) = 128+9+95=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #80095F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80095F is #7FF6A0. Grayscale: #363636. Windows color (decimal): -8386209 or 6228352. OLE color: 6228352.

HSL color Cylindrical-coordinate representation of color #80095F: hue angle of 316.64º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80095F is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 95 -
CMYK 0 0.93 0.26 0.50
HSL 316.64º 0.87% 0.27% -
HSV(B) 316.64º 0.93% 0.5% -
XYZ 11.07 5.61 11.33 -
YUV 54.39 150.92 180.51 -
System Red Green Blue C M Y K H S L
Decimal 128 9 95 0 0.93 0.26 0.50 316.64 0.87 0.27
Hex 80 9 5F 0 5D 1A 32 13D 57 1B
Octal 200 11 137 0 135 32 62 475 127 33
Binary 10000000 1001 1011111 0 1011101 11010 110010 100111101 1010111 11011

Color Harmonies of #80095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80095F

Black with #80095F

Text Example


Text Example

White with #80095F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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