#82098A

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

Shades of Dark Magenta #82098A

Tints of Dark Magenta #82098A

Color information

#82098A (or 0x82098A) is unknown color: approx Dark Magenta. HEX triplet: 82, 09 and 8A. RGB value is (130,9,138). Sum of RGB (Red+Green+Blue) = 130+9+138=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 138 (54.30% from 255 or 49.82% from 277); Max value from RGB is 138 - color contains mainly: blue. Hex color #82098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82098A is #7DF675. Grayscale: #3B3B3B. Windows color (decimal): -8255094 or 9046402. OLE color: 9046402.

HSL color Cylindrical-coordinate representation of color #82098A: hue angle of 296.28º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82098A is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1309138-
CMYK0.060.9300.46
HSL296.28º87.76%28.82%-
HSV(B)296.28º93.48%54.12%-
XYZ13.896.7824.62-
YUV59.88172.09178.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 9 (3.91% from 255) = 3.25%
BLUE value IS 138 (54.30% from 255) = 49.82%
R=46.93%
G=3.25%
B=49.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13091380.060.9300.46296.2887.7628.82
Hex8298A65D02E128581d
Octal20211212613505645013035
Binary1000001010011000101011010111010101110100101000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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