#930391

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

Shades of Dark Magenta #930391

Tints of Dark Magenta #930391

Color information

#930391 (or 0x930391) is unknown color: approx Dark Magenta. HEX triplet: 93, 03 and 91. RGB value is (147,3,145). Sum of RGB (Red+Green+Blue) = 147+3+145=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #930391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930391 is #6CFC6E. Grayscale: #3D3D3D. Windows color (decimal): -7142511 or 9503635. OLE color: 9503635.

HSL color Cylindrical-coordinate representation of color #930391: hue angle of 300.83º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #930391 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB1473145-
CMYK00.980.010.42
HSL300.83º96%29.41%-
HSV(B)300.83º97.96%57.65%-
XYZ17.188.3127.49-
YUV62.24174.71188.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=49.83%
G=1.02%
B=49.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147314500.980.010.42300.839629.41
Hex9339106212A12d601d
Octal2233221014215245514035
Binary100100111110010001011000101101010100101101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930391; }

 p { color: rgb(147,3,145); }

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

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

 a { background-color: rgb(147,3,145); }

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

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

 span { border-color: rgb(147,3,145); }

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