#821492

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

Shades of Dark Magenta #821492

Tints of Dark Magenta #821492

Color information

#821492 (or 0x821492) is unknown color: approx Dark Magenta. HEX triplet: 82, 14 and 92. RGB value is (130,20,146). Sum of RGB (Red+Green+Blue) = 130+20+146=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #821492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821492 is #7DEB6D. Grayscale: #424242. Windows color (decimal): -8252270 or 9573506. OLE color: 9573506.

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

Color convert

RGB13020146-
CMYK0.110.8600.43
HSL292.38º75.9%32.55%-
HSV(B)292.38º86.3%57.25%-
XYZ14.647.3227.84-
YUV67.25172.44172.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 20 (8.20% from 255) = 6.76%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=43.92%
G=6.76%
B=49.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130201460.110.8600.43292.3875.932.55
Hex821492B5602B1244c21
Octal202242221312605344411441
Binary1000001010100100100101011101011001010111001001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821492; }

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

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

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

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

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

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

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

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