#83019B

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

Shades of Dark Magenta #83019B

Tints of Dark Magenta #83019B

Color information

#83019B (or 0x83019B) is unknown color: approx Dark Magenta. HEX triplet: 83, 01 and 9B. RGB value is (131,1,155). Sum of RGB (Red+Green+Blue) = 131+1+155=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #83019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83019B is #7CFE64. Grayscale: #383838. Windows color (decimal): -8191589 or 10158467. OLE color: 10158467.

HSL color Cylindrical-coordinate representation of color #83019B: hue angle of 290.65º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83019B is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1311155-
CMYK0.150.9900.39
HSL290.65º98.72%30.59%-
HSV(B)290.65º99.35%60.78%-
XYZ15.297.2131.6-
YUV57.43183.07180.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=45.64%
G=0.35%
B=54.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13111550.150.9900.39290.6598.7230.59
Hex8319BF63027123631f
Octal20312331714304744314337
Binary10000011110011011111111000110100111100100011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83019B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,1,155); }

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

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

 a { background-color: rgb(131,1,155); }

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

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

 span { border-color: rgb(131,1,155); }

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