Html Css Color HEX #831591 Dark Magenta

📋 copy color: '#831591'

red 131 ◦ green 21 ◦ blue 145

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

Shades of Dark Magenta #831591

Tints of Dark Magenta #831591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.07%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 44.11%
G = 7.07%
B = 48.82%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#831591 (or 0x831591) is known color: Dark Magenta. HEX triplet: 83, 15 and 91. RGB value is (131,21,145). Sum of RGB (Red+Green+Blue) = 131+21+145=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #831591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831591 is #7CEA6E. Grayscale: #434343. Windows color (decimal): -8186479 or 9508227. OLE color: 9508227.

HSL color Cylindrical-coordinate representation of color #831591: hue angle of 293.23º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831591 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 21 145 -
CMYK 0.10 0.86 0 0.43
HSL 293.23º 0.75% 0.33% -
HSV(B) 293.23º 0.86% 0.57% -
XYZ 14.74 7.41 27.44 -
YUV 68.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 131 21 145 0.10 0.86 0 0.43 293.23 0.75 0.33
Hex 83 15 91 A 56 0 2B 125 4B 21
Octal 203 25 221 12 126 0 53 445 113 41
Binary 10000011 10101 10010001 1010 1010110 0 101011 100100101 1001011 100001

Color Harmonies of #831591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831591

Black with #831591

Text Example


Text Example

White with #831591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831591; }

 p { color: rgb(131,21,145); }

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

background-color css

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

 a { background-color: rgb(131,21,145); }

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

border-color css

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

 span { border-color: rgb(131,21,145); }

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