#821795

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

Shades of Dark Magenta #821795

Tints of Dark Magenta #821795

Color information

#821795 (or 0x821795) is unknown color: approx Dark Magenta. HEX triplet: 82, 17 and 95. RGB value is (130,23,149). Sum of RGB (Red+Green+Blue) = 130+23+149=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #821795 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821795 is #7DE86A. Grayscale: #444444. Windows color (decimal): -8251499 or 9770882. OLE color: 9770882.

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

Color convert

RGB13023149-
CMYK0.130.8500.42
HSL290.95º73.26%33.73%-
HSV(B)290.95º84.56%58.43%-
XYZ14.947.5329.1-
YUV69.36172.95171.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 23 (9.38% from 255) = 7.62%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=43.05%
G=7.62%
B=49.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130231490.130.8500.42290.9573.2633.73
Hex821795D5502A1234922
Octal202272251512505244311142
Binary1000001010111100101011101101010101010101001000111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821795; }

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

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

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

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

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

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

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

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