#831598

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

Shades of Dark Magenta #831598

Tints of Dark Magenta #831598

Color information

#831598 (or 0x831598) is unknown color: approx Dark Magenta. HEX triplet: 83, 15 and 98. RGB value is (131,21,152). Sum of RGB (Red+Green+Blue) = 131+21+152=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #831598 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831598 is #7CEA67. Grayscale: #444444. Windows color (decimal): -8186472 or 9966979. OLE color: 9966979.

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

Color convert

RGB13121152-
CMYK0.140.8600.40
HSL290.38º75.72%33.92%-
HSV(B)290.38º86.18%59.61%-
XYZ15.37.6330.37-
YUV68.82174.94172.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.09%
GREEN value IS 21 (8.59% from 255) = 6.91%
BLUE value IS 152 (59.77% from 255) = 50%
R=43.09%
G=6.91%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131211520.140.8600.40290.3875.7233.92
Hex831598E560281224c22
Octal203252301612605044211442
Binary1000001110101100110001110101011001010001001000101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831598; }

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

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

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

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

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

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

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

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