Html Css Color HEX #831891 Dark Magenta

📋 copy color: '#831891'

red 131 ◦ green 24 ◦ blue 145

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

Shades of Dark Magenta #831891

Tints of Dark Magenta #831891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 43.67%
G = 8%
B = 48.33%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#831891 (or 0x831891) is known color: Dark Magenta. HEX triplet: 83, 18 and 91. RGB value is (131,24,145). Sum of RGB (Red+Green+Blue) = 131+24+145=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #831891 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831891 is #7CE76E. Grayscale: #454545. Windows color (decimal): -8185711 or 9508995. OLE color: 9508995.

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

Color convert

RGB 131 24 145 -
CMYK 0.10 0.83 0 0.43
HSL 293.06º 0.72% 0.33% -
HSV(B) 293.06º 0.83% 0.57% -
XYZ 14.8 7.52 27.46 -
YUV 69.79 170.45 171.66 -
System Red Green Blue C M Y K H S L
Decimal 131 24 145 0.10 0.83 0 0.43 293.06 0.72 0.33
Hex 83 18 91 A 53 0 2B 125 48 21
Octal 203 30 221 12 123 0 53 445 110 41
Binary 10000011 11000 10010001 1010 1010011 0 101011 100100101 1001000 100001

Color Harmonies of #831891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831891

Black with #831891

Text Example


Text Example

White with #831891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831891; }

 p { color: rgb(131,24,145); }

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

background-color css

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

 a { background-color: rgb(131,24,145); }

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

border-color css

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

 span { border-color: rgb(131,24,145); }

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