Html Css Color HEX #83059D Dark Magenta

📋 copy color: '#83059D'

red 131 ◦ green 5 ◦ blue 157

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

Shades of Dark Magenta #83059D

Tints of Dark Magenta #83059D

RGB

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

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

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

R = 44.71%
G = 1.71%
B = 53.58%

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

#83059D (or 0x83059D) is known color: Dark Magenta. HEX triplet: 83, 05 and 9D. RGB value is (131,5,157). Sum of RGB (Red+Green+Blue) = 131+5+157=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #83059D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83059D is #7CFA62. Grayscale: #3B3B3B. Windows color (decimal): -8190563 or 10290563. OLE color: 10290563.

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

Color convert

RGB 131 5 157 -
CMYK 0.17 0.97 0 0.38
HSL 289.74º 0.94% 0.32% -
HSV(B) 289.74º 0.97% 0.62% -
XYZ 15.5 7.37 32.5 -
YUV 60 182.74 178.64 -
System Red Green Blue C M Y K H S L
Decimal 131 5 157 0.17 0.97 0 0.38 289.74 0.94 0.32
Hex 83 5 9D 11 61 0 26 122 5E 20
Octal 203 5 235 21 141 0 46 442 136 40
Binary 10000011 101 10011101 10001 1100001 0 100110 100100010 1011110 100000

Color Harmonies of #83059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83059D

Black with #83059D

Text Example


Text Example

White with #83059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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