#941592

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

Shades of Dark Magenta #941592

Tints of Dark Magenta #941592

Color information

#941592 (or 0x941592) is unknown color: approx Dark Magenta. HEX triplet: 94, 15 and 92. RGB value is (148,21,146). Sum of RGB (Red+Green+Blue) = 148+21+146=315 (41% of max value = 765). Red value is 148 (58.20% from 255 or 46.98% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 148 - color contains mainly: red. Hex color #941592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941592 is #6BEA6D. Grayscale: #484848. Windows color (decimal): -7072366 or 9573780. OLE color: 9573780.

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

Color convert

RGB14821146-
CMYK00.860.010.42
HSL300.94º75.15%33.14%-
HSV(B)300.94º85.81%58.04%-
XYZ17.678.9127.98-
YUV73.22169.08181.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.98%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=46.98%
G=6.67%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482114600.860.010.42300.9475.1533.14
Hex94159205612A12d4b21
Octal22425222012615245511341
Binary1001010010101100100100101011011010101001011011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941592; }

 p { color: rgb(148,21,146); }

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

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

 a { background-color: rgb(148,21,146); }

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

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

 span { border-color: rgb(148,21,146); }

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