Html Css Color HEX #831289 Dark Magenta

📋 copy color: '#831289'

red 131 ◦ green 18 ◦ blue 137

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

Shades of Dark Magenta #831289

Tints of Dark Magenta #831289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

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

R = 45.8%
G = 6.29%
B = 47.9%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#831289 (or 0x831289) is known color: Dark Magenta. HEX triplet: 83, 12 and 89. RGB value is (131,18,137). Sum of RGB (Red+Green+Blue) = 131+18+137=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #831289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831289 is #7CED76. Grayscale: #404040. Windows color (decimal): -8187255 or 8983171. OLE color: 8983171.

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

Color convert

RGB 131 18 137 -
CMYK 0.04 0.87 0 0.46
HSL 296.97º 0.77% 0.3% -
HSV(B) 296.97º 0.87% 0.54% -
XYZ 14.09 7.06 24.29 -
YUV 65.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 131 18 137 0.04 0.87 0 0.46 296.97 0.77 0.3
Hex 83 12 89 4 57 0 2E 129 4D 1E
Octal 203 22 211 4 127 0 56 451 115 36
Binary 10000011 10010 10001001 100 1010111 0 101110 100101001 1001101 11110

Color Harmonies of #831289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831289

Black with #831289

Text Example


Text Example

White with #831289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831289; }

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

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

background-color css

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

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

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

border-color css

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

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

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