Html Css Color HEX #93199D Dark Magenta

📋 copy color: '#93199D'

red 147 ◦ green 25 ◦ blue 157

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

Shades of Dark Magenta #93199D

Tints of Dark Magenta #93199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 44.68%
G = 7.6%
B = 47.72%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93199D (or 0x93199D) is known color: Dark Magenta. HEX triplet: 93, 19 and 9D. RGB value is (147,25,157). Sum of RGB (Red+Green+Blue) = 147+25+157=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #93199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93199D is #6CE662. Grayscale: #4C4C4C. Windows color (decimal): -7136867 or 10295699. OLE color: 10295699.

HSL color Cylindrical-coordinate representation of color #93199D: hue angle of 295.45º 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 #93199D is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 25 157 -
CMYK 0.06 0.84 0 0.38
HSL 295.45º 0.73% 0.36% -
HSV(B) 295.45º 0.84% 0.62% -
XYZ 18.47 9.33 32.73 -
YUV 76.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 147 25 157 0.06 0.84 0 0.38 295.45 0.73 0.36
Hex 93 19 9D 6 54 0 26 127 49 24
Octal 223 31 235 6 124 0 46 447 111 44
Binary 10010011 11001 10011101 110 1010100 0 100110 100100111 1001001 100100

Color Harmonies of #93199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93199D

Black with #93199D

Text Example


Text Example

White with #93199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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