Html Css Color HEX #80035E Eggplant

📋 copy color: '#80035E'

red 128 ◦ green 3 ◦ blue 94

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

Shades of Eggplant #80035E

Tints of Eggplant #80035E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.33%

 BLUE value IS 94 (37.11% from 255) = 41.78%

R = 56.89%
G = 1.33%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#80035E (or 0x80035E) is known color: Eggplant. HEX triplet: 80, 03 and 5E. RGB value is (128,3,94). Sum of RGB (Red+Green+Blue) = 128+3+94=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #80035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80035E is #7FFCA1. Grayscale: #323232. Windows color (decimal): -8387746 or 6161280. OLE color: 6161280.

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

Color convert

RGB 128 3 94 -
CMYK 0 0.98 0.27 0.50
HSL 316.32º 0.95% 0.26% -
HSV(B) 316.32º 0.98% 0.5% -
XYZ 10.96 5.46 11.07 -
YUV 50.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 128 3 94 0 0.98 0.27 0.50 316.32 0.95 0.26
Hex 80 3 5E 0 62 1B 32 13C 5F 1A
Octal 200 3 136 0 142 33 62 474 137 32
Binary 10000000 11 1011110 0 1100010 11011 110010 100111100 1011111 11010

Color Harmonies of #80035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80035E

Black with #80035E

Text Example


Text Example

White with #80035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80035E; }

 p { color: rgb(128,3,94); }

 H1.HeaderClassName
 {
   color: #80035E;
 }
 .AnyTagClassName
 {
   color: #80035E;
 }
</style>

background-color css

<style>
 a { background-color: #80035E; }

 a { background-color: rgb(128,3,94); }

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

border-color css

<style>
 span { border-color: #80035E; }

 span { border-color: rgb(128,3,94); }

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