#93199F

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

Shades of Dark Magenta #93199F

Tints of Dark Magenta #93199F

Color information

#93199F (or 0x93199F) is unknown color: approx Dark Magenta. HEX triplet: 93, 19 and 9F. RGB value is (147,25,159). Sum of RGB (Red+Green+Blue) = 147+25+159=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #93199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93199F is #6CE660. Grayscale: #4C4C4C. Windows color (decimal): -7136865 or 10426771. OLE color: 10426771.

HSL color Cylindrical-coordinate representation of color #93199F: hue angle of 294.63º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93199F is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14725159-
CMYK0.080.8400.38
HSL294.63º72.83%36.08%-
HSV(B)294.63º84.28%62.35%-
XYZ18.649.433.63-
YUV76.75174.42178.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 25 (10.16% from 255) = 7.55%
BLUE value IS 159 (62.5% from 255) = 48.04%
R=44.41%
G=7.55%
B=48.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal147251590.080.8400.38294.6372.8336.08
Hex93199F8540261274924
Octal223312371012404644711144
Binary1001001111001100111111000101010001001101001001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93199F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93199F; }

 p { color: rgb(147,25,159); }

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

<style>
 a { background-color: #93199F; }

 a { background-color: rgb(147,25,159); }

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

<style>
 span { border-color: #93199F; }

 span { border-color: rgb(147,25,159); }

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