#83169E

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

Shades of Dark Magenta #83169E

Tints of Dark Magenta #83169E

Color information

#83169E (or 0x83169E) is unknown color: approx Dark Magenta. HEX triplet: 83, 16 and 9E. RGB value is (131,22,158). Sum of RGB (Red+Green+Blue) = 131+22+158=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #83169E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83169E is #7CE961. Grayscale: #454545. Windows color (decimal): -8186210 or 10360451. OLE color: 10360451.

HSL color Cylindrical-coordinate representation of color #83169E: hue angle of 288.09º 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 #83169E is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13122158-
CMYK0.170.8600.38
HSL288.09º75.56%35.29%-
HSV(B)288.09º86.08%61.96%-
XYZ15.827.8733.03-
YUV70.1177.61171.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.12%
GREEN value IS 22 (8.98% from 255) = 7.07%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=42.12%
G=7.07%
B=50.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131221580.170.8600.38288.0975.5635.29
Hex83169E11560261204c23
Octal203262362112604644011443
Binary10000011101101001111010001101011001001101001000001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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