Html Css Color HEX #831396 Dark Magenta

📋 copy color: '#831396'

red 131 ◦ green 19 ◦ blue 150

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

Shades of Dark Magenta #831396

Tints of Dark Magenta #831396

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.33%

 BLUE value IS 150 (58.98% from 255) = 50%

R = 43.67%
G = 6.33%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#831396 (or 0x831396) is known color: Dark Magenta. HEX triplet: 83, 13 and 96. RGB value is (131,19,150). Sum of RGB (Red+Green+Blue) = 131+19+150=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #831396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831396 is #7CEC69. Grayscale: #434343. Windows color (decimal): -8186986 or 9835395. OLE color: 9835395.

HSL color Cylindrical-coordinate representation of color #831396: hue angle of 291.3º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831396 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 19 150 -
CMYK 0.13 0.87 0 0.41
HSL 291.3º 0.78% 0.33% -
HSV(B) 291.3º 0.87% 0.59% -
XYZ 15.1 7.49 29.5 -
YUV 67.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 131 19 150 0.13 0.87 0 0.41 291.3 0.78 0.33
Hex 83 13 96 D 57 0 29 123 4E 21
Octal 203 23 226 15 127 0 51 443 116 41
Binary 10000011 10011 10010110 1101 1010111 0 101001 100100011 1001110 100001

Color Harmonies of #831396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831396

Black with #831396

Text Example


Text Example

White with #831396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831396; }

 p { color: rgb(131,19,150); }

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

background-color css

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

 a { background-color: rgb(131,19,150); }

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

border-color css

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

 span { border-color: rgb(131,19,150); }

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