#821192

Color #821192 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #821192

Tints of Dark Magenta #821192

Color information

#821192 (or 0x821192) is unknown color: approx Dark Magenta. HEX triplet: 82, 11 and 92. RGB value is (130,17,146). Sum of RGB (Red+Green+Blue) = 130+17+146=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #821192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821192 is #7DEE6D. Grayscale: #414141. Windows color (decimal): -8253038 or 9572738. OLE color: 9572738.

HSL color Cylindrical-coordinate representation of color #821192: hue angle of 292.56º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #821192 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13017146-
CMYK0.110.8800.43
HSL292.56º79.14%31.96%-
HSV(B)292.56º88.36%57.25%-
XYZ14.597.2227.82-
YUV65.49173.44174.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=44.37%
G=5.80%
B=49.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130171460.110.8800.43292.5679.1431.96
Hex821192B5802B1254f20
Octal202212221313005344511740
Binary1000001010001100100101011101100001010111001001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821192; }

 p { color: rgb(130,17,146); }

 H1.HeaderClassName
 {
   color: #821192;
 }
 .AnyTagClassName
 {
   color: #821192;
 }
</style>
background-color css

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

 a { background-color: rgb(130,17,146); }

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

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

 span { border-color: rgb(130,17,146); }

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