Html Css Color HEX #80065A Eggplant

📋 copy color: '#80065A'

red 128 ◦ green 6 ◦ blue 90

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

Shades of Eggplant #80065A

Tints of Eggplant #80065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.68%

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

R = 57.14%
G = 2.68%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80065A (or 0x80065A) is known color: Eggplant. HEX triplet: 80, 06 and 5A. RGB value is (128,6,90). Sum of RGB (Red+Green+Blue) = 128+6+90=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #80065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80065A is #7FF9A5. Grayscale: #333333. Windows color (decimal): -8386982 or 5899904. OLE color: 5899904.

HSL color Cylindrical-coordinate representation of color #80065A: hue angle of 318.69º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80065A is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 6 90 -
CMYK 0 0.95 0.30 0.50
HSL 318.69º 0.91% 0.26% -
HSV(B) 318.69º 0.95% 0.5% -
XYZ 10.81 5.46 10.16 -
YUV 52.05 149.42 182.17 -
System Red Green Blue C M Y K H S L
Decimal 128 6 90 0 0.95 0.30 0.50 318.69 0.91 0.26
Hex 80 6 5A 0 5F 1E 32 13F 5B 1A
Octal 200 6 132 0 137 36 62 477 133 32
Binary 10000000 110 1011010 0 1011111 11110 110010 100111111 1011011 11010

Color Harmonies of #80065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80065A

Black with #80065A

Text Example


Text Example

White with #80065A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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