Html Css Color HEX #831090 Dark Magenta

📋 copy color: '#831090'

red 131 ◦ green 16 ◦ blue 144

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

Shades of Dark Magenta #831090

Tints of Dark Magenta #831090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 45.02%
G = 5.5%
B = 49.48%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#831090 (or 0x831090) is known color: Dark Magenta. HEX triplet: 83, 10 and 90. RGB value is (131,16,144). Sum of RGB (Red+Green+Blue) = 131+16+144=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #831090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831090 is #7CEF6F. Grayscale: #404040. Windows color (decimal): -8187760 or 9441411. OLE color: 9441411.

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

Color convert

RGB 131 16 144 -
CMYK 0.09 0.89 0 0.44
HSL 293.91º 0.8% 0.31% -
HSV(B) 293.91º 0.89% 0.56% -
XYZ 14.58 7.21 27.01 -
YUV 64.98 172.6 175.09 -
System Red Green Blue C M Y K H S L
Decimal 131 16 144 0.09 0.89 0 0.44 293.91 0.8 0.31
Hex 83 10 90 9 59 0 2C 126 50 1F
Octal 203 20 220 11 131 0 54 446 120 37
Binary 10000011 10000 10010000 1001 1011001 0 101100 100100110 1010000 11111

Color Harmonies of #831090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831090

Black with #831090

Text Example


Text Example

White with #831090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831090; }

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

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

background-color css

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

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

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

border-color css

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

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

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