#820498

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

Shades of Dark Magenta #820498

Tints of Dark Magenta #820498

Color information

#820498 (or 0x820498) is unknown color: approx Dark Magenta. HEX triplet: 82, 04 and 98. RGB value is (130,4,152). Sum of RGB (Red+Green+Blue) = 130+4+152=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #820498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820498 is #7DFB67. Grayscale: #3A3A3A. Windows color (decimal): -8256360 or 9962626. OLE color: 9962626.

HSL color Cylindrical-coordinate representation of color #820498: hue angle of 291.08º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820498 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1304152-
CMYK0.140.9700.40
HSL291.08º94.87%30.59%-
HSV(B)291.08º97.37%59.61%-
XYZ14.927.130.29-
YUV58.55180.74178.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 4 (1.95% from 255) = 1.40%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=45.45%
G=1.40%
B=53.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13041520.140.9700.40291.0894.8730.59
Hex82498E610281235f1f
Octal20242301614105044313737
Binary1000001010010011000111011000010101000100100011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820498; }

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

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

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

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

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

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

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

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