Html Css Color HEX #831799 Dark Magenta

📋 copy color: '#831799'

red 131 ◦ green 23 ◦ blue 153

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

Shades of Dark Magenta #831799

Tints of Dark Magenta #831799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 42.67%
G = 7.49%
B = 49.84%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#831799 (or 0x831799) is known color: Dark Magenta. HEX triplet: 83, 17 and 99. RGB value is (131,23,153). Sum of RGB (Red+Green+Blue) = 131+23+153=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #831799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831799 is #7CE866. Grayscale: #454545. Windows color (decimal): -8185959 or 10033027. OLE color: 10033027.

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

Color convert

RGB 131 23 153 -
CMYK 0.14 0.85 0 0.4
HSL 289.85º 0.74% 0.35% -
HSV(B) 289.85º 0.85% 0.6% -
XYZ 15.42 7.74 30.82 -
YUV 70.11 174.78 171.43 -
System Red Green Blue C M Y K H S L
Decimal 131 23 153 0.14 0.85 0 0.4 289.85 0.74 0.35
Hex 83 17 99 E 55 0 28 122 4A 23
Octal 203 27 231 16 125 0 50 442 112 43
Binary 10000011 10111 10011001 1110 1010101 0 101000 100100010 1001010 100011

Color Harmonies of #831799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831799

Black with #831799

Text Example


Text Example

White with #831799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831799; }

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

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

background-color css

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

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

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

border-color css

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

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

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