Html Css Color HEX #941199 Dark Magenta

📋 copy color: '#941199'

red 148 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #941199

Tints of Dark Magenta #941199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.35%

 BLUE value IS 153 (60.16% from 255) = 48.11%

R = 46.54%
G = 5.35%
B = 48.11%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#941199 (or 0x941199) is known color: Dark Magenta. HEX triplet: 94, 11 and 99. RGB value is (148,17,153). Sum of RGB (Red+Green+Blue) = 148+17+153=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #941199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941199 is #6BEE66. Grayscale: #474747. Windows color (decimal): -7073383 or 10031508. OLE color: 10031508.

HSL color Cylindrical-coordinate representation of color #941199: hue angle of 297.79º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941199 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 17 153 -
CMYK 0.03 0.89 0 0.4
HSL 297.79º 0.8% 0.33% -
HSV(B) 297.79º 0.89% 0.6% -
XYZ 18.16 9 30.92 -
YUV 71.67 173.9 182.44 -
System Red Green Blue C M Y K H S L
Decimal 148 17 153 0.03 0.89 0 0.4 297.79 0.8 0.33
Hex 94 11 99 3 59 0 28 12A 50 21
Octal 224 21 231 3 131 0 50 452 120 41
Binary 10010100 10001 10011001 11 1011001 0 101000 100101010 1010000 100001

Color Harmonies of #941199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941199

Black with #941199

Text Example


Text Example

White with #941199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941199; }

 p { color: rgb(148,17,153); }

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

background-color css

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

 a { background-color: rgb(148,17,153); }

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

border-color css

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

 span { border-color: rgb(148,17,153); }

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