Html Css Color HEX #93047A Dark Magenta

📋 copy color: '#93047A'

red 147 ◦ green 4 ◦ blue 122

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

Shades of Dark Magenta #93047A

Tints of Dark Magenta #93047A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.69%

R = 53.85%
G = 1.47%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#93047A (or 0x93047A) is known color: Dark Magenta. HEX triplet: 93, 04 and 7A. RGB value is (147,4,122). Sum of RGB (Red+Green+Blue) = 147+4+122=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93047A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93047A is #6CFB85. Grayscale: #3B3B3B. Windows color (decimal): -7142278 or 7996563. OLE color: 7996563.

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

Color convert

RGB 147 4 122 -
CMYK 0 0.97 0.17 0.42
HSL 310.49º 0.95% 0.3% -
HSV(B) 310.49º 0.97% 0.58% -
XYZ 15.59 7.7 19.08 -
YUV 60.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 147 4 122 0 0.97 0.17 0.42 310.49 0.95 0.3
Hex 93 4 7A 0 61 11 2A 136 5F 1E
Octal 223 4 172 0 141 21 52 466 137 36
Binary 10010011 100 1111010 0 1100001 10001 101010 100110110 1011111 11110

Color Harmonies of #93047A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93047A

Black with #93047A

Text Example


Text Example

White with #93047A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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