Html Css Color HEX #93047D Dark Magenta

📋 copy color: '#93047D'

red 147 ◦ green 4 ◦ blue 125

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

Shades of Dark Magenta #93047D

Tints of Dark Magenta #93047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 125 (49.22% from 255) = 45.29%

R = 53.26%
G = 1.45%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93047D (or 0x93047D) is known color: Dark Magenta. HEX triplet: 93, 04 and 7D. RGB value is (147,4,125). Sum of RGB (Red+Green+Blue) = 147+4+125=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #93047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93047D is #6CFB82. Grayscale: #3C3C3C. Windows color (decimal): -7142275 or 8193171. OLE color: 8193171.

HSL color Cylindrical-coordinate representation of color #93047D: hue angle of 309.23º degrees, saturation: 0.95, 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 #93047D is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 4 125 -
CMYK 0 0.97 0.15 0.42
HSL 309.23º 0.95% 0.3% -
HSV(B) 309.23º 0.97% 0.58% -
XYZ 15.78 7.77 20.07 -
YUV 60.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 147 4 125 0 0.97 0.15 0.42 309.23 0.95 0.3
Hex 93 4 7D 0 61 F 2A 135 5F 1E
Octal 223 4 175 0 141 17 52 465 137 36
Binary 10010011 100 1111101 0 1100001 1111 101010 100110101 1011111 11110

Color Harmonies of #93047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93047D

Black with #93047D

Text Example


Text Example

White with #93047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93047D; }

 p { color: rgb(147,4,125); }

 H1.HeaderClassName
 {
   color: #93047D;
 }
 .AnyTagClassName
 {
   color: #93047D;
 }
</style>

background-color css

<style>
 a { background-color: #93047D; }

 a { background-color: rgb(147,4,125); }

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

border-color css

<style>
 span { border-color: #93047D; }

 span { border-color: rgb(147,4,125); }

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