#9C1A9B

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

Shades of Dark Magenta #9C1A9B

Tints of Dark Magenta #9C1A9B

Color information

#9C1A9B (or 0x9C1A9B) is unknown color: approx Dark Magenta. HEX triplet: 9C, 1A and 9B. RGB value is (156,26,155). Sum of RGB (Red+Green+Blue) = 156+26+155=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1A9B is #63E564. Grayscale: #4F4F4F. Windows color (decimal): -6546789 or 10164892. OLE color: 10164892.

HSL color Cylindrical-coordinate representation of color #9C1A9B: hue angle of 300.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1A9B is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15626155-
CMYK00.830.010.39
HSL300.46º71.43%35.69%-
HSV(B)300.46º83.33%61.18%-
XYZ2010.1731.92-
YUV79.58170.57182.51-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=46.29%
G=7.72%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1562615500.830.010.39300.4671.4335.69
Hex9C1A9B05312712c4724
Octal23432233012314745410744
Binary1001110011010100110110101001111001111001011001000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,155); }

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

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

 a { background-color: rgb(156,26,155); }

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

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

 span { border-color: rgb(156,26,155); }

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