Html Css Color HEX #820951 Eggplant

📋 copy color: '#820951'

red 130 ◦ green 9 ◦ blue 81

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

Shades of Eggplant #820951

Tints of Eggplant #820951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 59.09%
G = 4.09%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#820951 (or 0x820951) is known color: Eggplant. HEX triplet: 82, 09 and 51. RGB value is (130,9,81). Sum of RGB (Red+Green+Blue) = 130+9+81=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #820951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820951 is #7DF6AE. Grayscale: #353535. Windows color (decimal): -8255151 or 5310850. OLE color: 5310850.

HSL color Cylindrical-coordinate representation of color #820951: hue angle of 324.3º 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 #820951 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 9 81 -
CMYK 0 0.93 0.38 0.49
HSL 324.3º 0.87% 0.27% -
HSV(B) 324.3º 0.93% 0.51% -
XYZ 10.79 5.54 8.28 -
YUV 53.39 143.59 182.65 -
System Red Green Blue C M Y K H S L
Decimal 130 9 81 0 0.93 0.38 0.49 324.3 0.87 0.27
Hex 82 9 51 0 5D 26 31 144 57 1B
Octal 202 11 121 0 135 46 61 504 127 33
Binary 10000010 1001 1010001 0 1011101 100110 110001 101000100 1010111 11011

Color Harmonies of #820951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820951

Black with #820951

Text Example


Text Example

White with #820951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820951; }

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

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

background-color css

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

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

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

border-color css

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

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

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