#930090

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

Shades of Dark Magenta #930090

Tints of Dark Magenta #930090

Color information

#930090 (or 0x930090) is unknown color: approx Dark Magenta. HEX triplet: 93, 00 and 90. RGB value is (147,0,144). Sum of RGB (Red+Green+Blue) = 147+0+144=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #930090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930090 is #6CFF6F. Grayscale: #3B3B3B. Windows color (decimal): -7143280 or 9437331. OLE color: 9437331.

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

Color convert

RGB1470144-
CMYK010.020.42
HSL301.22º100%28.82%-
HSV(B)301.22º100%57.65%-
XYZ17.078.2227.07-
YUV60.37175.2189.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=50.52%
G=0%
B=49.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1470144010.020.42301.2210028.82
Hex9309006422A12d641d
Octal2230220014425245514435
Binary100100110100100000110010010101010100101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930090; }

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

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

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

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

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

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

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

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