#93077C

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

Shades of Dark Magenta #93077C

Tints of Dark Magenta #93077C

Color information

#93077C (or 0x93077C) is unknown color: approx Dark Magenta. HEX triplet: 93, 07 and 7C. RGB value is (147,7,124). Sum of RGB (Red+Green+Blue) = 147+7+124=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 124 (48.83% from 255 or 44.60% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93077C is #6CF883. Grayscale: #3D3D3D. Windows color (decimal): -7141508 or 8128403. OLE color: 8128403.

HSL color Cylindrical-coordinate representation of color #93077C: hue angle of 309.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #93077C is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB1477124-
CMYK00.950.160.42
HSL309.86º90.91%30.2%-
HSV(B)309.86º95.24%57.65%-
XYZ15.757.8119.75-
YUV62.2162.88188.49-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.88%
GREEN value IS 7 (3.12% from 255) = 2.52%
BLUE value IS 124 (48.83% from 255) = 44.60%
R=52.88%
G=2.52%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147712400.950.160.42309.8690.9130.2
Hex9377C05F102A1365b1e
Octal22371740137205246613336
Binary1001001111111111000101111110000101010100110110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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