#83158B

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

Shades of Dark Magenta #83158B

Tints of Dark Magenta #83158B

Color information

#83158B (or 0x83158B) is unknown color: approx Dark Magenta. HEX triplet: 83, 15 and 8B. RGB value is (131,21,139). Sum of RGB (Red+Green+Blue) = 131+21+139=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #83158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83158B is #7CEA74. Grayscale: #424242. Windows color (decimal): -8186485 or 9115011. OLE color: 9115011.

HSL color Cylindrical-coordinate representation of color #83158B: hue angle of 295.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83158B is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13121139-
CMYK0.060.8500.45
HSL295.93º73.75%31.37%-
HSV(B)295.93º84.89%54.51%-
XYZ14.297.2325.07-
YUV67.34168.44173.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 21 (8.59% from 255) = 7.22%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=45.02%
G=7.22%
B=47.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131211390.060.8500.45295.9373.7531.37
Hex83158B65502D1284a1f
Octal20325213612505545011237
Binary10000011101011000101111010101010101101100101000100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83158B; }

 p { color: rgb(131,21,139); }

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

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

 a { background-color: rgb(131,21,139); }

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

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

 span { border-color: rgb(131,21,139); }

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