#940C8F

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

Shades of Dark Magenta #940C8F

Tints of Dark Magenta #940C8F

Color information

#940C8F (or 0x940C8F) is unknown color: approx Dark Magenta. HEX triplet: 94, 0C and 8F. RGB value is (148,12,143). Sum of RGB (Red+Green+Blue) = 148+12+143=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #940C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #940C8F is #6BF370. Grayscale: #434343. Windows color (decimal): -7074673 or 9374868. OLE color: 9374868.

HSL color Cylindrical-coordinate representation of color #940C8F: hue angle of 302.21º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #940C8F is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14812143-
CMYK00.920.030.42
HSL302.21º85%31.37%-
HSV(B)302.21º91.89%58.04%-
XYZ17.38.5426.72-
YUV67.6170.56185.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 12 (5.08% from 255) = 3.96%
BLUE value IS 143 (56.25% from 255) = 47.19%
R=48.84%
G=3.96%
B=47.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481214300.920.030.42302.218531.37
Hex94C8F05C32A12e551f
Octal22414217013435245612537
Binary100101001100100011110101110011101010100101110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940C8F; }

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

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

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

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

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

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

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

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