#820B91

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

Shades of Dark Magenta #820B91

Tints of Dark Magenta #820B91

Color information

#820B91 (or 0x820B91) is unknown color: approx Dark Magenta. HEX triplet: 82, 0B and 91. RGB value is (130,11,145). Sum of RGB (Red+Green+Blue) = 130+11+145=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #820B91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820B91 is #7DF46E. Grayscale: #3D3D3D. Windows color (decimal): -8254575 or 9505666. OLE color: 9505666.

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

Color convert

RGB13011145-
CMYK0.100.9200.43
HSL293.28º85.9%30.59%-
HSV(B)293.28º92.41%56.86%-
XYZ14.447.0327.38-
YUV61.86174.92176.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 11 (4.69% from 255) = 3.85%
BLUE value IS 145 (57.03% from 255) = 50.70%
R=45.45%
G=3.85%
B=50.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130111450.100.9200.43293.2885.930.59
Hex82B91A5C02B125561f
Octal202132211213405344512637
Binary10000010101110010001101010111000101011100100101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820B91; }

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

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

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

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

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

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

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

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