Html Css Color HEX #831598 Dark Magenta

📋 copy color: '#831598'

red 131 ◦ green 21 ◦ blue 152

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

Shades of Dark Magenta #831598

Tints of Dark Magenta #831598

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 value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#831598 (or 0x831598) is known color: 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

RGB 131 21 152 -
CMYK 0.14 0.86 0 0.40
HSL 290.38º 0.76% 0.34% -
HSV(B) 290.38º 0.86% 0.6% -
XYZ 15.3 7.63 30.37 -
YUV 68.82 174.94 172.35 -
System Red Green Blue C M Y K H S L
Decimal 131 21 152 0.14 0.86 0 0.40 290.38 0.76 0.34
Hex 83 15 98 E 56 0 28 122 4C 22
Octal 203 25 230 16 126 0 50 442 114 42
Binary 10000011 10101 10011000 1110 1010110 0 101000 100100010 1001100 100010

Color Harmonies of #831598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831598

Black with #831598

Text Example


Text Example

White with #831598

Text Example


Text Example

HTML Codes & Css Web 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>