Html Css Color HEX #831189 Dark Magenta

📋 copy color: '#831189'

red 131 ◦ green 17 ◦ blue 137

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

Shades of Dark Magenta #831189

Tints of Dark Magenta #831189

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

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

R = 45.96%
G = 5.96%
B = 48.07%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#831189 (or 0x831189) is known color: Dark Magenta. HEX triplet: 83, 11 and 89. RGB value is (131,17,137). Sum of RGB (Red+Green+Blue) = 131+17+137=285 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.96% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #831189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831189 is #7CEE76. Grayscale: #404040. Windows color (decimal): -8187511 or 8982915. OLE color: 8982915.

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

Color convert

RGB 131 17 137 -
CMYK 0.04 0.88 0 0.46
HSL 297º 0.78% 0.3% -
HSV(B) 297º 0.88% 0.54% -
XYZ 14.08 7.03 24.28 -
YUV 64.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 131 17 137 0.04 0.88 0 0.46 297 0.78 0.3
Hex 83 11 89 4 58 0 2E 129 4E 1E
Octal 203 21 211 4 130 0 56 451 116 36
Binary 10000011 10001 10001001 100 1011000 0 101110 100101001 1001110 11110

Color Harmonies of #831189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831189

Black with #831189

Text Example


Text Example

White with #831189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831189; }

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

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

background-color css

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

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

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

border-color css

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

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

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