#821691

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

Shades of Dark Magenta #821691

Tints of Dark Magenta #821691

Color information

#821691 (or 0x821691) is unknown color: approx Dark Magenta. HEX triplet: 82, 16 and 91. RGB value is (130,22,145). Sum of RGB (Red+Green+Blue) = 130+22+145=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #821691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821691 is #7DE96E. Grayscale: #434343. Windows color (decimal): -8251759 or 9508482. OLE color: 9508482.

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

Color convert

RGB13022145-
CMYK0.100.8500.43
HSL292.68º73.65%32.75%-
HSV(B)292.68º84.83%56.86%-
XYZ14.67.3627.44-
YUV68.31171.28172-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 22 (8.98% from 255) = 7.41%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=43.77%
G=7.41%
B=48.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130221450.100.8500.43292.6873.6532.75
Hex821691A5502B1254a21
Octal202262211212505344511241
Binary1000001010110100100011010101010101010111001001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821691; }

 p { color: rgb(130,22,145); }

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

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

 a { background-color: rgb(130,22,145); }

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

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

 span { border-color: rgb(130,22,145); }

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