#83169F

Color #83169F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #83169F

Tints of Dark Magenta #83169F

Color information

#83169F (or 0x83169F) is unknown color: approx Dark Magenta. HEX triplet: 83, 16 and 9F. RGB value is (131,22,159). Sum of RGB (Red+Green+Blue) = 131+22+159=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #83169F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83169F is #7CE960. Grayscale: #454545. Windows color (decimal): -8186209 or 10425987. OLE color: 10425987.

HSL color Cylindrical-coordinate representation of color #83169F: hue angle of 287.74º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83169F is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13122159-
CMYK0.180.8600.38
HSL287.74º75.69%35.49%-
HSV(B)287.74º86.16%62.35%-
XYZ15.97.933.49-
YUV70.21178.11171.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.99%
GREEN value IS 22 (8.98% from 255) = 7.05%
BLUE value IS 159 (62.5% from 255) = 50.96%
R=41.99%
G=7.05%
B=50.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131221590.180.8600.38287.7475.6935.49
Hex83169F12560261204c23
Octal203262372212604644011443
Binary10000011101101001111110010101011001001101001000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83169F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83169F; }

 p { color: rgb(131,22,159); }

 H1.HeaderClassName
 {
   color: #83169F;
 }
 .AnyTagClassName
 {
   color: #83169F;
 }
</style>
background-color css

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

 a { background-color: rgb(131,22,159); }

 div.DivClassName
 {
   background-color: #83169F;
 }
 .BgClassName
 {
   background-color: #83169F;
 }
</style>
border-color css

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

 span { border-color: rgb(131,22,159); }

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