#930690

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

Shades of Dark Magenta #930690

Tints of Dark Magenta #930690

Color information

#930690 (or 0x930690) is unknown color: approx Dark Magenta. HEX triplet: 93, 06 and 90. RGB value is (147,6,144). Sum of RGB (Red+Green+Blue) = 147+6+144=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #930690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930690 is #6CF96F. Grayscale: #3F3F3F. Windows color (decimal): -7141744 or 9438867. OLE color: 9438867.

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

Color convert

RGB1476144-
CMYK00.960.020.42
HSL301.28º92.16%30%-
HSV(B)301.28º95.92%57.65%-
XYZ17.138.3527.09-
YUV63.89173.21187.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.49%
GREEN value IS 6 (2.73% from 255) = 2.02%
BLUE value IS 144 (56.64% from 255) = 48.48%
R=49.49%
G=2.02%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147614400.960.020.42301.2892.1630
Hex9369006022A12d5c1e
Octal2236220014025245513436
Binary10010011110100100000110000010101010100101101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930690; }

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

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

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

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

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

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

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

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