#941187

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

Shades of Dark Magenta #941187

Tints of Dark Magenta #941187

Color information

#941187 (or 0x941187) is unknown color: approx Dark Magenta. HEX triplet: 94, 11 and 87. RGB value is (148,17,135). Sum of RGB (Red+Green+Blue) = 148+17+135=300 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.33% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 148 - color contains mainly: red. Hex color #941187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941187 is #6BEE78. Grayscale: #454545. Windows color (decimal): -7073401 or 8851860. OLE color: 8851860.

HSL color Cylindrical-coordinate representation of color #941187: hue angle of 305.95º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941187 is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14817135-
CMYK00.890.090.42
HSL305.95º79.39%32.35%-
HSV(B)305.95º88.51%58.04%-
XYZ16.798.4523.67-
YUV69.62164.9183.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.33%
GREEN value IS 17 (7.03% from 255) = 5.67%
BLUE value IS 135 (53.12% from 255) = 45%
R=49.33%
G=5.67%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481713500.890.090.42305.9579.3932.35
Hex94118705992A1324f20
Octal224212070131115246211740
Binary1001010010001100001110101100110011010101001100101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941187; }

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

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

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

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

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

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

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

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