Html Css Color HEX #800B5D Eggplant

📋 copy color: '#800B5D'

red 128 ◦ green 11 ◦ blue 93

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

Shades of Eggplant #800B5D

Tints of Eggplant #800B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 55.17%
G = 4.74%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#800B5D (or 0x800B5D) is known color: Eggplant. HEX triplet: 80, 0B and 5D. RGB value is (128,11,93). Sum of RGB (Red+Green+Blue) = 128+11+93=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800B5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B5D is #7FF4A2. Grayscale: #373737. Windows color (decimal): -8385699 or 6097792. OLE color: 6097792.

HSL color Cylindrical-coordinate representation of color #800B5D: hue angle of 317.95º 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 #800B5D is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 11 93 -
CMYK 0 0.91 0.27 0.50
HSL 317.95º 0.84% 0.27% -
HSV(B) 317.95º 0.91% 0.5% -
XYZ 11 5.62 10.86 -
YUV 55.33 149.26 179.83 -
System Red Green Blue C M Y K H S L
Decimal 128 11 93 0 0.91 0.27 0.50 317.95 0.84 0.27
Hex 80 B 5D 0 5B 1B 32 13E 54 1B
Octal 200 13 135 0 133 33 62 476 124 33
Binary 10000000 1011 1011101 0 1011011 11011 110010 100111110 1010100 11011

Color Harmonies of #800B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B5D

Black with #800B5D

Text Example


Text Example

White with #800B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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