#831191

Color #831191 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #831191

Tints of Dark Magenta #831191

Color information

#831191 (or 0x831191) is unknown color: approx Dark Magenta. HEX triplet: 83, 11 and 91. RGB value is (131,17,145). Sum of RGB (Red+Green+Blue) = 131+17+145=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 145 (57.03% from 255 or 49.49% from 293); Max value from RGB is 145 - color contains mainly: blue. Hex color #831191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831191 is #7CEE6E. Grayscale: #414141. Windows color (decimal): -8187503 or 9507203. OLE color: 9507203.

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

Color convert

RGB13117145-
CMYK0.100.8800.43
HSL293.44º79.01%31.76%-
HSV(B)293.44º88.28%56.86%-
XYZ14.677.2727.42-
YUV65.68172.77174.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 145 (57.03% from 255) = 49.49%
R=44.71%
G=5.80%
B=49.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal131171450.100.8800.43293.4479.0131.76
Hex831191A5802B1254f20
Octal203212211213005344511740
Binary1000001110001100100011010101100001010111001001011001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831191; }

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

 H1.HeaderClassName
 {
   color: #831191;
 }
 .AnyTagClassName
 {
   color: #831191;
 }
</style>
background-color css

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

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

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

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

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

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