#930199

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

Shades of Dark Magenta #930199

Tints of Dark Magenta #930199

Color information

#930199 (or 0x930199) is unknown color: approx Dark Magenta. HEX triplet: 93, 01 and 99. RGB value is (147,1,153). Sum of RGB (Red+Green+Blue) = 147+1+153=301 (39% of max value = 765). Red value is 147 (57.81% from 255 or 48.84% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #930199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930199 is #6CFE66. Grayscale: #3D3D3D. Windows color (decimal): -7143015 or 10027411. OLE color: 10027411.

HSL color Cylindrical-coordinate representation of color #930199: hue angle of 297.63º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930199 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1471153-
CMYK0.040.9900.4
HSL297.63º98.7%30.2%-
HSV(B)297.63º99.35%60%-
XYZ17.798.5230.84-
YUV61.98179.37188.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 48.84%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=48.84%
G=0.33%
B=50.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14711530.040.9900.4297.6398.730.2
Hex9319946302812a631e
Octal2231231414305045214336
Binary1001001111001100110011000110101000100101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930199; }

 p { color: rgb(147,1,153); }

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

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

 a { background-color: rgb(147,1,153); }

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

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

 span { border-color: rgb(147,1,153); }

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