Html Css Color HEX #83049D Dark Magenta

📋 copy color: '#83049D'

red 131 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #83049D

Tints of Dark Magenta #83049D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.77%

R = 44.86%
G = 1.37%
B = 53.77%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83049D (or 0x83049D) is known color: Dark Magenta. HEX triplet: 83, 04 and 9D. RGB value is (131,4,157). Sum of RGB (Red+Green+Blue) = 131+4+157=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #83049D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83049D is #7CFB62. Grayscale: #3A3A3A. Windows color (decimal): -8190819 or 10290307. OLE color: 10290307.

HSL color Cylindrical-coordinate representation of color #83049D: hue angle of 289.8º 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 #83049D is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 4 157 -
CMYK 0.17 0.97 0 0.38
HSL 289.8º 0.95% 0.32% -
HSV(B) 289.8º 0.97% 0.62% -
XYZ 15.49 7.35 32.5 -
YUV 59.42 183.08 179.06 -
System Red Green Blue C M Y K H S L
Decimal 131 4 157 0.17 0.97 0 0.38 289.8 0.95 0.32
Hex 83 4 9D 11 61 0 26 122 5F 20
Octal 203 4 235 21 141 0 46 442 137 40
Binary 10000011 100 10011101 10001 1100001 0 100110 100100010 1011111 100000

Color Harmonies of #83049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83049D

Black with #83049D

Text Example


Text Example

White with #83049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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