#821598

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

Shades of Dark Magenta #821598

Tints of Dark Magenta #821598

Color information

#821598 (or 0x821598) is unknown color: approx Dark Magenta. HEX triplet: 82, 15 and 98. RGB value is (130,21,152). Sum of RGB (Red+Green+Blue) = 130+21+152=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 152 (59.77% from 255 or 50.17% from 303); Max value from RGB is 152 - color contains mainly: blue. Hex color #821598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821598 is #7DEA67. Grayscale: #444444. Windows color (decimal): -8252008 or 9966978. OLE color: 9966978.

HSL color Cylindrical-coordinate representation of color #821598: hue angle of 289.92º 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 #821598 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13021152-
CMYK0.140.8600.40
HSL289.92º75.72%33.92%-
HSV(B)289.92º86.18%59.61%-
XYZ15.147.5530.36-
YUV68.52175.11171.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 21 (8.59% from 255) = 6.93%
BLUE value IS 152 (59.77% from 255) = 50.17%
R=42.90%
G=6.93%
B=50.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130211520.140.8600.40289.9275.7233.92
Hex821598E560281224c22
Octal202252301612605044211442
Binary1000001010101100110001110101011001010001001000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821598; }

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

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

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

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

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

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

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

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