#831B8D

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

Shades of Dark Magenta #831B8D

Tints of Dark Magenta #831B8D

Color information

#831B8D (or 0x831B8D) is unknown color: approx Dark Magenta. HEX triplet: 83, 1B and 8D. RGB value is (131,27,141). Sum of RGB (Red+Green+Blue) = 131+27+141=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #831B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831B8D is #7CE472. Grayscale: #464646. Windows color (decimal): -8184947 or 9247619. OLE color: 9247619.

HSL color Cylindrical-coordinate representation of color #831B8D: hue angle of 294.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831B8D is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13127141-
CMYK0.070.8100.45
HSL294.74º67.86%32.94%-
HSV(B)294.74º80.85%55.29%-
XYZ14.567.5325.89-
YUV71.09167.46170.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 27 (10.94% from 255) = 9.03%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=43.81%
G=9.03%
B=47.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131271410.070.8100.45294.7467.8632.94
Hex831B8D75102D1274421
Octal20333215712105544710441
Binary100000111101110001101111101000101011011001001111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831B8D; }

 p { color: rgb(131,27,141); }

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

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

 a { background-color: rgb(131,27,141); }

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

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

 span { border-color: rgb(131,27,141); }

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