#83029A

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

Shades of Dark Magenta #83029A

Tints of Dark Magenta #83029A

Color information

#83029A (or 0x83029A) is unknown color: approx Dark Magenta. HEX triplet: 83, 02 and 9A. RGB value is (131,2,154). Sum of RGB (Red+Green+Blue) = 131+2+154=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #83029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83029A is #7CFD65. Grayscale: #393939. Windows color (decimal): -8191334 or 10093187. OLE color: 10093187.

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

Color convert

RGB1312154-
CMYK0.150.9900.40
HSL290.92º97.44%30.59%-
HSV(B)290.92º98.7%60.39%-
XYZ15.217.231.16-
YUV57.9182.24180.14-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 154 (60.55% from 255) = 53.66%
R=45.64%
G=0.70%
B=53.66%

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
Decimal13121540.150.9900.40290.9297.4430.59
Hex8329AF63028123611f
Octal20322321714305044314137
Binary100000111010011010111111000110101000100100011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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