Html Css Color HEX #83049A Dark Magenta

📋 copy color: '#83049A'

red 131 ◦ green 4 ◦ blue 154

#83049A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #83049A

Tints of Dark Magenta #83049A

RGB

 RED value IS 131 (51.56% from 255) = 45.33%

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 154 (60.55% from 255) = 53.29%

R = 45.33%
G = 1.38%
B = 53.29%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83049A (or 0x83049A) is known color: Dark Magenta. HEX triplet: 83, 04 and 9A. RGB value is (131,4,154). Sum of RGB (Red+Green+Blue) = 131+4+154=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #83049A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83049A is #7CFB65. Grayscale: #3A3A3A. Windows color (decimal): -8190822 or 10093699. OLE color: 10093699.

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

Color convert

RGB 131 4 154 -
CMYK 0.15 0.97 0 0.40
HSL 290.8º 0.95% 0.31% -
HSV(B) 290.8º 0.97% 0.6% -
XYZ 15.24 7.25 31.17 -
YUV 59.07 181.58 179.3 -
System Red Green Blue C M Y K H S L
Decimal 131 4 154 0.15 0.97 0 0.40 290.8 0.95 0.31
Hex 83 4 9A F 61 0 28 123 5F 1F
Octal 203 4 232 17 141 0 50 443 137 37
Binary 10000011 100 10011010 1111 1100001 0 101000 100100011 1011111 11111

Color Harmonies of #83049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83049A

Black with #83049A

Text Example


Text Example

White with #83049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83049A;
 }
 .AnyTagClassName
 {
   color: #83049A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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