Html Css Color HEX #831295 Dark Magenta

📋 copy color: '#831295'

red 131 ◦ green 18 ◦ blue 149

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

Shades of Dark Magenta #831295

Tints of Dark Magenta #831295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 43.96%
G = 6.04%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#831295 (or 0x831295) is known color: Dark Magenta. HEX triplet: 83, 12 and 95. RGB value is (131,18,149). Sum of RGB (Red+Green+Blue) = 131+18+149=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #831295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831295 is #7CED6A. Grayscale: #424242. Windows color (decimal): -8187243 or 9769603. OLE color: 9769603.

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

Color convert

RGB 131 18 149 -
CMYK 0.12 0.88 0 0.42
HSL 291.76º 0.78% 0.33% -
HSV(B) 291.76º 0.88% 0.58% -
XYZ 15 7.43 29.08 -
YUV 66.72 174.44 173.85 -
System Red Green Blue C M Y K H S L
Decimal 131 18 149 0.12 0.88 0 0.42 291.76 0.78 0.33
Hex 83 12 95 C 58 0 2A 124 4E 21
Octal 203 22 225 14 130 0 52 444 116 41
Binary 10000011 10010 10010101 1100 1011000 0 101010 100100100 1001110 100001

Color Harmonies of #831295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831295

Black with #831295

Text Example


Text Example

White with #831295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831295; }

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

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

background-color css

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

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

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

border-color css

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

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

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