Html Css Color HEX #93057C Dark Magenta

📋 copy color: '#93057C'

red 147 ◦ green 5 ◦ blue 124

#93057C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #93057C

Tints of Dark Magenta #93057C

RGB

 RED value IS 147 (57.81% from 255) = 53.26%

 GREEN value IS 5 (2.34% from 255) = 1.81%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 53.26%
G = 1.81%
B = 44.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93057C (or 0x93057C) is known color: Dark Magenta. HEX triplet: 93, 05 and 7C. RGB value is (147,5,124). Sum of RGB (Red+Green+Blue) = 147+5+124=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93057C is #6CFA83. Grayscale: #3C3C3C. Windows color (decimal): -7142020 or 8127891. OLE color: 8127891.

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

Color convert

RGB 147 5 124 -
CMYK 0 0.97 0.16 0.42
HSL 309.72º 0.93% 0.3% -
HSV(B) 309.72º 0.97% 0.58% -
XYZ 15.72 7.77 19.74 -
YUV 61.02 163.54 189.32 -
System Red Green Blue C M Y K H S L
Decimal 147 5 124 0 0.97 0.16 0.42 309.72 0.93 0.3
Hex 93 5 7C 0 61 10 2A 136 5D 1E
Octal 223 5 174 0 141 20 52 466 135 36
Binary 10010011 101 1111100 0 1100001 10000 101010 100110110 1011101 11110

Color Harmonies of #93057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93057C

Black with #93057C

Text Example


Text Example

White with #93057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93057C;
 }
 .AnyTagClassName
 {
   color: #93057C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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