#820091

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

Shades of Dark Magenta #820091

Tints of Dark Magenta #820091

Color information

#820091 (or 0x820091) is unknown color: approx Dark Magenta. HEX triplet: 82, 00 and 91. RGB value is (130,0,145). Sum of RGB (Red+Green+Blue) = 130+0+145=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #820091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820091 is #7DFF6E. Grayscale: #363636. Windows color (decimal): -8257391 or 9502850. OLE color: 9502850.

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

Color convert

RGB1300145-
CMYK0.10100.43
HSL293.79º100%28.43%-
HSV(B)293.79º100%56.86%-
XYZ14.326.7927.34-
YUV55.4178.57181.21-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=47.27%
G=0%
B=52.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13001450.10100.43293.7910028.43
Hex82091A6402B126641c
Octal20202211214405344614434
Binary10000010010010001101011001000101011100100110110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820091; }

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

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

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

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

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

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

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

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