#93067C

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

Shades of Dark Magenta #93067C

Tints of Dark Magenta #93067C

Color information

#93067C (or 0x93067C) is unknown color: approx Dark Magenta. HEX triplet: 93, 06 and 7C. RGB value is (147,6,124). Sum of RGB (Red+Green+Blue) = 147+6+124=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93067C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93067C is #6CF983. Grayscale: #3D3D3D. Windows color (decimal): -7141764 or 8128147. OLE color: 8128147.

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

Color convert

RGB1476124-
CMYK00.960.160.42
HSL309.79º92.16%30%-
HSV(B)309.79º95.92%57.65%-
XYZ15.747.7919.74-
YUV61.61163.21188.91-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 53.07%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=53.07%
G=2.17%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147612400.960.160.42309.7992.1630
Hex9367C060102A1365c1e
Octal22361740140205246613436
Binary1001001111011111000110000010000101010100110110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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