#941C9C

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

Shades of Dark Magenta #941C9C

Tints of Dark Magenta #941C9C

Color information

#941C9C (or 0x941C9C) is unknown color: approx Dark Magenta. HEX triplet: 94, 1C and 9C. RGB value is (148,28,156). Sum of RGB (Red+Green+Blue) = 148+28+156=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #941C9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #941C9C is #6BE363. Grayscale: #4E4E4E. Windows color (decimal): -7070564 or 10230932. OLE color: 10230932.

HSL color Cylindrical-coordinate representation of color #941C9C: hue angle of 296.25º degrees, saturation: 0.7, 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 #941C9C is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB14828156-
CMYK0.050.8200.39
HSL296.25º69.57%36.08%-
HSV(B)296.25º82.05%61.18%-
XYZ18.639.5332.31-
YUV78.47171.76177.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.58%
GREEN value IS 28 (11.33% from 255) = 8.43%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=44.58%
G=8.43%
B=46.99%

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
Decimal148281560.050.8200.39296.2569.5736.08
Hex941C9C5520271284624
Octal22434234512204745010644
Binary100101001110010011100101101001001001111001010001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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