#83148A

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

Shades of Dark Magenta #83148A

Tints of Dark Magenta #83148A

Color information

#83148A (or 0x83148A) is unknown color: approx Dark Magenta. HEX triplet: 83, 14 and 8A. RGB value is (131,20,138). Sum of RGB (Red+Green+Blue) = 131+20+138=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #83148A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83148A is #7CEB75. Grayscale: #424242. Windows color (decimal): -8186742 or 9049219. OLE color: 9049219.

HSL color Cylindrical-coordinate representation of color #83148A: hue angle of 296.44º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83148A is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13120138-
CMYK0.050.8600.46
HSL296.44º74.68%30.98%-
HSV(B)296.44º85.51%54.12%-
XYZ14.27.1624.68-
YUV66.64168.27173.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 20 (8.20% from 255) = 6.92%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=45.33%
G=6.92%
B=47.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131201380.050.8600.46296.4474.6830.98
Hex83148A55602E1284b1f
Octal20324212512605645011337
Binary10000011101001000101010110101100101110100101000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83148A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83148A; }

 p { color: rgb(131,20,138); }

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

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

 a { background-color: rgb(131,20,138); }

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

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

 span { border-color: rgb(131,20,138); }

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