#9C1BAA

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

Shades of Dark Magenta #9C1BAA

Tints of Dark Magenta #9C1BAA

Color information

#9C1BAA (or 0x9C1BAA) is unknown color: approx Dark Magenta. HEX triplet: 9C, 1B and AA. RGB value is (156,27,170). Sum of RGB (Red+Green+Blue) = 156+27+170=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 27 (10.94% from 255 or 7.65% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C1BAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1BAA is #63E455. Grayscale: #515151. Windows color (decimal): -6546518 or 11148188. OLE color: 11148188.

HSL color Cylindrical-coordinate representation of color #9C1BAA: hue angle of 294.13º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9C1BAA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15627170-
CMYK0.080.8400.33
HSL294.13º72.59%38.63%-
HSV(B)294.13º84.12%66.67%-
XYZ21.3610.7538.98-
YUV81.87177.74180.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.19%
GREEN value IS 27 (10.94% from 255) = 7.65%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=44.19%
G=7.65%
B=48.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156271700.080.8400.33294.1372.5938.63
Hex9C1BAA8540211264927
Octal234332521012404144611147
Binary1001110011011101010101000101010001000011001001101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,27,170); }

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

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

 a { background-color: rgb(156,27,170); }

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

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

 span { border-color: rgb(156,27,170); }

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