#831399

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

Shades of Dark Magenta #831399

Tints of Dark Magenta #831399

Color information

#831399 (or 0x831399) is unknown color: approx Dark Magenta. HEX triplet: 83, 13 and 99. RGB value is (131,19,153). Sum of RGB (Red+Green+Blue) = 131+19+153=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #831399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831399 is #7CEC66. Grayscale: #434343. Windows color (decimal): -8186983 or 10032003. OLE color: 10032003.

HSL color Cylindrical-coordinate representation of color #831399: hue angle of 290.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831399 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13119153-
CMYK0.140.8800.4
HSL290.15º77.91%33.73%-
HSV(B)290.15º87.58%60%-
XYZ15.347.5930.79-
YUV67.76176.11173.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 153 (60.16% from 255) = 50.50%
R=43.23%
G=6.27%
B=50.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131191530.140.8800.4290.1577.9133.73
Hex831399E580281224e22
Octal203232311613005044211642
Binary1000001110011100110011110101100001010001001000101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831399; }

 p { color: rgb(131,19,153); }

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

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

 a { background-color: rgb(131,19,153); }

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

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

 span { border-color: rgb(131,19,153); }

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