Html Css Color HEX #93057E Dark Magenta

📋 copy color: '#93057E'

red 147 ◦ green 5 ◦ blue 126

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

Shades of Dark Magenta #93057E

Tints of Dark Magenta #93057E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 52.88%
G = 1.8%
B = 45.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#93057E (or 0x93057E) is known color: Dark Magenta. HEX triplet: 93, 05 and 7E. RGB value is (147,5,126). Sum of RGB (Red+Green+Blue) = 147+5+126=278 (36% of max value = 765). Red value is 147 (57.81% from 255 or 52.88% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 147 - color contains mainly: red. Hex color #93057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93057E is #6CFA81. Grayscale: #3C3C3C. Windows color (decimal): -7142018 or 8258963. OLE color: 8258963.

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

Color convert

RGB 147 5 126 -
CMYK 0 0.97 0.14 0.42
HSL 308.87º 0.93% 0.3% -
HSV(B) 308.87º 0.97% 0.58% -
XYZ 15.85 7.82 20.41 -
YUV 61.25 164.54 189.16 -
System Red Green Blue C M Y K H S L
Decimal 147 5 126 0 0.97 0.14 0.42 308.87 0.93 0.3
Hex 93 5 7E 0 61 E 2A 135 5D 1E
Octal 223 5 176 0 141 16 52 465 135 36
Binary 10010011 101 1111110 0 1100001 1110 101010 100110101 1011101 11110

Color Harmonies of #93057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93057E

Black with #93057E

Text Example


Text Example

White with #93057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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