#941B90

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

Shades of Dark Magenta #941B90

Tints of Dark Magenta #941B90

Color information

#941B90 (or 0x941B90) is unknown color: approx Dark Magenta. HEX triplet: 94, 1B and 90. RGB value is (148,27,144). Sum of RGB (Red+Green+Blue) = 148+27+144=319 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.39% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 148 - color contains mainly: red. Hex color #941B90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B90 is #6BE46F. Grayscale: #4C4C4C. Windows color (decimal): -7070832 or 9444244. OLE color: 9444244.

HSL color Cylindrical-coordinate representation of color #941B90: hue angle of 301.98º 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 #941B90 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB14827144-
CMYK00.820.030.42
HSL301.98º69.14%34.31%-
HSV(B)301.98º81.76%58.04%-
XYZ17.649.0927.21-
YUV76.52166.09178.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.39%
GREEN value IS 27 (10.94% from 255) = 8.46%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=46.39%
G=8.46%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482714400.820.030.42301.9869.1434.31
Hex941B9005232A12e4522
Octal22433220012235245610542
Binary10010100110111001000001010010111010101001011101000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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