#82008B

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

Shades of Dark Magenta #82008B

Tints of Dark Magenta #82008B

Color information

#82008B (or 0x82008B) is unknown color: approx Dark Magenta. HEX triplet: 82, 00 and 8B. RGB value is (130,0,139). Sum of RGB (Red+Green+Blue) = 130+0+139=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #82008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82008B is #7DFF74. Grayscale: #363636. Windows color (decimal): -8257397 or 9109634. OLE color: 9109634.

HSL color Cylindrical-coordinate representation of color #82008B: hue angle of 296.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82008B is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1300139-
CMYK0.06100.45
HSL296.12º100%27.25%-
HSV(B)296.12º100%54.51%-
XYZ13.876.6124.97-
YUV54.72175.57181.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=48.33%
G=0%
B=51.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13001390.06100.45296.1210027.25
Hex8208B66402D128641b
Octal2020213614405545014433
Binary1000001001000101111011001000101101100101000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82008B; }

 p { color: rgb(130,0,139); }

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

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

 a { background-color: rgb(130,0,139); }

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

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

 span { border-color: rgb(130,0,139); }

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