Html Css Color HEX #83039F Dark Magenta

📋 copy color: '#83039F'

red 131 ◦ green 3 ◦ blue 159

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

Shades of Dark Magenta #83039F

Tints of Dark Magenta #83039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

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

R = 44.71%
G = 1.02%
B = 54.27%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83039F (or 0x83039F) is known color: Dark Magenta. HEX triplet: 83, 03 and 9F. RGB value is (131,3,159). Sum of RGB (Red+Green+Blue) = 131+3+159=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 159 (62.5% from 255 or 54.27% from 293); Max value from RGB is 159 - color contains mainly: blue. Hex color #83039F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83039F is #7CFC60. Grayscale: #3A3A3A. Windows color (decimal): -8191073 or 10421123. OLE color: 10421123.

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

Color convert

RGB 131 3 159 -
CMYK 0.18 0.98 0 0.38
HSL 289.23º 0.96% 0.32% -
HSV(B) 289.23º 0.98% 0.62% -
XYZ 15.65 7.39 33.4 -
YUV 59.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 131 3 159 0.18 0.98 0 0.38 289.23 0.96 0.32
Hex 83 3 9F 12 62 0 26 121 60 20
Octal 203 3 237 22 142 0 46 441 140 40
Binary 10000011 11 10011111 10010 1100010 0 100110 100100001 1100000 100000

Color Harmonies of #83039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83039F

Black with #83039F

Text Example


Text Example

White with #83039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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