#941388

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

Shades of Dark Magenta #941388

Tints of Dark Magenta #941388

Color information

#941388 (or 0x941388) is unknown color: approx Dark Magenta. HEX triplet: 94, 13 and 88. RGB value is (148,19,136). Sum of RGB (Red+Green+Blue) = 148+19+136=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #941388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941388 is #6BEC77. Grayscale: #464646. Windows color (decimal): -7072888 or 8917908. OLE color: 8917908.

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

Color convert

RGB14819136-
CMYK00.870.080.42
HSL305.58º77.25%32.75%-
HSV(B)305.58º87.16%58.04%-
XYZ16.898.5424.05-
YUV70.91164.74182.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.84%
GREEN value IS 19 (7.81% from 255) = 6.27%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=48.84%
G=6.27%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1481913600.870.080.42305.5877.2532.75
Hex94138805782A1324d21
Octal224232100127105246211541
Binary1001010010011100010000101011110001010101001100101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941388; }

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

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

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

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

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

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

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

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