Html Css Color HEX #831095 Dark Magenta

📋 copy color: '#831095'

red 131 ◦ green 16 ◦ blue 149

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

Shades of Dark Magenta #831095

Tints of Dark Magenta #831095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.34%

R = 44.26%
G = 5.41%
B = 50.34%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#831095 (or 0x831095) is known color: Dark Magenta. HEX triplet: 83, 10 and 95. RGB value is (131,16,149). Sum of RGB (Red+Green+Blue) = 131+16+149=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #831095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831095 is #7CEF6A. Grayscale: #414141. Windows color (decimal): -8187755 or 9769091. OLE color: 9769091.

HSL color Cylindrical-coordinate representation of color #831095: hue angle of 291.88º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831095 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 16 149 -
CMYK 0.12 0.89 0 0.42
HSL 291.88º 0.81% 0.32% -
HSV(B) 291.88º 0.89% 0.58% -
XYZ 14.97 7.37 29.07 -
YUV 65.55 175.1 174.69 -
System Red Green Blue C M Y K H S L
Decimal 131 16 149 0.12 0.89 0 0.42 291.88 0.81 0.32
Hex 83 10 95 C 59 0 2A 124 51 20
Octal 203 20 225 14 131 0 52 444 121 40
Binary 10000011 10000 10010101 1100 1011001 0 101010 100100100 1010001 100000

Color Harmonies of #831095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831095

Black with #831095

Text Example


Text Example

White with #831095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831095; }

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

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

background-color css

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

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

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

border-color css

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

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

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