#93079E

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

Shades of Dark Magenta #93079E

Tints of Dark Magenta #93079E

Color information

#93079E (or 0x93079E) is unknown color: approx Dark Magenta. HEX triplet: 93, 07 and 9E. RGB value is (147,7,158). Sum of RGB (Red+Green+Blue) = 147+7+158=312 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.12% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #93079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93079E is #6CF861. Grayscale: #414141. Windows color (decimal): -7141474 or 10356627. OLE color: 10356627.

HSL color Cylindrical-coordinate representation of color #93079E: hue angle of 295.63º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #93079E is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1477158-
CMYK0.070.9600.38
HSL295.63º91.52%32.35%-
HSV(B)295.63º95.57%61.96%-
XYZ18.288.8233.09-
YUV66.07179.88185.72-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 47.12%
GREEN value IS 7 (3.12% from 255) = 2.24%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=47.12%
G=2.24%
B=50.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14771580.070.9600.38295.6391.5232.35
Hex9379E7600261285c20
Octal2237236714004645013440
Binary1001001111110011110111110000001001101001010001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93079E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93079E; }

 p { color: rgb(147,7,158); }

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

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

 a { background-color: rgb(147,7,158); }

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

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

 span { border-color: rgb(147,7,158); }

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