Html Css Color HEX #93058F Dark Magenta

📋 copy color: '#93058F'

red 147 ◦ green 5 ◦ blue 143

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

Shades of Dark Magenta #93058F

Tints of Dark Magenta #93058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.47%

R = 49.83%
G = 1.69%
B = 48.47%

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

#93058F (or 0x93058F) is known color: Dark Magenta. HEX triplet: 93, 05 and 8F. RGB value is (147,5,143). Sum of RGB (Red+Green+Blue) = 147+5+143=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 5 (2.34% from 255 or 1.69% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93058F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93058F is #6CFA70. Grayscale: #3E3E3E. Windows color (decimal): -7142001 or 9373075. OLE color: 9373075.

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

Color convert

RGB 147 5 143 -
CMYK 0 0.97 0.03 0.42
HSL 301.69º 0.93% 0.3% -
HSV(B) 301.69º 0.97% 0.58% -
XYZ 17.04 8.29 26.69 -
YUV 63.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 147 5 143 0 0.97 0.03 0.42 301.69 0.93 0.3
Hex 93 5 8F 0 61 3 2A 12E 5D 1E
Octal 223 5 217 0 141 3 52 456 135 36
Binary 10010011 101 10001111 0 1100001 11 101010 100101110 1011101 11110

Color Harmonies of #93058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93058F

Black with #93058F

Text Example


Text Example

White with #93058F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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