Html Css Color HEX #93037F Dark Magenta

📋 copy color: '#93037F'

red 147 ◦ green 3 ◦ blue 127

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

Shades of Dark Magenta #93037F

Tints of Dark Magenta #93037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.85%

R = 53.07%
G = 1.08%
B = 45.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93037F (or 0x93037F) is known color: Dark Magenta. HEX triplet: 93, 03 and 7F. RGB value is (147,3,127). Sum of RGB (Red+Green+Blue) = 147+3+127=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #93037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93037F is #6CFC80. Grayscale: #3B3B3B. Windows color (decimal): -7142529 or 8323987. OLE color: 8323987.

HSL color Cylindrical-coordinate representation of color #93037F: hue angle of 308.33º 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 #93037F is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 3 127 -
CMYK 0 0.98 0.14 0.42
HSL 308.33º 0.96% 0.29% -
HSV(B) 308.33º 0.98% 0.58% -
XYZ 15.9 7.8 20.75 -
YUV 60.19 165.71 189.92 -
System Red Green Blue C M Y K H S L
Decimal 147 3 127 0 0.98 0.14 0.42 308.33 0.96 0.29
Hex 93 3 7F 0 62 E 2A 134 60 1D
Octal 223 3 177 0 142 16 52 464 140 35
Binary 10010011 11 1111111 0 1100010 1110 101010 100110100 1100000 11101

Color Harmonies of #93037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93037F

Black with #93037F

Text Example


Text Example

White with #93037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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