Html Css Color HEX #831399 Dark Magenta

📋 copy color: '#831399'

red 131 ◦ green 19 ◦ blue 153

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

Shades of Dark Magenta #831399

Tints of Dark Magenta #831399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 43.23%
G = 6.27%
B = 50.5%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#831399 (or 0x831399) is known color: Dark Magenta. HEX triplet: 83, 13 and 99. RGB value is (131,19,153). Sum of RGB (Red+Green+Blue) = 131+19+153=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #831399 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831399 is #7CEC66. Grayscale: #434343. Windows color (decimal): -8186983 or 10032003. OLE color: 10032003.

HSL color Cylindrical-coordinate representation of color #831399: hue angle of 290.15º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831399 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 19 153 -
CMYK 0.14 0.88 0 0.4
HSL 290.15º 0.78% 0.34% -
HSV(B) 290.15º 0.88% 0.6% -
XYZ 15.34 7.59 30.79 -
YUV 67.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 131 19 153 0.14 0.88 0 0.4 290.15 0.78 0.34
Hex 83 13 99 E 58 0 28 122 4E 22
Octal 203 23 231 16 130 0 50 442 116 42
Binary 10000011 10011 10011001 1110 1011000 0 101000 100100010 1001110 100010

Color Harmonies of #831399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831399

Black with #831399

Text Example


Text Example

White with #831399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831399; }

 p { color: rgb(131,19,153); }

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

background-color css

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

 a { background-color: rgb(131,19,153); }

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

border-color css

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

 span { border-color: rgb(131,19,153); }

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