Html Css Color HEX #940999 Dark Magenta

📋 copy color: '#940999'

red 148 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #940999

Tints of Dark Magenta #940999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 47.74%
G = 2.9%
B = 49.35%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#940999 (or 0x940999) is known color: Dark Magenta. HEX triplet: 94, 09 and 99. RGB value is (148,9,153). Sum of RGB (Red+Green+Blue) = 148+9+153=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #940999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940999 is #6BF666. Grayscale: #424242. Windows color (decimal): -7075431 or 10029460. OLE color: 10029460.

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

Color convert

RGB 148 9 153 -
CMYK 0.03 0.94 0 0.4
HSL 297.92º 0.89% 0.32% -
HSV(B) 297.92º 0.94% 0.6% -
XYZ 18.06 8.79 30.88 -
YUV 66.98 176.55 185.79 -
System Red Green Blue C M Y K H S L
Decimal 148 9 153 0.03 0.94 0 0.4 297.92 0.89 0.32
Hex 94 9 99 3 5E 0 28 12A 59 20
Octal 224 11 231 3 136 0 50 452 131 40
Binary 10010100 1001 10011001 11 1011110 0 101000 100101010 1011001 100000

Color Harmonies of #940999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940999

Black with #940999

Text Example


Text Example

White with #940999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940999; }

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

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

background-color css

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

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

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

border-color css

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

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

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