Html Css Color HEX #820953 Eggplant

📋 copy color: '#820953'

red 130 ◦ green 9 ◦ blue 83

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

Shades of Eggplant #820953

Tints of Eggplant #820953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

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

R = 58.56%
G = 4.05%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#820953 (or 0x820953) is known color: Eggplant. HEX triplet: 82, 09 and 53. RGB value is (130,9,83). Sum of RGB (Red+Green+Blue) = 130+9+83=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #820953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820953 is #7DF6AC. Grayscale: #353535. Windows color (decimal): -8255149 or 5441922. OLE color: 5441922.

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

Color convert

RGB 130 9 83 -
CMYK 0 0.93 0.36 0.49
HSL 323.31º 0.87% 0.27% -
HSV(B) 323.31º 0.93% 0.51% -
XYZ 10.86 5.57 8.69 -
YUV 53.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 130 9 83 0 0.93 0.36 0.49 323.31 0.87 0.27
Hex 82 9 53 0 5D 24 31 143 57 1B
Octal 202 11 123 0 135 44 61 503 127 33
Binary 10000010 1001 1010011 0 1011101 100100 110001 101000011 1010111 11011

Color Harmonies of #820953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820953

Black with #820953

Text Example


Text Example

White with #820953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820953; }

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

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

background-color css

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

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

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

border-color css

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

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

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