Html Css Color HEX #831792 Dark Magenta

📋 copy color: '#831792'

red 131 ◦ green 23 ◦ blue 146

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

Shades of Dark Magenta #831792

Tints of Dark Magenta #831792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 43.67%
G = 7.67%
B = 48.67%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#831792 (or 0x831792) is known color: Dark Magenta. HEX triplet: 83, 17 and 92. RGB value is (131,23,146). Sum of RGB (Red+Green+Blue) = 131+23+146=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #831792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831792 is #7CE86D. Grayscale: #444444. Windows color (decimal): -8185966 or 9574275. OLE color: 9574275.

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

Color convert

RGB 131 23 146 -
CMYK 0.10 0.84 0 0.43
HSL 292.68º 0.73% 0.33% -
HSV(B) 292.68º 0.84% 0.57% -
XYZ 14.85 7.51 27.86 -
YUV 69.31 171.28 172 -
System Red Green Blue C M Y K H S L
Decimal 131 23 146 0.10 0.84 0 0.43 292.68 0.73 0.33
Hex 83 17 92 A 54 0 2B 125 49 21
Octal 203 27 222 12 124 0 53 445 111 41
Binary 10000011 10111 10010010 1010 1010100 0 101011 100100101 1001001 100001

Color Harmonies of #831792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831792

Black with #831792

Text Example


Text Example

White with #831792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831792; }

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

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

background-color css

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

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

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

border-color css

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

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

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