#941599

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

Shades of Dark Magenta #941599

Tints of Dark Magenta #941599

Color information

#941599 (or 0x941599) is unknown color: approx Dark Magenta. HEX triplet: 94, 15 and 99. RGB value is (148,21,153). Sum of RGB (Red+Green+Blue) = 148+21+153=322 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.96% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #941599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941599 is #6BEA66. Grayscale: #494949. Windows color (decimal): -7072359 or 10032532. OLE color: 10032532.

HSL color Cylindrical-coordinate representation of color #941599: hue angle of 297.73º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941599 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14821153-
CMYK0.030.8600.4
HSL297.73º75.86%34.12%-
HSV(B)297.73º86.27%60%-
XYZ18.239.1330.94-
YUV74.02172.58180.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.96%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=45.96%
G=6.52%
B=47.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal148211530.030.8600.4297.7375.8634.12
Hex94159935602812a4c22
Octal22425231312605045211442
Binary10010100101011001100111101011001010001001010101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941599; }

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

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

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

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

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

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

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

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