#83198B

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

Shades of Dark Magenta #83198B

Tints of Dark Magenta #83198B

Color information

#83198B (or 0x83198B) is unknown color: approx Dark Magenta. HEX triplet: 83, 19 and 8B. RGB value is (131,25,139). Sum of RGB (Red+Green+Blue) = 131+25+139=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #83198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83198B is #7CE674. Grayscale: #454545. Windows color (decimal): -8185461 or 9116035. OLE color: 9116035.

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

Color convert

RGB13125139-
CMYK0.060.8200.45
HSL295.79º69.51%32.16%-
HSV(B)295.79º82.01%54.51%-
XYZ14.377.3825.09-
YUV69.69167.12171.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.41%
GREEN value IS 25 (10.16% from 255) = 8.47%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=44.41%
G=8.47%
B=47.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131251390.060.8200.45295.7969.5132.16
Hex83198B65202D1284620
Octal20331213612205545010640
Binary100000111100110001011110101001001011011001010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83198B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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