#821092

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

Shades of Dark Magenta #821092

Tints of Dark Magenta #821092

Color information

#821092 (or 0x821092) is unknown color: approx Dark Magenta. HEX triplet: 82, 10 and 92. RGB value is (130,16,146). Sum of RGB (Red+Green+Blue) = 130+16+146=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: blue. Hex color #821092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821092 is #7DEF6D. Grayscale: #404040. Windows color (decimal): -8253294 or 9572482. OLE color: 9572482.

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

Color convert

RGB13016146-
CMYK0.110.8900.43
HSL292.62º80.25%31.76%-
HSV(B)292.62º89.04%57.25%-
XYZ14.587.1927.81-
YUV64.91173.77174.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 16 (6.64% from 255) = 5.48%
BLUE value IS 146 (57.42% from 255) = 50%
R=44.52%
G=5.48%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130161460.110.8900.43292.6280.2531.76
Hex821092B5902B1255020
Octal202202221313105344512040
Binary1000001010000100100101011101100101010111001001011010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821092; }

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

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

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

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

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

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

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

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