Html Css Color HEX #831895 Dark Magenta

📋 copy color: '#831895'

red 131 ◦ green 24 ◦ blue 149

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

Shades of Dark Magenta #831895

Tints of Dark Magenta #831895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.89%

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

R = 43.09%
G = 7.89%
B = 49.01%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#831895 (or 0x831895) is known color: Dark Magenta. HEX triplet: 83, 18 and 95. RGB value is (131,24,149). Sum of RGB (Red+Green+Blue) = 131+24+149=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 24 (9.77% from 255 or 7.89% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #831895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831895 is #7CE76A. Grayscale: #454545. Windows color (decimal): -8185707 or 9771139. OLE color: 9771139.

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

Color convert

RGB 131 24 149 -
CMYK 0.12 0.84 0 0.42
HSL 291.36º 0.72% 0.34% -
HSV(B) 291.36º 0.84% 0.58% -
XYZ 15.11 7.65 29.11 -
YUV 70.24 172.45 171.34 -
System Red Green Blue C M Y K H S L
Decimal 131 24 149 0.12 0.84 0 0.42 291.36 0.72 0.34
Hex 83 18 95 C 54 0 2A 123 48 22
Octal 203 30 225 14 124 0 52 443 110 42
Binary 10000011 11000 10010101 1100 1010100 0 101010 100100011 1001000 100010

Color Harmonies of #831895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831895

Black with #831895

Text Example


Text Example

White with #831895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831895; }

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

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

background-color css

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

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

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

border-color css

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

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

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