Html Css Color HEX #831691 Dark Magenta

📋 copy color: '#831691'

red 131 ◦ green 22 ◦ blue 145

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

Shades of Dark Magenta #831691

Tints of Dark Magenta #831691

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 43.96%
G = 7.38%
B = 48.66%

CMYK

 C value IS 0.10

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#831691 (or 0x831691) is known color: Dark Magenta. HEX triplet: 83, 16 and 91. RGB value is (131,22,145). Sum of RGB (Red+Green+Blue) = 131+22+145=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #831691 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831691 is #7CE96E. Grayscale: #444444. Windows color (decimal): -8186223 or 9508483. OLE color: 9508483.

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

Color convert

RGB 131 22 145 -
CMYK 0.10 0.85 0 0.43
HSL 293.17º 0.74% 0.33% -
HSV(B) 293.17º 0.85% 0.57% -
XYZ 14.76 7.44 27.45 -
YUV 68.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 131 22 145 0.10 0.85 0 0.43 293.17 0.74 0.33
Hex 83 16 91 A 55 0 2B 125 4A 21
Octal 203 26 221 12 125 0 53 445 112 41
Binary 10000011 10110 10010001 1010 1010101 0 101011 100100101 1001010 100001

Color Harmonies of #831691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831691

Black with #831691

Text Example


Text Example

White with #831691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831691; }

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

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

background-color css

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

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

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

border-color css

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

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

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