#83019A

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

Shades of Dark Magenta #83019A

Tints of Dark Magenta #83019A

Color information

#83019A (or 0x83019A) is unknown color: approx Dark Magenta. HEX triplet: 83, 01 and 9A. RGB value is (131,1,154). Sum of RGB (Red+Green+Blue) = 131+1+154=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 154 (60.55% from 255 or 53.85% from 286); Max value from RGB is 154 - color contains mainly: blue. Hex color #83019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83019A is #7CFE65. Grayscale: #383838. Windows color (decimal): -8191590 or 10092931. OLE color: 10092931.

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

Color convert

RGB1311154-
CMYK0.150.9900.40
HSL290.98º98.71%30.39%-
HSV(B)290.98º99.35%60.39%-
XYZ15.27.1831.16-
YUV57.31182.57180.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 1 (0.78% from 255) = 0.35%
BLUE value IS 154 (60.55% from 255) = 53.85%
R=45.80%
G=0.35%
B=53.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal13111540.150.9900.40290.9898.7130.39
Hex8319AF63028123631e
Octal20312321714305044314336
Binary10000011110011010111111000110101000100100011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83019A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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