Html Css Color HEX #831794 Dark Magenta

📋 copy color: '#831794'

red 131 ◦ green 23 ◦ blue 148

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

Shades of Dark Magenta #831794

Tints of Dark Magenta #831794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.62%

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 43.38%
G = 7.62%
B = 49.01%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#831794 (or 0x831794) is known color: Dark Magenta. HEX triplet: 83, 17 and 94. RGB value is (131,23,148). Sum of RGB (Red+Green+Blue) = 131+23+148=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 23 (9.38% from 255 or 7.62% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #831794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831794 is #7CE86B. Grayscale: #454545. Windows color (decimal): -8185964 or 9705347. OLE color: 9705347.

HSL color Cylindrical-coordinate representation of color #831794: hue angle of 291.84º degrees, saturation: 0.73, 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 #831794 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 23 148 -
CMYK 0.11 0.84 0 0.42
HSL 291.84º 0.73% 0.34% -
HSV(B) 291.84º 0.84% 0.58% -
XYZ 15.01 7.58 28.69 -
YUV 69.54 172.28 171.84 -
System Red Green Blue C M Y K H S L
Decimal 131 23 148 0.11 0.84 0 0.42 291.84 0.73 0.34
Hex 83 17 94 B 54 0 2A 124 49 22
Octal 203 27 224 13 124 0 52 444 111 42
Binary 10000011 10111 10010100 1011 1010100 0 101010 100100100 1001001 100010

Color Harmonies of #831794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831794

Black with #831794

Text Example


Text Example

White with #831794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831794; }

 p { color: rgb(131,23,148); }

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

background-color css

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

 a { background-color: rgb(131,23,148); }

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

border-color css

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

 span { border-color: rgb(131,23,148); }

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