Html Css Color HEX #93119B Dark Magenta

📋 copy color: '#93119B'

red 147 ◦ green 17 ◦ blue 155

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

Shades of Dark Magenta #93119B

Tints of Dark Magenta #93119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.33%

 BLUE value IS 155 (60.94% from 255) = 48.59%

R = 46.08%
G = 5.33%
B = 48.59%

CMYK

 C value IS 0.05

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93119B (or 0x93119B) is known color: Dark Magenta. HEX triplet: 93, 11 and 9B. RGB value is (147,17,155). Sum of RGB (Red+Green+Blue) = 147+17+155=319 (42% of max value = 765). Red value is 147 (57.81% from 255 or 46.08% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #93119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93119B is #6CEE64. Grayscale: #474747. Windows color (decimal): -7138917 or 10162579. OLE color: 10162579.

HSL color Cylindrical-coordinate representation of color #93119B: hue angle of 296.52º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #93119B is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 17 155 -
CMYK 0.05 0.89 0 0.39
HSL 296.52º 0.8% 0.34% -
HSV(B) 296.52º 0.89% 0.61% -
XYZ 18.15 8.97 31.79 -
YUV 71.6 175.07 181.78 -
System Red Green Blue C M Y K H S L
Decimal 147 17 155 0.05 0.89 0 0.39 296.52 0.8 0.34
Hex 93 11 9B 5 59 0 27 129 50 22
Octal 223 21 233 5 131 0 47 451 120 42
Binary 10010011 10001 10011011 101 1011001 0 100111 100101001 1010000 100010

Color Harmonies of #93119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93119B

Black with #93119B

Text Example


Text Example

White with #93119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93119B; }

 p { color: rgb(147,17,155); }

 H1.HeaderClassName
 {
   color: #93119B;
 }
 .AnyTagClassName
 {
   color: #93119B;
 }
</style>

background-color css

<style>
 a { background-color: #93119B; }

 a { background-color: rgb(147,17,155); }

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

border-color css

<style>
 span { border-color: #93119B; }

 span { border-color: rgb(147,17,155); }

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