#9C1095

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

Shades of Dark Magenta #9C1095

Tints of Dark Magenta #9C1095

Color information

#9C1095 (or 0x9C1095) is unknown color: approx Dark Magenta. HEX triplet: 9C, 10 and 95. RGB value is (156,16,149). Sum of RGB (Red+Green+Blue) = 156+16+149=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1095 is #63EF6A. Grayscale: #484848. Windows color (decimal): -6549355 or 9769116. OLE color: 9769116.

HSL color Cylindrical-coordinate representation of color #9C1095: hue angle of 303º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1095 is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15616149-
CMYK00.900.040.39
HSL303º81.4%33.73%-
HSV(B)303º89.74%61.18%-
XYZ19.329.6129.27-
YUV73.02170.88187.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 149 (58.59% from 255) = 46.42%
R=48.60%
G=4.98%
B=46.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561614900.900.040.3930381.433.73
Hex9C109505A42712f5122
Octal23420225013244745712142
Binary100111001000010010101010110101001001111001011111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,16,149); }

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

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

 a { background-color: rgb(156,16,149); }

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

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

 span { border-color: rgb(156,16,149); }

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