Html Css Color HEX #820950 Eggplant

📋 copy color: '#820950'

red 130 ◦ green 9 ◦ blue 80

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

Shades of Eggplant #820950

Tints of Eggplant #820950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 59.36%
G = 4.11%
B = 36.53%

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

#820950 (or 0x820950) is known color: Eggplant. HEX triplet: 82, 09 and 50. RGB value is (130,9,80). Sum of RGB (Red+Green+Blue) = 130+9+80=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820950 is #7DF6AF. Grayscale: #353535. Windows color (decimal): -8255152 or 5245314. OLE color: 5245314.

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

Color convert

RGB 130 9 80 -
CMYK 0 0.93 0.38 0.49
HSL 324.79º 0.87% 0.27% -
HSV(B) 324.79º 0.93% 0.51% -
XYZ 10.75 5.52 8.09 -
YUV 53.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 130 9 80 0 0.93 0.38 0.49 324.79 0.87 0.27
Hex 82 9 50 0 5D 26 31 145 57 1B
Octal 202 11 120 0 135 46 61 505 127 33
Binary 10000010 1001 1010000 0 1011101 100110 110001 101000101 1010111 11011

Color Harmonies of #820950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820950

Black with #820950

Text Example


Text Example

White with #820950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820950; }

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

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

background-color css

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

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

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

border-color css

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

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

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