#941C9B

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

Shades of Dark Magenta #941C9B

Tints of Dark Magenta #941C9B

Color information

#941C9B (or 0x941C9B) is unknown color: approx Dark Magenta. HEX triplet: 94, 1C and 9B. RGB value is (148,28,155). Sum of RGB (Red+Green+Blue) = 148+28+155=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 28 (11.33% from 255 or 8.46% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #941C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941C9B is #6BE364. Grayscale: #4D4D4D. Windows color (decimal): -7070565 or 10165396. OLE color: 10165396.

HSL color Cylindrical-coordinate representation of color #941C9B: hue angle of 296.69º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #941C9B is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14828155-
CMYK0.050.8200.39
HSL296.69º69.4%35.88%-
HSV(B)296.69º81.94%60.78%-
XYZ18.549.4931.87-
YUV78.36171.26177.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 28 (11.33% from 255) = 8.46%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=44.71%
G=8.46%
B=46.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148281550.050.8200.39296.6969.435.88
Hex941C9B5520271294524
Octal22434233512204745110544
Binary100101001110010011011101101001001001111001010011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,28,155); }

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

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

 a { background-color: rgb(148,28,155); }

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

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

 span { border-color: rgb(148,28,155); }

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