Html Css Color HEX #831899 Dark Magenta

📋 copy color: '#831899'

red 131 ◦ green 24 ◦ blue 153

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

Shades of Dark Magenta #831899

Tints of Dark Magenta #831899

RGB

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

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

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

R = 42.53%
G = 7.79%
B = 49.68%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#831899 (or 0x831899) is known color: Dark Magenta. HEX triplet: 83, 18 and 99. RGB value is (131,24,153). Sum of RGB (Red+Green+Blue) = 131+24+153=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 24 (9.77% from 255 or 7.79% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #831899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831899 is #7CE766. Grayscale: #464646. Windows color (decimal): -8185703 or 10033283. OLE color: 10033283.

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

Color convert

RGB 131 24 153 -
CMYK 0.14 0.84 0 0.4
HSL 289.77º 0.73% 0.35% -
HSV(B) 289.77º 0.84% 0.6% -
XYZ 15.44 7.78 30.82 -
YUV 70.7 174.45 171.01 -
System Red Green Blue C M Y K H S L
Decimal 131 24 153 0.14 0.84 0 0.4 289.77 0.73 0.35
Hex 83 18 99 E 54 0 28 122 49 23
Octal 203 30 231 16 124 0 50 442 111 43
Binary 10000011 11000 10011001 1110 1010100 0 101000 100100010 1001001 100011

Color Harmonies of #831899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831899

Black with #831899

Text Example


Text Example

White with #831899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831899; }

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

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

background-color css

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

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

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

border-color css

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

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

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