#82149E

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

Shades of Dark Magenta #82149E

Tints of Dark Magenta #82149E

Color information

#82149E (or 0x82149E) is unknown color: approx Dark Magenta. HEX triplet: 82, 14 and 9E. RGB value is (130,20,158). Sum of RGB (Red+Green+Blue) = 130+20+158=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #82149E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82149E is #7DEB61. Grayscale: #444444. Windows color (decimal): -8252258 or 10359938. OLE color: 10359938.

HSL color Cylindrical-coordinate representation of color #82149E: hue angle of 287.83º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82149E is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13020158-
CMYK0.180.8700.38
HSL287.83º77.53%34.9%-
HSV(B)287.83º87.34%61.96%-
XYZ15.637.7133.01-
YUV68.62178.44171.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 20 (8.20% from 255) = 6.49%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=42.21%
G=6.49%
B=51.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal130201580.180.8700.38287.8377.5334.9
Hex82149E12570261204e23
Octal202242362212704644011643
Binary10000010101001001111010010101011101001101001000001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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