#930396

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

Shades of Dark Magenta #930396

Tints of Dark Magenta #930396

Color information

#930396 (or 0x930396) is unknown color: approx Dark Magenta. HEX triplet: 93, 03 and 96. RGB value is (147,3,150). Sum of RGB (Red+Green+Blue) = 147+3+150=300 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #930396 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930396 is #6CFC69. Grayscale: #3E3E3E. Windows color (decimal): -7142506 or 9831315. OLE color: 9831315.

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

Color convert

RGB1473150-
CMYK0.020.9800.41
HSL298.78º96.08%30%-
HSV(B)298.78º98%58.82%-
XYZ17.578.4729.56-
YUV62.81177.21188.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49%
GREEN value IS 3 (1.56% from 255) = 1%
BLUE value IS 150 (58.98% from 255) = 50%
R=49%
G=1%
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.41
SystemRedGreenBlueCMYKHSL
Decimal14731500.020.9800.41298.7896.0830
Hex9339626202912b601e
Octal2233226214205145314036
Binary1001001111100101101011000100101001100101011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930396; }

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

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

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

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

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

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

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

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