#9C1398

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

Shades of Dark Magenta #9C1398

Tints of Dark Magenta #9C1398

Color information

#9C1398 (or 0x9C1398) is unknown color: approx Dark Magenta. HEX triplet: 9C, 13 and 98. RGB value is (156,19,152). Sum of RGB (Red+Green+Blue) = 156+19+152=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 152 (59.77% from 255 or 46.48% from 327); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1398 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1398 is #63EC67. Grayscale: #4A4A4A. Windows color (decimal): -6548584 or 9966492. OLE color: 9966492.

HSL color Cylindrical-coordinate representation of color #9C1398: hue angle of 301.75º 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 #9C1398 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB15619152-
CMYK00.880.030.39
HSL301.75º78.29%34.31%-
HSV(B)301.75º87.82%61.18%-
XYZ19.619.830.56-
YUV75.12171.39185.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 19 (7.81% from 255) = 5.81%
BLUE value IS 152 (59.77% from 255) = 46.48%
R=47.71%
G=5.81%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561915200.880.030.39301.7578.2934.31
Hex9C139805832712e4e22
Octal23423230013034745611642
Binary10011100100111001100001011000111001111001011101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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