Html Css Color HEX #831091 Dark Magenta

📋 copy color: '#831091'

red 131 ◦ green 16 ◦ blue 145

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

Shades of Dark Magenta #831091

Tints of Dark Magenta #831091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.66%

R = 44.86%
G = 5.48%
B = 49.66%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#831091 (or 0x831091) is known color: Dark Magenta. HEX triplet: 83, 10 and 91. RGB value is (131,16,145). Sum of RGB (Red+Green+Blue) = 131+16+145=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #831091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831091 is #7CEF6E. Grayscale: #404040. Windows color (decimal): -8187759 or 9506947. OLE color: 9506947.

HSL color Cylindrical-coordinate representation of color #831091: hue angle of 293.49º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831091 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 16 145 -
CMYK 0.10 0.89 0 0.43
HSL 293.49º 0.8% 0.32% -
HSV(B) 293.49º 0.89% 0.57% -
XYZ 14.66 7.24 27.41 -
YUV 65.09 173.1 175.01 -
System Red Green Blue C M Y K H S L
Decimal 131 16 145 0.10 0.89 0 0.43 293.49 0.8 0.32
Hex 83 10 91 A 59 0 2B 125 50 20
Octal 203 20 221 12 131 0 53 445 120 40
Binary 10000011 10000 10010001 1010 1011001 0 101011 100100101 1010000 100000

Color Harmonies of #831091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831091

Black with #831091

Text Example


Text Example

White with #831091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831091; }

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

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

background-color css

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

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

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

border-color css

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

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

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