#941288

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

Shades of Dark Magenta #941288

Tints of Dark Magenta #941288

Color information

#941288 (or 0x941288) is unknown color: approx Dark Magenta. HEX triplet: 94, 12 and 88. RGB value is (148,18,136). Sum of RGB (Red+Green+Blue) = 148+18+136=302 (40% of max value = 765). Red value is 148 (58.20% from 255 or 49.01% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 136 (53.52% from 255 or 45.03% from 302); Max value from RGB is 148 - color contains mainly: red. Hex color #941288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941288 is #6BED77. Grayscale: #454545. Windows color (decimal): -7073144 or 8917652. OLE color: 8917652.

HSL color Cylindrical-coordinate representation of color #941288: hue angle of 305.54º 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 #941288 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB14818136-
CMYK00.880.080.42
HSL305.54º78.31%32.55%-
HSV(B)305.54º87.84%58.04%-
XYZ16.878.5124.05-
YUV70.32165.07183.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.01%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 136 (53.52% from 255) = 45.03%
R=49.01%
G=5.96%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481813600.880.080.42305.5478.3132.55
Hex94128805882A1324e21
Octal224222100130105246211641
Binary1001010010010100010000101100010001010101001100101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941288; }

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

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

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

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

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

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

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

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