#93068D

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

Shades of Dark Magenta #93068D

Tints of Dark Magenta #93068D

Color information

#93068D (or 0x93068D) is unknown color: approx Dark Magenta. HEX triplet: 93, 06 and 8D. RGB value is (147,6,141). Sum of RGB (Red+Green+Blue) = 147+6+141=294 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 147 - color contains mainly: red. Hex color #93068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93068D is #6CF972. Grayscale: #3F3F3F. Windows color (decimal): -7141747 or 9242259. OLE color: 9242259.

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

Color convert

RGB1476141-
CMYK00.960.040.42
HSL302.55º92.16%30%-
HSV(B)302.55º95.92%57.65%-
XYZ16.918.2625.9-
YUV63.55171.71187.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 2.04%
BLUE value IS 141 (55.47% from 255) = 47.96%
R=50%
G=2.04%
B=47.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147614100.960.040.42302.5592.1630
Hex9368D06042A12f5c1e
Octal2236215014045245713436
Binary100100111101000110101100000100101010100101111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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