Html Css Color HEX #93199F Dark Magenta

📋 copy color: '#93199F'

red 147 ◦ green 25 ◦ blue 159

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

Shades of Dark Magenta #93199F

Tints of Dark Magenta #93199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 44.41%
G = 7.55%
B = 48.04%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93199F (or 0x93199F) is known color: Dark Magenta. HEX triplet: 93, 19 and 9F. RGB value is (147,25,159). Sum of RGB (Red+Green+Blue) = 147+25+159=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #93199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93199F is #6CE660. Grayscale: #4C4C4C. Windows color (decimal): -7136865 or 10426771. OLE color: 10426771.

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

Color convert

RGB 147 25 159 -
CMYK 0.08 0.84 0 0.38
HSL 294.63º 0.73% 0.36% -
HSV(B) 294.63º 0.84% 0.62% -
XYZ 18.64 9.4 33.63 -
YUV 76.75 174.42 178.1 -
System Red Green Blue C M Y K H S L
Decimal 147 25 159 0.08 0.84 0 0.38 294.63 0.73 0.36
Hex 93 19 9F 8 54 0 26 127 49 24
Octal 223 31 237 10 124 0 46 447 111 44
Binary 10010011 11001 10011111 1000 1010100 0 100110 100100111 1001001 100100

Color Harmonies of #93199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93199F

Black with #93199F

Text Example


Text Example

White with #93199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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