#930390

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

Shades of Dark Magenta #930390

Tints of Dark Magenta #930390

Color information

#930390 (or 0x930390) is unknown color: approx Dark Magenta. HEX triplet: 93, 03 and 90. RGB value is (147,3,144). Sum of RGB (Red+Green+Blue) = 147+3+144=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 3 (1.56% from 255 or 1.02% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #930390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930390 is #6CFC6F. Grayscale: #3D3D3D. Windows color (decimal): -7142512 or 9438099. OLE color: 9438099.

HSL color Cylindrical-coordinate representation of color #930390: hue angle of 301.25º 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 #930390 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB1473144-
CMYK00.980.020.42
HSL301.25º96%29.41%-
HSV(B)301.25º97.96%57.65%-
XYZ17.18.2827.08-
YUV62.13174.21188.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 1.02%
BLUE value IS 144 (56.64% from 255) = 48.98%
R=50%
G=1.02%
B=48.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147314400.980.020.42301.259629.41
Hex9339006222A12d601d
Octal2233220014225245514035
Binary1001001111100100000110001010101010100101101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930390; }

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

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

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

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

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

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

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

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