#93067F

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

Shades of Dark Magenta #93067F

Tints of Dark Magenta #93067F

Color information

#93067F (or 0x93067F) is unknown color: approx Dark Magenta. HEX triplet: 93, 06 and 7F. RGB value is (147,6,127). Sum of RGB (Red+Green+Blue) = 147+6+127=280 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 147 - color contains mainly: red. Hex color #93067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93067F is #6CF980. Grayscale: #3D3D3D. Windows color (decimal): -7141761 or 8324755. OLE color: 8324755.

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

Color convert

RGB1476127-
CMYK00.960.140.42
HSL308.51º92.16%30%-
HSV(B)308.51º95.92%57.65%-
XYZ15.937.8720.76-
YUV61.95164.71188.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.5%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 127 (50% from 255) = 45.36%
R=52.5%
G=2.14%
B=45.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147612700.960.140.42308.5192.1630
Hex9367F060E2A1355c1e
Octal22361770140165246513436
Binary100100111101111111011000001110101010100110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93067F; }

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

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

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

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

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

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

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

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