#9c0ba5

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

Shades of Dark Magenta #9C0BA5

Tints of Dark Magenta #9C0BA5

Color information

#9C0BA5 (or 0x9C0BA5) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0B and A5. RGB value is (156,11,165). Sum of RGB (Red+Green+Blue) = 156+11+165=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #9C0BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0BA5 is #63F45A. Grayscale: #474747. Windows color (decimal): -6550619 or 10816412. OLE color: 10816412.

HSL color Cylindrical-coordinate representation of color #9C0BA5: hue angle of 296.49º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0BA5 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15611165-
CMYK0.050.9300.35
HSL296.49º87.5%34.51%-
HSV(B)296.49º93.33%64.71%-
XYZ20.6210.0236.45-
YUV71.91180.54187.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.99%
GREEN value IS 11 (4.69% from 255) = 3.31%
BLUE value IS 165 (64.84% from 255) = 49.70%
R=46.99%
G=3.31%
B=49.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal156111650.050.9300.35296.4987.534.51
Hex9CBA555D0231285823
Octal23413245513504345013043
Binary10011100101110100101101101110101000111001010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c0ba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,11,165); }

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

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

 a { background-color: rgb(156,11,165); }

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

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

 span { border-color: rgb(156,11,165); }

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