#930389

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

Shades of Dark Magenta #930389

Tints of Dark Magenta #930389

Color information

#930389 (or 0x930389) is unknown color: approx Dark Magenta. HEX triplet: 93, 03 and 89. RGB value is (147,3,137). Sum of RGB (Red+Green+Blue) = 147+3+137=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #930389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930389 is #6CFC76. Grayscale: #3C3C3C. Windows color (decimal): -7142519 or 8979347. OLE color: 8979347.

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

Color convert

RGB1473137-
CMYK00.980.070.42
HSL304.17º96%29.41%-
HSV(B)304.17º97.96%57.65%-
XYZ16.588.0724.35-
YUV61.33170.71189.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.22%
GREEN value IS 3 (1.56% from 255) = 1.05%
BLUE value IS 137 (53.91% from 255) = 47.74%
R=51.22%
G=1.05%
B=47.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147313700.980.070.42304.179629.41
Hex9338906272A130601d
Octal2233211014275246014035
Binary10010011111000100101100010111101010100110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930389; }

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

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

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

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

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

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

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

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