Html Css Color HEX #800B5A Eggplant

📋 copy color: '#800B5A'

red 128 ◦ green 11 ◦ blue 90

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

Shades of Eggplant #800B5A

Tints of Eggplant #800B5A

RGB

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

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

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

R = 55.9%
G = 4.8%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#800B5A (or 0x800B5A) is known color: Eggplant. HEX triplet: 80, 0B and 5A. RGB value is (128,11,90). Sum of RGB (Red+Green+Blue) = 128+11+90=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #800B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800B5A is #7FF4A5. Grayscale: #363636. Windows color (decimal): -8385702 or 5901184. OLE color: 5901184.

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

Color convert

RGB 128 11 90 -
CMYK 0 0.91 0.30 0.50
HSL 319.49º 0.84% 0.27% -
HSV(B) 319.49º 0.91% 0.5% -
XYZ 10.87 5.57 10.17 -
YUV 54.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 128 11 90 0 0.91 0.30 0.50 319.49 0.84 0.27
Hex 80 B 5A 0 5B 1E 32 13F 54 1B
Octal 200 13 132 0 133 36 62 477 124 33
Binary 10000000 1011 1011010 0 1011011 11110 110010 100111111 1010100 11011

Color Harmonies of #800B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800B5A

Black with #800B5A

Text Example


Text Example

White with #800B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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