Html Css Color HEX #94198F Dark Magenta

📋 copy color: '#94198F'

red 148 ◦ green 25 ◦ blue 143

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

Shades of Dark Magenta #94198F

Tints of Dark Magenta #94198F

RGB

 RED value IS 148 (58.2% from 255) = 46.84%

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

 BLUE value IS 143 (56.25% from 255) = 45.25%

R = 46.84%
G = 7.91%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#94198F (or 0x94198F) is known color: Dark Magenta. HEX triplet: 94, 19 and 8F. RGB value is (148,25,143). Sum of RGB (Red+Green+Blue) = 148+25+143=316 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.84% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 148 - color contains mainly: red. Hex color #94198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #94198F is #6BE670. Grayscale: #4A4A4A. Windows color (decimal): -7071345 or 9378196. OLE color: 9378196.

HSL color Cylindrical-coordinate representation of color #94198F: hue angle of 302.44º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94198F is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 25 143 -
CMYK 0 0.83 0.03 0.42
HSL 302.44º 0.71% 0.34% -
HSV(B) 302.44º 0.83% 0.58% -
XYZ 17.52 8.97 26.8 -
YUV 75.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 148 25 143 0 0.83 0.03 0.42 302.44 0.71 0.34
Hex 94 19 8F 0 53 3 2A 12E 47 22
Octal 224 31 217 0 123 3 52 456 107 42
Binary 10010100 11001 10001111 0 1010011 11 101010 100101110 1000111 100010

Color Harmonies of #94198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94198F

Black with #94198F

Text Example


Text Example

White with #94198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,25,143); }

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

background-color css

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

 a { background-color: rgb(148,25,143); }

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

border-color css

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

 span { border-color: rgb(148,25,143); }

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