Html Css Color HEX #840852 Eggplant

📋 copy color: '#840852'

red 132 ◦ green 8 ◦ blue 82

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

Shades of Eggplant #840852

Tints of Eggplant #840852

RGB

 RED value IS 132 (51.95% from 255) = 59.46%

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

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

R = 59.46%
G = 3.6%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#840852 (or 0x840852) is known color: Eggplant. HEX triplet: 84, 08 and 52. RGB value is (132,8,82). Sum of RGB (Red+Green+Blue) = 132+8+82=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 8 (3.52% from 255 or 3.60% from 222); Blue value is 82 (32.42% from 255 or 36.94% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #840852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840852 is #7BF7AD. Grayscale: #353535. Windows color (decimal): -8124334 or 5376132. OLE color: 5376132.

HSL color Cylindrical-coordinate representation of color #840852: hue angle of 324.19º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840852 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 8 82 -
CMYK 0 0.94 0.38 0.48
HSL 324.19º 0.89% 0.27% -
HSV(B) 324.19º 0.94% 0.52% -
XYZ 11.13 5.69 8.49 -
YUV 53.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 132 8 82 0 0.94 0.38 0.48 324.19 0.89 0.27
Hex 84 8 52 0 5E 26 30 144 59 1B
Octal 204 10 122 0 136 46 60 504 131 33
Binary 10000100 1000 1010010 0 1011110 100110 110000 101000100 1011001 11011

Color Harmonies of #840852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840852

Black with #840852

Text Example


Text Example

White with #840852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840852; }

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

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

background-color css

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

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

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

border-color css

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

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

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