Html Css Color HEX #831495 Dark Magenta

📋 copy color: '#831495'

red 131 ◦ green 20 ◦ blue 149

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

Shades of Dark Magenta #831495

Tints of Dark Magenta #831495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.67%

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

R = 43.67%
G = 6.67%
B = 49.67%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#831495 (or 0x831495) is known color: Dark Magenta. HEX triplet: 83, 14 and 95. RGB value is (131,20,149). Sum of RGB (Red+Green+Blue) = 131+20+149=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #831495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831495 is #7CEB6A. Grayscale: #434343. Windows color (decimal): -8186731 or 9770115. OLE color: 9770115.

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

Color convert

RGB 131 20 149 -
CMYK 0.12 0.87 0 0.42
HSL 291.63º 0.76% 0.33% -
HSV(B) 291.63º 0.87% 0.58% -
XYZ 15.04 7.5 29.09 -
YUV 67.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 131 20 149 0.12 0.87 0 0.42 291.63 0.76 0.33
Hex 83 14 95 C 57 0 2A 124 4C 21
Octal 203 24 225 14 127 0 52 444 114 41
Binary 10000011 10100 10010101 1100 1010111 0 101010 100100100 1001100 100001

Color Harmonies of #831495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831495

Black with #831495

Text Example


Text Example

White with #831495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831495; }

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

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

background-color css

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

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

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

border-color css

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

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

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