#82018F

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

Shades of Dark Magenta #82018F

Tints of Dark Magenta #82018F

Color information

#82018F (or 0x82018F) is unknown color: approx Dark Magenta. HEX triplet: 82, 01 and 8F. RGB value is (130,1,143). Sum of RGB (Red+Green+Blue) = 130+1+143=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #82018F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82018F is #7DFE70. Grayscale: #373737. Windows color (decimal): -8257137 or 9372034. OLE color: 9372034.

HSL color Cylindrical-coordinate representation of color #82018F: hue angle of 294.51º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82018F is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1301143-
CMYK0.090.9900.44
HSL294.51º98.61%28.24%-
HSV(B)294.51º99.3%56.08%-
XYZ14.176.7526.54-
YUV55.76177.24180.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 143 (56.25% from 255) = 52.19%
R=47.45%
G=0.36%
B=52.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal13011430.090.9900.44294.5198.6128.24
Hex8218F96302C127631c
Octal20212171114305444714334
Binary10000010110001111100111000110101100100100111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82018F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,1,143); }

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

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

 a { background-color: rgb(130,1,143); }

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

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

 span { border-color: rgb(130,1,143); }

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