#93078A

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

Shades of Dark Magenta #93078A

Tints of Dark Magenta #93078A

Color information

#93078A (or 0x93078A) is unknown color: approx Dark Magenta. HEX triplet: 93, 07 and 8A. RGB value is (147,7,138). Sum of RGB (Red+Green+Blue) = 147+7+138=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93078A is #6CF875. Grayscale: #3F3F3F. Windows color (decimal): -7141494 or 9045907. OLE color: 9045907.

HSL color Cylindrical-coordinate representation of color #93078A: hue angle of 303.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 #93078A is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB1477138-
CMYK00.950.060.42
HSL303.86º90.91%30.2%-
HSV(B)303.86º95.24%57.65%-
XYZ16.78.1924.75-
YUV63.79169.88187.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 50.34%
GREEN value IS 7 (3.12% from 255) = 2.40%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=50.34%
G=2.40%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147713800.950.060.42303.8690.9130.2
Hex9378A05F62A1305b1e
Octal2237212013765246013336
Binary100100111111000101001011111110101010100110000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93078A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93078A; }

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

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

<style>
 a { background-color: #93078A; }

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

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

<style>
 span { border-color: #93078A; }

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

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