Html Css Color HEX #93037C Dark Magenta

📋 copy color: '#93037C'

red 147 ◦ green 3 ◦ blue 124

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

Shades of Dark Magenta #93037C

Tints of Dark Magenta #93037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 53.65%
G = 1.09%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#93037C (or 0x93037C) is known color: Dark Magenta. HEX triplet: 93, 03 and 7C. RGB value is (147,3,124). Sum of RGB (Red+Green+Blue) = 147+3+124=274 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.65% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 147 - color contains mainly: red. Hex color #93037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93037C is #6CFC83. Grayscale: #3B3B3B. Windows color (decimal): -7142532 or 8127379. OLE color: 8127379.

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

Color convert

RGB 147 3 124 -
CMYK 0 0.98 0.16 0.42
HSL 309.58º 0.96% 0.29% -
HSV(B) 309.58º 0.98% 0.58% -
XYZ 15.7 7.72 19.73 -
YUV 59.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 147 3 124 0 0.98 0.16 0.42 309.58 0.96 0.29
Hex 93 3 7C 0 62 10 2A 136 60 1D
Octal 223 3 174 0 142 20 52 466 140 35
Binary 10010011 11 1111100 0 1100010 10000 101010 100110110 1100000 11101

Color Harmonies of #93037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93037C

Black with #93037C

Text Example


Text Example

White with #93037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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