#821599

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

Shades of Dark Magenta #821599

Tints of Dark Magenta #821599

Color information

#821599 (or 0x821599) is unknown color: approx Dark Magenta. HEX triplet: 82, 15 and 99. RGB value is (130,21,153). Sum of RGB (Red+Green+Blue) = 130+21+153=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #821599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821599 is #7DEA66. Grayscale: #444444. Windows color (decimal): -8252007 or 10032514. OLE color: 10032514.

HSL color Cylindrical-coordinate representation of color #821599: hue angle of 289.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #821599 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13021153-
CMYK0.150.8600.4
HSL289.55º75.86%34.12%-
HSV(B)289.55º86.27%60%-
XYZ15.227.5830.8-
YUV68.64175.61171.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 21 (8.59% from 255) = 6.91%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=42.76%
G=6.91%
B=50.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130211530.150.8600.4289.5575.8634.12
Hex821599F560281224c22
Octal202252311712605044211442
Binary1000001010101100110011111101011001010001001000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821599; }

 p { color: rgb(130,21,153); }

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

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

 a { background-color: rgb(130,21,153); }

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

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

 span { border-color: rgb(130,21,153); }

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