Html Css Color HEX #941999 Dark Magenta

📋 copy color: '#941999'

red 148 ◦ green 25 ◦ blue 153

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

Shades of Dark Magenta #941999

Tints of Dark Magenta #941999

RGB

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

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

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

R = 45.4%
G = 7.67%
B = 46.93%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#941999 (or 0x941999) is known color: Dark Magenta. HEX triplet: 94, 19 and 99. RGB value is (148,25,153). Sum of RGB (Red+Green+Blue) = 148+25+153=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 25 (10.16% from 255 or 7.67% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #941999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941999 is #6BE666. Grayscale: #4B4B4B. Windows color (decimal): -7071335 or 10033556. OLE color: 10033556.

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

Color convert

RGB 148 25 153 -
CMYK 0.03 0.84 0 0.4
HSL 297.66º 0.72% 0.35% -
HSV(B) 297.66º 0.84% 0.6% -
XYZ 18.31 9.29 30.97 -
YUV 76.37 171.25 179.09 -
System Red Green Blue C M Y K H S L
Decimal 148 25 153 0.03 0.84 0 0.4 297.66 0.72 0.35
Hex 94 19 99 3 54 0 28 12A 48 23
Octal 224 31 231 3 124 0 50 452 110 43
Binary 10010100 11001 10011001 11 1010100 0 101000 100101010 1001000 100011

Color Harmonies of #941999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941999

Black with #941999

Text Example


Text Example

White with #941999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941999; }

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

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

background-color css

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

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

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

border-color css

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

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

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