#941287

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

Shades of Dark Magenta #941287

Tints of Dark Magenta #941287

Color information

#941287 (or 0x941287) is unknown color: approx Dark Magenta. HEX triplet: 94, 12 and 87. RGB value is (148,18,135). Sum of RGB (Red+Green+Blue) = 148+18+135=301 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.17% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 148 - color contains mainly: red. Hex color #941287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941287 is #6BED78. Grayscale: #454545. Windows color (decimal): -7073145 or 8852116. OLE color: 8852116.

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

Color convert

RGB14818135-
CMYK00.880.090.42
HSL306º78.31%32.55%-
HSV(B)306º87.84%58.04%-
XYZ16.88.4823.67-
YUV70.21164.57183.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.17%
GREEN value IS 18 (7.42% from 255) = 5.98%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=49.17%
G=5.98%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481813500.880.090.4230678.3132.55
Hex94128705892A1324e21
Octal224222070130115246211641
Binary1001010010010100001110101100010011010101001100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941287; }

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

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

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

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

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

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

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

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