#941895

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

Shades of Dark Magenta #941895

Tints of Dark Magenta #941895

Color information

#941895 (or 0x941895) is unknown color: approx Dark Magenta. HEX triplet: 94, 18 and 95. RGB value is (148,24,149). Sum of RGB (Red+Green+Blue) = 148+24+149=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #941895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #941895 is #6BE76A. Grayscale: #4A4A4A. Windows color (decimal): -7071595 or 9771156. OLE color: 9771156.

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

Color convert

RGB14824149-
CMYK0.010.8400.42
HSL299.52º72.25%33.92%-
HSV(B)299.52º83.89%58.43%-
XYZ17.969.1229.25-
YUV75.33169.58179.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 24 (9.77% from 255) = 7.48%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=46.11%
G=7.48%
B=46.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148241490.010.8400.42299.5272.2533.92
Hex94189515402A12c4822
Octal22430225112405245411042
Binary1001010011000100101011101010001010101001011001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941895; }

 p { color: rgb(148,24,149); }

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

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

 a { background-color: rgb(148,24,149); }

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

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

 span { border-color: rgb(148,24,149); }

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