Html Css Color HEX #831590 Dark Magenta

📋 copy color: '#831590'

red 131 ◦ green 21 ◦ blue 144

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

Shades of Dark Magenta #831590

Tints of Dark Magenta #831590

RGB

 RED value IS 131 (51.56% from 255) = 44.26%

 GREEN value IS 21 (8.59% from 255) = 7.09%

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 44.26%
G = 7.09%
B = 48.65%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#831590 (or 0x831590) is known color: Dark Magenta. HEX triplet: 83, 15 and 90. RGB value is (131,21,144). Sum of RGB (Red+Green+Blue) = 131+21+144=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 21 (8.59% from 255 or 7.09% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #831590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831590 is #7CEA6F. Grayscale: #434343. Windows color (decimal): -8186480 or 9442691. OLE color: 9442691.

HSL color Cylindrical-coordinate representation of color #831590: hue angle of 293.66º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831590 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 21 144 -
CMYK 0.09 0.85 0 0.44
HSL 293.66º 0.75% 0.32% -
HSV(B) 293.66º 0.85% 0.56% -
XYZ 14.66 7.38 27.04 -
YUV 67.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 131 21 144 0.09 0.85 0 0.44 293.66 0.75 0.32
Hex 83 15 90 9 55 0 2C 126 4B 20
Octal 203 25 220 11 125 0 54 446 113 40
Binary 10000011 10101 10010000 1001 1010101 0 101100 100100110 1001011 100000

Color Harmonies of #831590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831590

Black with #831590

Text Example


Text Example

White with #831590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831590; }

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

 H1.HeaderClassName
 {
   color: #831590;
 }
 .AnyTagClassName
 {
   color: #831590;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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