Html Css Color HEX #93058D Dark Magenta

📋 copy color: '#93058D'

red 147 ◦ green 5 ◦ blue 141

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

Shades of Dark Magenta #93058D

Tints of Dark Magenta #93058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 48.12%

R = 50.17%
G = 1.71%
B = 48.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93058D (or 0x93058D) is known color: Dark Magenta. HEX triplet: 93, 05 and 8D. RGB value is (147,5,141). Sum of RGB (Red+Green+Blue) = 147+5+141=293 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.17% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 147 - color contains mainly: red. Hex color #93058D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93058D is #6CFA72. Grayscale: #3E3E3E. Windows color (decimal): -7142003 or 9242003. OLE color: 9242003.

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

Color convert

RGB 147 5 141 -
CMYK 0 0.97 0.04 0.42
HSL 302.54º 0.93% 0.3% -
HSV(B) 302.54º 0.97% 0.58% -
XYZ 16.89 8.23 25.9 -
YUV 62.96 172.04 187.94 -
System Red Green Blue C M Y K H S L
Decimal 147 5 141 0 0.97 0.04 0.42 302.54 0.93 0.3
Hex 93 5 8D 0 61 4 2A 12F 5D 1E
Octal 223 5 215 0 141 4 52 457 135 36
Binary 10010011 101 10001101 0 1100001 100 101010 100101111 1011101 11110

Color Harmonies of #93058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93058D

Black with #93058D

Text Example


Text Example

White with #93058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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