Html Css Color HEX #831689 Dark Magenta

📋 copy color: '#831689'

red 131 ◦ green 22 ◦ blue 137

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

Shades of Dark Magenta #831689

Tints of Dark Magenta #831689

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.59%

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

R = 45.17%
G = 7.59%
B = 47.24%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#831689 (or 0x831689) is known color: Dark Magenta. HEX triplet: 83, 16 and 89. RGB value is (131,22,137). Sum of RGB (Red+Green+Blue) = 131+22+137=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #831689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831689 is #7CE976. Grayscale: #434343. Windows color (decimal): -8186231 or 8984195. OLE color: 8984195.

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

Color convert

RGB 131 22 137 -
CMYK 0.04 0.84 0 0.46
HSL 296.87º 0.72% 0.31% -
HSV(B) 296.87º 0.84% 0.54% -
XYZ 14.16 7.21 24.31 -
YUV 67.7 167.11 173.15 -
System Red Green Blue C M Y K H S L
Decimal 131 22 137 0.04 0.84 0 0.46 296.87 0.72 0.31
Hex 83 16 89 4 54 0 2E 129 48 1F
Octal 203 26 211 4 124 0 56 451 110 37
Binary 10000011 10110 10001001 100 1010100 0 101110 100101001 1001000 11111

Color Harmonies of #831689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831689

Black with #831689

Text Example


Text Example

White with #831689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831689; }

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

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

background-color css

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

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

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

border-color css

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

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

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