Html Css Color HEX #83059F Dark Magenta

📋 copy color: '#83059F'

red 131 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #83059F

Tints of Dark Magenta #83059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.69%

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

R = 44.41%
G = 1.69%
B = 53.9%

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

#83059F (or 0x83059F) is known color: Dark Magenta. HEX triplet: 83, 05 and 9F. RGB value is (131,5,159). Sum of RGB (Red+Green+Blue) = 131+5+159=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 159 (62.5% from 255 or 53.90% from 295); Max value from RGB is 159 - color contains mainly: blue. Hex color #83059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83059F is #7CFA60. Grayscale: #3B3B3B. Windows color (decimal): -8190561 or 10421635. OLE color: 10421635.

HSL color Cylindrical-coordinate representation of color #83059F: hue angle of 289.09º degrees, saturation: 0.94, 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 #83059F is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 5 159 -
CMYK 0.18 0.97 0 0.38
HSL 289.09º 0.94% 0.32% -
HSV(B) 289.09º 0.97% 0.62% -
XYZ 15.67 7.44 33.41 -
YUV 60.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 131 5 159 0.18 0.97 0 0.38 289.09 0.94 0.32
Hex 83 5 9F 12 61 0 26 121 5E 20
Octal 203 5 237 22 141 0 46 441 136 40
Binary 10000011 101 10011111 10010 1100001 0 100110 100100001 1011110 100000

Color Harmonies of #83059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83059F

Black with #83059F

Text Example


Text Example

White with #83059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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