#821895

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

Shades of Dark Magenta #821895

Tints of Dark Magenta #821895

Color information

#821895 (or 0x821895) is unknown color: approx Dark Magenta. HEX triplet: 82, 18 and 95. RGB value is (130,24,149). Sum of RGB (Red+Green+Blue) = 130+24+149=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 24 (9.77% from 255 or 7.92% from 303); Blue value is 149 (58.59% from 255 or 49.17% from 303); Max value from RGB is 149 - color contains mainly: blue. Hex color #821895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821895 is #7DE76A. Grayscale: #454545. Windows color (decimal): -8251243 or 9771138. OLE color: 9771138.

HSL color Cylindrical-coordinate representation of color #821895: hue angle of 290.88º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #821895 is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13024149-
CMYK0.130.8400.42
HSL290.88º72.25%33.92%-
HSV(B)290.88º83.89%58.43%-
XYZ14.967.5729.11-
YUV69.94172.62170.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 24 (9.77% from 255) = 7.92%
BLUE value IS 149 (58.59% from 255) = 49.17%
R=42.90%
G=7.92%
B=49.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130241490.130.8400.42290.8872.2533.92
Hex821895D5402A1234822
Octal202302251512405244311042
Binary1000001011000100101011101101010001010101001000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821895; }

 p { color: rgb(130,24,149); }

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

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

 a { background-color: rgb(130,24,149); }

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

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

 span { border-color: rgb(130,24,149); }

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