Html Css Color HEX #831793 Dark Magenta

📋 copy color: '#831793'

red 131 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #831793

Tints of Dark Magenta #831793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 43.52%
G = 7.64%
B = 48.84%

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

#831793 (or 0x831793) is known color: Dark Magenta. HEX triplet: 83, 17 and 93. RGB value is (131,23,147). Sum of RGB (Red+Green+Blue) = 131+23+147=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #831793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831793 is #7CE86C. Grayscale: #454545. Windows color (decimal): -8185965 or 9639811. OLE color: 9639811.

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

Color convert

RGB 131 23 147 -
CMYK 0.11 0.84 0 0.42
HSL 292.26º 0.73% 0.33% -
HSV(B) 292.26º 0.84% 0.58% -
XYZ 14.93 7.54 28.27 -
YUV 69.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 131 23 147 0.11 0.84 0 0.42 292.26 0.73 0.33
Hex 83 17 93 B 54 0 2A 124 49 21
Octal 203 27 223 13 124 0 52 444 111 41
Binary 10000011 10111 10010011 1011 1010100 0 101010 100100100 1001001 100001

Color Harmonies of #831793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831793

Black with #831793

Text Example


Text Example

White with #831793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831793; }

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

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

background-color css

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

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

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

border-color css

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

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

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