Html Css Color HEX #83049F Dark Magenta

📋 copy color: '#83049F'

red 131 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #83049F

Tints of Dark Magenta #83049F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.08%

R = 44.56%
G = 1.36%
B = 54.08%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83049F (or 0x83049F) is known color: Dark Magenta. HEX triplet: 83, 04 and 9F. RGB value is (131,4,159). Sum of RGB (Red+Green+Blue) = 131+4+159=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #83049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83049F is #7CFB60. Grayscale: #3B3B3B. Windows color (decimal): -8190817 or 10421379. OLE color: 10421379.

HSL color Cylindrical-coordinate representation of color #83049F: hue angle of 289.16º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83049F is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 4 159 -
CMYK 0.18 0.97 0 0.38
HSL 289.16º 0.95% 0.32% -
HSV(B) 289.16º 0.97% 0.62% -
XYZ 15.66 7.42 33.41 -
YUV 59.64 184.08 178.9 -
System Red Green Blue C M Y K H S L
Decimal 131 4 159 0.18 0.97 0 0.38 289.16 0.95 0.32
Hex 83 4 9F 12 61 0 26 121 5F 20
Octal 203 4 237 22 141 0 46 441 137 40
Binary 10000011 100 10011111 10010 1100001 0 100110 100100001 1011111 100000

Color Harmonies of #83049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83049F

Black with #83049F

Text Example


Text Example

White with #83049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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