#820892

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

Shades of Dark Magenta #820892

Tints of Dark Magenta #820892

Color information

#820892 (or 0x820892) is unknown color: approx Dark Magenta. HEX triplet: 82, 08 and 92. RGB value is (130,8,146). Sum of RGB (Red+Green+Blue) = 130+8+146=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #820892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820892 is #7DF76D. Grayscale: #3B3B3B. Windows color (decimal): -8255342 or 9570434. OLE color: 9570434.

HSL color Cylindrical-coordinate representation of color #820892: hue angle of 293.04º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820892 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1308146-
CMYK0.110.9500.43
HSL293.04º89.61%30.2%-
HSV(B)293.04º94.52%57.25%-
XYZ14.486.9927.78-
YUV60.21176.42177.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=45.77%
G=2.82%
B=51.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal13081460.110.9500.43293.0489.6130.2
Hex82892B5F02B1255a1e
Octal202102221313705344513236
Binary10000010100010010010101110111110101011100100101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820892; }

 p { color: rgb(130,8,146); }

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

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

 a { background-color: rgb(130,8,146); }

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

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

 span { border-color: rgb(130,8,146); }

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