Html Css Color HEX #83019F Dark Magenta

📋 copy color: '#83019F'

red 131 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #83019F

Tints of Dark Magenta #83019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 45.02%
G = 0.34%
B = 54.64%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83019F (or 0x83019F) is known color: Dark Magenta. HEX triplet: 83, 01 and 9F. RGB value is (131,1,159). Sum of RGB (Red+Green+Blue) = 131+1+159=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #83019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83019F is #7CFE60. Grayscale: #393939. Windows color (decimal): -8191585 or 10420611. OLE color: 10420611.

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

Color convert

RGB 131 1 159 -
CMYK 0.18 0.99 0 0.38
HSL 289.37º 0.99% 0.31% -
HSV(B) 289.37º 0.99% 0.62% -
XYZ 15.63 7.35 33.4 -
YUV 57.88 185.07 180.15 -
System Red Green Blue C M Y K H S L
Decimal 131 1 159 0.18 0.99 0 0.38 289.37 0.99 0.31
Hex 83 1 9F 12 63 0 26 121 63 1F
Octal 203 1 237 22 143 0 46 441 143 37
Binary 10000011 1 10011111 10010 1100011 0 100110 100100001 1100011 11111

Color Harmonies of #83019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83019F

Black with #83019F

Text Example


Text Example

White with #83019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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