Html Css Color HEX #93139F Dark Magenta

📋 copy color: '#93139F'

red 147 ◦ green 19 ◦ blue 159

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

Shades of Dark Magenta #93139F

Tints of Dark Magenta #93139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.85%

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 45.23%
G = 5.85%
B = 48.92%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93139F (or 0x93139F) is known color: Dark Magenta. HEX triplet: 93, 13 and 9F. RGB value is (147,19,159). Sum of RGB (Red+Green+Blue) = 147+19+159=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 19 (7.81% from 255 or 5.85% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #93139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93139F is #6CEC60. Grayscale: #484848. Windows color (decimal): -7138401 or 10425235. OLE color: 10425235.

HSL color Cylindrical-coordinate representation of color #93139F: hue angle of 294.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #93139F is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 19 159 -
CMYK 0.08 0.88 0 0.38
HSL 294.86º 0.79% 0.35% -
HSV(B) 294.86º 0.88% 0.62% -
XYZ 18.52 9.17 33.59 -
YUV 73.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 147 19 159 0.08 0.88 0 0.38 294.86 0.79 0.35
Hex 93 13 9F 8 58 0 26 127 4F 23
Octal 223 23 237 10 130 0 46 447 117 43
Binary 10010011 10011 10011111 1000 1011000 0 100110 100100111 1001111 100011

Color Harmonies of #93139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93139F

Black with #93139F

Text Example


Text Example

White with #93139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,19,159); }

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

background-color css

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

 a { background-color: rgb(147,19,159); }

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

border-color css

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

 span { border-color: rgb(147,19,159); }

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