#930990

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

Shades of Dark Magenta #930990

Tints of Dark Magenta #930990

Color information

#930990 (or 0x930990) is unknown color: approx Dark Magenta. HEX triplet: 93, 09 and 90. RGB value is (147,9,144). Sum of RGB (Red+Green+Blue) = 147+9+144=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 147 - color contains mainly: red. Hex color #930990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930990 is #6CF66F. Grayscale: #414141. Windows color (decimal): -7140976 or 9439635. OLE color: 9439635.

HSL color Cylindrical-coordinate representation of color #930990: hue angle of 301.3º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930990 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB1479144-
CMYK00.940.020.42
HSL301.3º88.46%30.59%-
HSV(B)301.3º93.88%57.65%-
XYZ17.168.4127.1-
YUV65.65172.22186.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 144 (56.64% from 255) = 48%
R=49%
G=3%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147914400.940.020.42301.388.4630.59
Hex9399005E22A12d581f
Octal22311220013625245513037
Binary100100111001100100000101111010101010100101101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930990; }

 p { color: rgb(147,9,144); }

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

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

 a { background-color: rgb(147,9,144); }

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

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

 span { border-color: rgb(147,9,144); }

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