Html Css Color HEX #93048E Dark Magenta

📋 copy color: '#93048E'

red 147 ◦ green 4 ◦ blue 142

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

Shades of Dark Magenta #93048E

Tints of Dark Magenta #93048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 48.46%

R = 50.17%
G = 1.37%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93048E (or 0x93048E) is known color: Dark Magenta. HEX triplet: 93, 04 and 8E. RGB value is (147,4,142). Sum of RGB (Red+Green+Blue) = 147+4+142=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93048E is #6CFB71. Grayscale: #3E3E3E. Windows color (decimal): -7142258 or 9307283. OLE color: 9307283.

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

Color convert

RGB 147 4 142 -
CMYK 0 0.97 0.03 0.42
HSL 302.1º 0.95% 0.3% -
HSV(B) 302.1º 0.97% 0.58% -
XYZ 16.96 8.24 26.29 -
YUV 62.49 172.88 188.28 -
System Red Green Blue C M Y K H S L
Decimal 147 4 142 0 0.97 0.03 0.42 302.1 0.95 0.3
Hex 93 4 8E 0 61 3 2A 12E 5F 1E
Octal 223 4 216 0 141 3 52 456 137 36
Binary 10010011 100 10001110 0 1100001 11 101010 100101110 1011111 11110

Color Harmonies of #93048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93048E

Black with #93048E

Text Example


Text Example

White with #93048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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