#940199

Color #940199 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #940199

Tints of Dark Magenta #940199

Color information

#940199 (or 0x940199) is unknown color: approx Dark Magenta. HEX triplet: 94, 01 and 99. RGB value is (148,1,153). Sum of RGB (Red+Green+Blue) = 148+1+153=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #940199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940199 is #6BFE66. Grayscale: #3D3D3D. Windows color (decimal): -7077479 or 10027412. OLE color: 10027412.

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

Color convert

RGB1481153-
CMYK0.030.9900.4
HSL298.03º98.7%30.2%-
HSV(B)298.03º99.35%60%-
XYZ17.978.6230.85-
YUV62.28179.2189.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 153 (60.16% from 255) = 50.66%
R=49.01%
G=0.33%
B=50.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14811530.030.9900.4298.0398.730.2
Hex9419936302812a631e
Octal2241231314305045214336
Binary100101001100110011111000110101000100101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940199; }

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

 H1.HeaderClassName
 {
   color: #940199;
 }
 .AnyTagClassName
 {
   color: #940199;
 }
</style>
background-color css

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

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

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

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

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

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