Html Css Color HEX #800B54 Eggplant

📋 copy color: '#800B54'

red 128 ◦ green 11 ◦ blue 84

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

Shades of Eggplant #800B54

Tints of Eggplant #800B54

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

 BLUE value IS 84 (33.2% from 255) = 37.67%

R = 57.4%
G = 4.93%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#800B54 (or 0x800B54) is known color: Eggplant. HEX triplet: 80, 0B and 54. RGB value is (128,11,84). Sum of RGB (Red+Green+Blue) = 128+11+84=223 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.40% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 84 (33.20% from 255 or 37.67% from 223); Max value from RGB is 128 - color contains mainly: red. Hex color #800B54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B54 is #7FF4AB. Grayscale: #363636. Windows color (decimal): -8385708 or 5507968. OLE color: 5507968.

HSL color Cylindrical-coordinate representation of color #800B54: hue angle of 322.56º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #800B54 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 11 84 -
CMYK 0 0.91 0.34 0.50
HSL 322.56º 0.84% 0.27% -
HSV(B) 322.56º 0.91% 0.5% -
XYZ 10.62 5.47 8.88 -
YUV 54.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 128 11 84 0 0.91 0.34 0.50 322.56 0.84 0.27
Hex 80 B 54 0 5B 22 32 143 54 1B
Octal 200 13 124 0 133 42 62 503 124 33
Binary 10000000 1011 1010100 0 1011011 100010 110010 101000011 1010100 11011

Color Harmonies of #800B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B54

Black with #800B54

Text Example


Text Example

White with #800B54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800B54; }

 p { color: rgb(128,11,84); }

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

background-color css

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

 a { background-color: rgb(128,11,84); }

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

border-color css

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

 span { border-color: rgb(128,11,84); }

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