Html Css Color HEX #820956 Eggplant

📋 copy color: '#820956'

red 130 ◦ green 9 ◦ blue 86

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

Shades of Eggplant #820956

Tints of Eggplant #820956

RGB

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

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

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

R = 57.78%
G = 4%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#820956 (or 0x820956) is known color: Eggplant. HEX triplet: 82, 09 and 56. RGB value is (130,9,86). Sum of RGB (Red+Green+Blue) = 130+9+86=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #820956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #820956 is #7DF6A9. Grayscale: #353535. Windows color (decimal): -8255146 or 5638530. OLE color: 5638530.

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

Color convert

RGB 130 9 86 -
CMYK 0 0.93 0.34 0.49
HSL 321.82º 0.87% 0.27% -
HSV(B) 321.82º 0.93% 0.51% -
XYZ 10.98 5.61 9.31 -
YUV 53.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 130 9 86 0 0.93 0.34 0.49 321.82 0.87 0.27
Hex 82 9 56 0 5D 22 31 142 57 1B
Octal 202 11 126 0 135 42 61 502 127 33
Binary 10000010 1001 1010110 0 1011101 100010 110001 101000010 1010111 11011

Color Harmonies of #820956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820956

Black with #820956

Text Example


Text Example

White with #820956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820956; }

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

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

background-color css

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

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

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

border-color css

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

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

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