#930799

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

Shades of Dark Magenta #930799

Tints of Dark Magenta #930799

Color information

#930799 (or 0x930799) is unknown color: approx Dark Magenta. HEX triplet: 93, 07 and 99. RGB value is (147,7,153). Sum of RGB (Red+Green+Blue) = 147+7+153=307 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.88% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #930799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930799 is #6CF866. Grayscale: #414141. Windows color (decimal): -7141479 or 10028947. OLE color: 10028947.

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

Color convert

RGB1477153-
CMYK0.040.9500.4
HSL297.53º91.25%31.37%-
HSV(B)297.53º95.42%60%-
XYZ17.868.6530.87-
YUV65.5177.38186.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.88%
GREEN value IS 7 (3.12% from 255) = 2.28%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=47.88%
G=2.28%
B=49.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14771530.040.9500.4297.5391.2531.37
Hex9379945F02812a5b1f
Octal2237231413705045213337
Binary100100111111001100110010111110101000100101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930799; }

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

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

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

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

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

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

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

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