Html Css Color HEX #831990 Dark Magenta

📋 copy color: '#831990'

red 131 ◦ green 25 ◦ blue 144

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

Shades of Dark Magenta #831990

Tints of Dark Magenta #831990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.33%

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

R = 43.67%
G = 8.33%
B = 48%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#831990 (or 0x831990) is known color: Dark Magenta. HEX triplet: 83, 19 and 90. RGB value is (131,25,144). Sum of RGB (Red+Green+Blue) = 131+25+144=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #831990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831990 is #7CE66F. Grayscale: #454545. Windows color (decimal): -8185456 or 9443715. OLE color: 9443715.

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

Color convert

RGB 131 25 144 -
CMYK 0.09 0.83 0 0.44
HSL 293.45º 0.7% 0.33% -
HSV(B) 293.45º 0.83% 0.56% -
XYZ 14.74 7.53 27.06 -
YUV 70.26 169.62 171.32 -
System Red Green Blue C M Y K H S L
Decimal 131 25 144 0.09 0.83 0 0.44 293.45 0.7 0.33
Hex 83 19 90 9 53 0 2C 125 46 21
Octal 203 31 220 11 123 0 54 445 106 41
Binary 10000011 11001 10010000 1001 1010011 0 101100 100100101 1000110 100001

Color Harmonies of #831990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831990

Black with #831990

Text Example


Text Example

White with #831990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831990; }

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

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

background-color css

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

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

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

border-color css

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

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

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