Html Css Color HEX #831099 Dark Magenta

📋 copy color: '#831099'

red 131 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #831099

Tints of Dark Magenta #831099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.33%

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

R = 43.67%
G = 5.33%
B = 51%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#831099 (or 0x831099) is known color: Dark Magenta. HEX triplet: 83, 10 and 99. RGB value is (131,16,153). Sum of RGB (Red+Green+Blue) = 131+16+153=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #831099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831099 is #7CEF66. Grayscale: #414141. Windows color (decimal): -8187751 or 10031235. OLE color: 10031235.

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

Color convert

RGB 131 16 153 -
CMYK 0.14 0.90 0 0.4
HSL 290.37º 0.81% 0.33% -
HSV(B) 290.37º 0.9% 0.6% -
XYZ 15.3 7.5 30.78 -
YUV 66 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 131 16 153 0.14 0.90 0 0.4 290.37 0.81 0.33
Hex 83 10 99 E 5A 0 28 122 51 21
Octal 203 20 231 16 132 0 50 442 121 41
Binary 10000011 10000 10011001 1110 1011010 0 101000 100100010 1010001 100001

Color Harmonies of #831099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831099

Black with #831099

Text Example


Text Example

White with #831099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831099; }

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

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

background-color css

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

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

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

border-color css

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

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

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