Html Css Color HEX #831789 Dark Magenta

📋 copy color: '#831789'

red 131 ◦ green 23 ◦ blue 137

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

Shades of Dark Magenta #831789

Tints of Dark Magenta #831789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 47.08%

R = 45.02%
G = 7.9%
B = 47.08%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#831789 (or 0x831789) is known color: Dark Magenta. HEX triplet: 83, 17 and 89. RGB value is (131,23,137). Sum of RGB (Red+Green+Blue) = 131+23+137=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #831789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831789 is #7CE876. Grayscale: #434343. Windows color (decimal): -8185975 or 8984451. OLE color: 8984451.

HSL color Cylindrical-coordinate representation of color #831789: hue angle of 296.84º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831789 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 23 137 -
CMYK 0.04 0.83 0 0.46
HSL 296.84º 0.71% 0.31% -
HSV(B) 296.84º 0.83% 0.54% -
XYZ 14.18 7.24 24.32 -
YUV 68.29 166.78 172.73 -
System Red Green Blue C M Y K H S L
Decimal 131 23 137 0.04 0.83 0 0.46 296.84 0.71 0.31
Hex 83 17 89 4 53 0 2E 129 47 1F
Octal 203 27 211 4 123 0 56 451 107 37
Binary 10000011 10111 10001001 100 1010011 0 101110 100101001 1000111 11111

Color Harmonies of #831789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831789

Black with #831789

Text Example


Text Example

White with #831789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831789; }

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

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

background-color css

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

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

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

border-color css

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

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

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