#9C1392

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

Shades of Dark Magenta #9C1392

Tints of Dark Magenta #9C1392

Color information

#9C1392 (or 0x9C1392) is unknown color: approx Dark Magenta. HEX triplet: 9C, 13 and 92. RGB value is (156,19,146). Sum of RGB (Red+Green+Blue) = 156+19+146=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1392 is #63EC6D. Grayscale: #4A4A4A. Windows color (decimal): -6548590 or 9573276. OLE color: 9573276.

HSL color Cylindrical-coordinate representation of color #9C1392: hue angle of 304.38º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1392 is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.39.

Color convert

RGB15619146-
CMYK00.880.060.39
HSL304.38º78.29%34.31%-
HSV(B)304.38º87.82%61.18%-
XYZ19.139.6128.04-
YUV74.44168.39186.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 146 (57.42% from 255) = 45.48%
R=48.60%
G=5.92%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561914600.880.060.39304.3878.2934.31
Hex9C13920586271304e22
Octal23423222013064746011642
Binary100111001001110010010010110001101001111001100001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C1392; }

 p { color: rgb(156,19,146); }

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

<style>
 a { background-color: #9C1392; }

 a { background-color: rgb(156,19,146); }

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

<style>
 span { border-color: #9C1392; }

 span { border-color: rgb(156,19,146); }

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