Html Css Color HEX #820153 Eggplant

📋 copy color: '#820153'

red 130 ◦ green 1 ◦ blue 83

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

Shades of Eggplant #820153

Tints of Eggplant #820153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 60.75%
G = 0.47%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#820153 (or 0x820153) is known color: Eggplant. HEX triplet: 82, 01 and 53. RGB value is (130,1,83). Sum of RGB (Red+Green+Blue) = 130+1+83=214 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.75% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 130 - color contains mainly: red. Hex color #820153 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820153 is #7DFEAC. Grayscale: #303030. Windows color (decimal): -8257197 or 5439874. OLE color: 5439874.

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

Color convert

RGB 130 1 83 -
CMYK 0 0.99 0.36 0.49
HSL 321.86º 0.98% 0.26% -
HSV(B) 321.86º 0.99% 0.51% -
XYZ 10.78 5.39 8.66 -
YUV 48.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 130 1 83 0 0.99 0.36 0.49 321.86 0.98 0.26
Hex 82 1 53 0 63 24 31 142 62 1A
Octal 202 1 123 0 143 44 61 502 142 32
Binary 10000010 1 1010011 0 1100011 100100 110001 101000010 1100010 11010

Color Harmonies of #820153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820153

Black with #820153

Text Example


Text Example

White with #820153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820153; }

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

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

background-color css

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

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

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

border-color css

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

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

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