Html Css Color HEX #831195 Dark Magenta

📋 copy color: '#831195'

red 131 ◦ green 17 ◦ blue 149

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

Shades of Dark Magenta #831195

Tints of Dark Magenta #831195

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

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

R = 44.11%
G = 5.72%
B = 50.17%

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

#831195 (or 0x831195) is known color: Dark Magenta. HEX triplet: 83, 11 and 95. RGB value is (131,17,149). Sum of RGB (Red+Green+Blue) = 131+17+149=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #831195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831195 is #7CEE6A. Grayscale: #414141. Windows color (decimal): -8187499 or 9769347. OLE color: 9769347.

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

Color convert

RGB 131 17 149 -
CMYK 0.12 0.89 0 0.42
HSL 291.82º 0.8% 0.33% -
HSV(B) 291.82º 0.89% 0.58% -
XYZ 14.99 7.4 29.07 -
YUV 66.13 174.77 174.27 -
System Red Green Blue C M Y K H S L
Decimal 131 17 149 0.12 0.89 0 0.42 291.82 0.8 0.33
Hex 83 11 95 C 59 0 2A 124 50 21
Octal 203 21 225 14 131 0 52 444 120 41
Binary 10000011 10001 10010101 1100 1011001 0 101010 100100100 1010000 100001

Color Harmonies of #831195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831195

Black with #831195

Text Example


Text Example

White with #831195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831195; }

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

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

background-color css

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

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

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

border-color css

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

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

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