#82089F

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

Shades of Dark Magenta #82089F

Tints of Dark Magenta #82089F

Color information

#82089F (or 0x82089F) is unknown color: approx Dark Magenta. HEX triplet: 82, 08 and 9F. RGB value is (130,8,159). Sum of RGB (Red+Green+Blue) = 130+8+159=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #82089F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82089F is #7DF760. Grayscale: #3D3D3D. Windows color (decimal): -8255329 or 10422402. OLE color: 10422402.

HSL color Cylindrical-coordinate representation of color #82089F: hue angle of 288.48º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82089F is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1308159-
CMYK0.180.9500.38
HSL288.48º90.42%32.75%-
HSV(B)288.48º94.97%62.35%-
XYZ15.557.4233.41-
YUV61.69182.92176.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 8 (3.52% from 255) = 2.69%
BLUE value IS 159 (62.5% from 255) = 53.54%
R=43.77%
G=2.69%
B=53.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13081590.180.9500.38288.4890.4232.75
Hex8289F125F0261205a21
Octal202102372213704644013241
Binary1000001010001001111110010101111101001101001000001011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82089F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,8,159); }

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

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

 a { background-color: rgb(130,8,159); }

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

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

 span { border-color: rgb(130,8,159); }

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