#941B92

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

Shades of Dark Magenta #941B92

Tints of Dark Magenta #941B92

Color information

#941B92 (or 0x941B92) is unknown color: approx Dark Magenta. HEX triplet: 94, 1B and 92. RGB value is (148,27,146). Sum of RGB (Red+Green+Blue) = 148+27+146=321 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.11% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 148 - color contains mainly: red. Hex color #941B92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941B92 is #6BE46D. Grayscale: #4C4C4C. Windows color (decimal): -7070830 or 9575316. OLE color: 9575316.

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

Color convert

RGB14827146-
CMYK00.820.010.42
HSL300.99º69.14%34.31%-
HSV(B)300.99º81.76%58.04%-
XYZ17.799.1628.02-
YUV76.74167.09178.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 46.11%
GREEN value IS 27 (10.94% from 255) = 8.41%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=46.11%
G=8.41%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1482714600.820.010.42300.9969.1434.31
Hex941B9205212A12d4522
Octal22433222012215245510542
Binary1001010011011100100100101001011010101001011011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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