Html Css Color HEX #83019E Dark Magenta

📋 copy color: '#83019E'

red 131 ◦ green 1 ◦ blue 158

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

Shades of Dark Magenta #83019E

Tints of Dark Magenta #83019E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 54.48%

R = 45.17%
G = 0.34%
B = 54.48%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83019E (or 0x83019E) is known color: Dark Magenta. HEX triplet: 83, 01 and 9E. RGB value is (131,1,158). Sum of RGB (Red+Green+Blue) = 131+1+158=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #83019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83019E is #7CFE61. Grayscale: #393939. Windows color (decimal): -8191586 or 10355075. OLE color: 10355075.

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

Color convert

RGB 131 1 158 -
CMYK 0.17 0.99 0 0.38
HSL 289.68º 0.99% 0.31% -
HSV(B) 289.68º 0.99% 0.62% -
XYZ 15.54 7.32 32.94 -
YUV 57.77 184.57 180.23 -
System Red Green Blue C M Y K H S L
Decimal 131 1 158 0.17 0.99 0 0.38 289.68 0.99 0.31
Hex 83 1 9E 11 63 0 26 122 63 1F
Octal 203 1 236 21 143 0 46 442 143 37
Binary 10000011 1 10011110 10001 1100011 0 100110 100100010 1100011 11111

Color Harmonies of #83019E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83019E

Black with #83019E

Text Example


Text Example

White with #83019E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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