#82109E

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

Shades of Dark Magenta #82109E

Tints of Dark Magenta #82109E

Color information

#82109E (or 0x82109E) is unknown color: approx Dark Magenta. HEX triplet: 82, 10 and 9E. RGB value is (130,16,158). Sum of RGB (Red+Green+Blue) = 130+16+158=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #82109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82109E is #7DEF61. Grayscale: #414141. Windows color (decimal): -8253282 or 10358914. OLE color: 10358914.

HSL color Cylindrical-coordinate representation of color #82109E: hue angle of 288.17º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82109E is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13016158-
CMYK0.180.9000.38
HSL288.17º81.61%34.12%-
HSV(B)288.17º89.87%61.96%-
XYZ15.567.5932.99-
YUV66.27179.77173.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 16 (6.64% from 255) = 5.26%
BLUE value IS 158 (62.11% from 255) = 51.97%
R=42.76%
G=5.26%
B=51.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130161580.180.9000.38288.1781.6134.12
Hex82109E125A0261205222
Octal202202362213204644012242
Binary10000010100001001111010010101101001001101001000001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82109E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82109E; }

 p { color: rgb(130,16,158); }

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

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

 a { background-color: rgb(130,16,158); }

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

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

 span { border-color: rgb(130,16,158); }

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