#931c94

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

Shades of Dark Magenta #931C94

Tints of Dark Magenta #931C94

Color information

#931C94 (or 0x931C94) is unknown color: approx Dark Magenta. HEX triplet: 93, 1C and 94. RGB value is (147,28,148). Sum of RGB (Red+Green+Blue) = 147+28+148=323 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.51% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 148 (58.20% from 255 or 45.82% from 323); Max value from RGB is 148 - color contains mainly: blue. Hex color #931C94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #931C94 is #6CE36B. Grayscale: #4C4C4C. Windows color (decimal): -7136108 or 9706643. OLE color: 9706643.

HSL color Cylindrical-coordinate representation of color #931C94: hue angle of 299.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #931C94 is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14728148-
CMYK0.010.8100.42
HSL299.5º68.18%34.51%-
HSV(B)299.5º81.08%58.04%-
XYZ17.799.1728.85-
YUV77.26167.92177.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 45.51%
GREEN value IS 28 (11.33% from 255) = 8.67%
BLUE value IS 148 (58.20% from 255) = 45.82%
R=45.51%
G=8.67%
B=45.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147281480.010.8100.42299.568.1834.51
Hex931C9415102A12c4423
Octal22334224112105245410443
Binary1001001111100100101001101000101010101001011001000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931c94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931c94; }

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

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

<style>
 a { background-color: #931c94; }

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

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

<style>
 span { border-color: #931c94; }

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

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