Html Css Color HEX #820356 Eggplant

📋 copy color: '#820356'

red 130 ◦ green 3 ◦ blue 86

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

Shades of Eggplant #820356

Tints of Eggplant #820356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 86 (33.98% from 255) = 39.27%

R = 59.36%
G = 1.37%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#820356 (or 0x820356) is known color: Eggplant. HEX triplet: 82, 03 and 56. RGB value is (130,3,86). Sum of RGB (Red+Green+Blue) = 130+3+86=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 86 (33.98% from 255 or 39.27% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #820356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820356 is #7DFCA9. Grayscale: #323232. Windows color (decimal): -8256682 or 5636994. OLE color: 5636994.

HSL color Cylindrical-coordinate representation of color #820356: hue angle of 320.79º degrees, saturation: 0.95, 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 #820356 is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 3 86 -
CMYK 0 0.98 0.34 0.49
HSL 320.79º 0.95% 0.26% -
HSV(B) 320.79º 0.98% 0.51% -
XYZ 10.92 5.48 9.29 -
YUV 50.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 130 3 86 0 0.98 0.34 0.49 320.79 0.95 0.26
Hex 82 3 56 0 62 22 31 141 5F 1A
Octal 202 3 126 0 142 42 61 501 137 32
Binary 10000010 11 1010110 0 1100010 100010 110001 101000001 1011111 11010

Color Harmonies of #820356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820356

Black with #820356

Text Example


Text Example

White with #820356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820356; }

 p { color: rgb(130,3,86); }

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

background-color css

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

 a { background-color: rgb(130,3,86); }

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

border-color css

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

 span { border-color: rgb(130,3,86); }

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