#900393

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

Shades of Dark Magenta #900393

Tints of Dark Magenta #900393

Color information

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

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

Color convert

RGB1443147-
CMYK0.020.9800.42
HSL298.75º96%29.41%-
HSV(B)298.75º97.96%57.65%-
XYZ16.88.128.28-
YUV61.58176.21186.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14431470.020.9800.42298.759629.41
Hex9039326202A12b601d
Octal2203223214205245314035
Binary1001000011100100111011000100101010100101011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900393; }

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

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

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

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

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

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

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

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