Html Css Color HEX #93199C Dark Magenta

📋 copy color: '#93199C'

red 147 ◦ green 25 ◦ blue 156

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

Shades of Dark Magenta #93199C

Tints of Dark Magenta #93199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 47.56%

R = 44.82%
G = 7.62%
B = 47.56%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#93199C (or 0x93199C) is known color: Dark Magenta. HEX triplet: 93, 19 and 9C. RGB value is (147,25,156). Sum of RGB (Red+Green+Blue) = 147+25+156=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #93199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93199C is #6CE663. Grayscale: #4C4C4C. Windows color (decimal): -7136868 or 10230163. OLE color: 10230163.

HSL color Cylindrical-coordinate representation of color #93199C: hue angle of 295.88º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #93199C is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 147 25 156 -
CMYK 0.06 0.84 0 0.39
HSL 295.88º 0.72% 0.35% -
HSV(B) 295.88º 0.84% 0.61% -
XYZ 18.38 9.3 32.28 -
YUV 76.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 147 25 156 0.06 0.84 0 0.39 295.88 0.72 0.35
Hex 93 19 9C 6 54 0 27 128 48 23
Octal 223 31 234 6 124 0 47 450 110 43
Binary 10010011 11001 10011100 110 1010100 0 100111 100101000 1001000 100011

Color Harmonies of #93199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93199C

Black with #93199C

Text Example


Text Example

White with #93199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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