#941B91

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

Shades of Dark Magenta #941B91

Tints of Dark Magenta #941B91

Color information

#941B91 (or 0x941B91) is unknown color: approx Dark Magenta. HEX triplet: 94, 1B and 91. RGB value is (148,27,145). Sum of RGB (Red+Green+Blue) = 148+27+145=320 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.25% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 148 - color contains mainly: red. Hex color #941B91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B91 is #6BE46E. Grayscale: #4C4C4C. Windows color (decimal): -7070831 or 9509780. OLE color: 9509780.

HSL color Cylindrical-coordinate representation of color #941B91: hue angle of 301.49º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941B91 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB14827145-
CMYK00.820.020.42
HSL301.49º69.14%34.31%-
HSV(B)301.49º81.76%58.04%-
XYZ17.729.1227.62-
YUV76.63166.59178.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.25%
GREEN value IS 27 (10.94% from 255) = 8.44%
BLUE value IS 145 (57.03% from 255) = 45.31%
R=46.25%
G=8.44%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482714500.820.020.42301.4969.1434.31
Hex941B9105222A12d4522
Octal22433221012225245510542
Binary10010100110111001000101010010101010101001011011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941B91; }

 p { color: rgb(148,27,145); }

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

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

 a { background-color: rgb(148,27,145); }

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

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

 span { border-color: rgb(148,27,145); }

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