#83138A

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

Shades of Dark Magenta #83138A

Tints of Dark Magenta #83138A

Color information

#83138A (or 0x83138A) is unknown color: approx Dark Magenta. HEX triplet: 83, 13 and 8A. RGB value is (131,19,138). Sum of RGB (Red+Green+Blue) = 131+19+138=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #83138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83138A is #7CEC75. Grayscale: #414141. Windows color (decimal): -8186998 or 9048963. OLE color: 9048963.

HSL color Cylindrical-coordinate representation of color #83138A: hue angle of 296.47º degrees, saturation: 0.76, 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 #83138A is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13119138-
CMYK0.050.8600.46
HSL296.47º75.8%30.78%-
HSV(B)296.47º86.23%54.12%-
XYZ14.187.1324.67-
YUV66.05168.61174.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=45.49%
G=6.60%
B=47.92%

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
Decimal131191380.050.8600.46296.4775.830.78
Hex83138A55602E1284c1f
Octal20323212512605645011437
Binary10000011100111000101010110101100101110100101000100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83138A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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