Html Css Color HEX #820253 Eggplant

📋 copy color: '#820253'

red 130 ◦ green 2 ◦ blue 83

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

Shades of Eggplant #820253

Tints of Eggplant #820253

RGB

 RED value IS 130 (51.17% from 255) = 60.47%

 GREEN value IS 2 (1.17% from 255) = 0.93%

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 60.47%
G = 0.93%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#820253 (or 0x820253) is known color: Eggplant. HEX triplet: 82, 02 and 53. RGB value is (130,2,83). Sum of RGB (Red+Green+Blue) = 130+2+83=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #820253 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820253 is #7DFDAC. Grayscale: #313131. Windows color (decimal): -8256941 or 5440130. OLE color: 5440130.

HSL color Cylindrical-coordinate representation of color #820253: hue angle of 322.03º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820253 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 2 83 -
CMYK 0 0.98 0.36 0.49
HSL 322.03º 0.97% 0.26% -
HSV(B) 322.03º 0.98% 0.51% -
XYZ 10.79 5.41 8.66 -
YUV 49.51 146.91 185.41 -
System Red Green Blue C M Y K H S L
Decimal 130 2 83 0 0.98 0.36 0.49 322.03 0.97 0.26
Hex 82 2 53 0 62 24 31 142 61 1A
Octal 202 2 123 0 142 44 61 502 141 32
Binary 10000010 10 1010011 0 1100010 100100 110001 101000010 1100001 11010

Color Harmonies of #820253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820253

Black with #820253

Text Example


Text Example

White with #820253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820253; }

 p { color: rgb(130,2,83); }

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

background-color css

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

 a { background-color: rgb(130,2,83); }

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

border-color css

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

 span { border-color: rgb(130,2,83); }

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