Html Css Color HEX #831199 Dark Magenta

📋 copy color: '#831199'

red 131 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #831199

Tints of Dark Magenta #831199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

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

R = 43.52%
G = 5.65%
B = 50.83%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#831199 (or 0x831199) is known color: Dark Magenta. HEX triplet: 83, 11 and 99. RGB value is (131,17,153). Sum of RGB (Red+Green+Blue) = 131+17+153=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #831199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831199 is #7CEE66. Grayscale: #424242. Windows color (decimal): -8187495 or 10031491. OLE color: 10031491.

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

Color convert

RGB 131 17 153 -
CMYK 0.14 0.89 0 0.4
HSL 290.29º 0.8% 0.33% -
HSV(B) 290.29º 0.89% 0.6% -
XYZ 15.31 7.53 30.78 -
YUV 66.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 131 17 153 0.14 0.89 0 0.4 290.29 0.8 0.33
Hex 83 11 99 E 59 0 28 122 50 21
Octal 203 21 231 16 131 0 50 442 120 41
Binary 10000011 10001 10011001 1110 1011001 0 101000 100100010 1010000 100001

Color Harmonies of #831199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831199

Black with #831199

Text Example


Text Example

White with #831199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831199; }

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

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

background-color css

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

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

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

border-color css

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

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

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