Html Css Color HEX #800852 Eggplant

📋 copy color: '#800852'

red 128 ◦ green 8 ◦ blue 82

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

Shades of Eggplant #800852

Tints of Eggplant #800852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 82 (32.42% from 255) = 37.61%

R = 58.72%
G = 3.67%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#800852 (or 0x800852) is known color: Eggplant. HEX triplet: 80, 08 and 52. RGB value is (128,8,82). Sum of RGB (Red+Green+Blue) = 128+8+82=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #800852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800852 is #7FF7AD. Grayscale: #343434. Windows color (decimal): -8386478 or 5376128. OLE color: 5376128.

HSL color Cylindrical-coordinate representation of color #800852: hue angle of 323º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800852 is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 8 82 -
CMYK 0 0.94 0.36 0.50
HSL 323º 0.88% 0.27% -
HSV(B) 323º 0.94% 0.5% -
XYZ 10.51 5.37 8.47 -
YUV 52.32 144.76 181.98 -
System Red Green Blue C M Y K H S L
Decimal 128 8 82 0 0.94 0.36 0.50 323 0.88 0.27
Hex 80 8 52 0 5E 24 32 143 58 1B
Octal 200 10 122 0 136 44 62 503 130 33
Binary 10000000 1000 1010010 0 1011110 100100 110010 101000011 1011000 11011

Color Harmonies of #800852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800852

Black with #800852

Text Example


Text Example

White with #800852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800852; }

 p { color: rgb(128,8,82); }

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

background-color css

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

 a { background-color: rgb(128,8,82); }

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

border-color css

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

 span { border-color: rgb(128,8,82); }

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