#93068E

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

Shades of Dark Magenta #93068E

Tints of Dark Magenta #93068E

Color information

#93068E (or 0x93068E) is unknown color: approx Dark Magenta. HEX triplet: 93, 06 and 8E. RGB value is (147,6,142). Sum of RGB (Red+Green+Blue) = 147+6+142=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93068E is #6CF971. Grayscale: #3F3F3F. Windows color (decimal): -7141746 or 9307795. OLE color: 9307795.

HSL color Cylindrical-coordinate representation of color #93068E: hue angle of 302.13º 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 #93068E is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB1476142-
CMYK00.960.030.42
HSL302.13º92.16%30%-
HSV(B)302.13º95.92%57.65%-
XYZ16.988.2926.3-
YUV63.66172.21187.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=49.83%
G=2.03%
B=48.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147614200.960.030.42302.1392.1630
Hex9368E06032A12e5c1e
Octal2236216014035245613436
Binary10010011110100011100110000011101010100101110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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