Html Css Color HEX #831B8D Dark Magenta

📋 copy color: '#831B8D'

red 131 ◦ green 27 ◦ blue 141

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

Shades of Dark Magenta #831B8D

Tints of Dark Magenta #831B8D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.03%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 43.81%
G = 9.03%
B = 47.16%

CMYK

 C value IS 0.07

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#831B8D (or 0x831B8D) is known color: Dark Magenta. HEX triplet: 83, 1B and 8D. RGB value is (131,27,141). Sum of RGB (Red+Green+Blue) = 131+27+141=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 27 (10.94% from 255 or 9.03% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #831B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #831B8D is #7CE472. Grayscale: #464646. Windows color (decimal): -8184947 or 9247619. OLE color: 9247619.

HSL color Cylindrical-coordinate representation of color #831B8D: hue angle of 294.74º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #831B8D is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 27 141 -
CMYK 0.07 0.81 0 0.45
HSL 294.74º 0.68% 0.33% -
HSV(B) 294.74º 0.81% 0.55% -
XYZ 14.56 7.53 25.89 -
YUV 71.09 167.46 170.73 -
System Red Green Blue C M Y K H S L
Decimal 131 27 141 0.07 0.81 0 0.45 294.74 0.68 0.33
Hex 83 1B 8D 7 51 0 2D 127 44 21
Octal 203 33 215 7 121 0 55 447 104 41
Binary 10000011 11011 10001101 111 1010001 0 101101 100100111 1000100 100001

Color Harmonies of #831B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831B8D

Black with #831B8D

Text Example


Text Example

White with #831B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831B8D; }

 p { color: rgb(131,27,141); }

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

background-color css

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

 a { background-color: rgb(131,27,141); }

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

border-color css

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

 span { border-color: rgb(131,27,141); }

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