Html Css Color HEX #800953 Eggplant

📋 copy color: '#800953'

red 128 ◦ green 9 ◦ blue 83

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

Shades of Eggplant #800953

Tints of Eggplant #800953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 58.18%
G = 4.09%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#800953 (or 0x800953) is known color: Eggplant. HEX triplet: 80, 09 and 53. RGB value is (128,9,83). Sum of RGB (Red+Green+Blue) = 128+9+83=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #800953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800953 is #7FF6AC. Grayscale: #343434. Windows color (decimal): -8386221 or 5441920. OLE color: 5441920.

HSL color Cylindrical-coordinate representation of color #800953: hue angle of 322.69º 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 #800953 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 83 -
CMYK 0 0.93 0.35 0.50
HSL 322.69º 0.87% 0.27% -
HSV(B) 322.69º 0.93% 0.5% -
XYZ 10.56 5.41 8.67 -
YUV 53.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 128 9 83 0 0.93 0.35 0.50 322.69 0.87 0.27
Hex 80 9 53 0 5D 23 32 143 57 1B
Octal 200 11 123 0 135 43 62 503 127 33
Binary 10000000 1001 1010011 0 1011101 100011 110010 101000011 1010111 11011

Color Harmonies of #800953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800953

Black with #800953

Text Example


Text Example

White with #800953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800953; }

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

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

background-color css

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

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

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

border-color css

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

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

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