Html Css Color HEX #93017D Dark Magenta

📋 copy color: '#93017D'

red 147 ◦ green 1 ◦ blue 125

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

Shades of Dark Magenta #93017D

Tints of Dark Magenta #93017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 53.85%
G = 0.37%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93017D (or 0x93017D) is known color: Dark Magenta. HEX triplet: 93, 01 and 7D. RGB value is (147,1,125). Sum of RGB (Red+Green+Blue) = 147+1+125=273 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.85% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 147 - color contains mainly: red. Hex color #93017D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93017D is #6CFE82. Grayscale: #3A3A3A. Windows color (decimal): -7143043 or 8192403. OLE color: 8192403.

HSL color Cylindrical-coordinate representation of color #93017D: hue angle of 309.04º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93017D is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 1 125 -
CMYK 0 0.99 0.15 0.42
HSL 309.04º 0.99% 0.29% -
HSV(B) 309.04º 0.99% 0.58% -
XYZ 15.75 7.71 20.06 -
YUV 58.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 147 1 125 0 0.99 0.15 0.42 309.04 0.99 0.29
Hex 93 1 7D 0 63 F 2A 135 63 1D
Octal 223 1 175 0 143 17 52 465 143 35
Binary 10010011 1 1111101 0 1100011 1111 101010 100110101 1100011 11101

Color Harmonies of #93017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93017D

Black with #93017D

Text Example


Text Example

White with #93017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,1,125); }

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

background-color css

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

 a { background-color: rgb(147,1,125); }

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

border-color css

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

 span { border-color: rgb(147,1,125); }

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