#82098F

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

Shades of Dark Magenta #82098F

Tints of Dark Magenta #82098F

Color information

#82098F (or 0x82098F) is unknown color: approx Dark Magenta. HEX triplet: 82, 09 and 8F. RGB value is (130,9,143). Sum of RGB (Red+Green+Blue) = 130+9+143=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 143 (56.25% from 255 or 50.71% from 282); Max value from RGB is 143 - color contains mainly: blue. Hex color #82098F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82098F is #7DF670. Grayscale: #3C3C3C. Windows color (decimal): -8255089 or 9374082. OLE color: 9374082.

HSL color Cylindrical-coordinate representation of color #82098F: hue angle of 294.18º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82098F is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1309143-
CMYK0.090.9400.44
HSL294.18º88.16%29.8%-
HSV(B)294.18º93.71%56.08%-
XYZ14.266.9226.57-
YUV60.46174.59177.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.10%
GREEN value IS 9 (3.91% from 255) = 3.19%
BLUE value IS 143 (56.25% from 255) = 50.71%
R=46.10%
G=3.19%
B=50.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13091430.090.9400.44294.1888.1629.8
Hex8298F95E02C126581e
Octal202112171113605444613036
Binary10000010100110001111100110111100101100100100110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82098F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82098F; }

 p { color: rgb(130,9,143); }

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

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

 a { background-color: rgb(130,9,143); }

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

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

 span { border-color: rgb(130,9,143); }

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