#9C0B9A

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

Shades of Dark Magenta #9C0B9A

Tints of Dark Magenta #9C0B9A

Color information

#9C0B9A (or 0x9C0B9A) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0B and 9A. RGB value is (156,11,154). Sum of RGB (Red+Green+Blue) = 156+11+154=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 154 (60.55% from 255 or 47.98% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B9A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0B9A is #63F465. Grayscale: #464646. Windows color (decimal): -6550630 or 10095516. OLE color: 10095516.

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

Color convert

RGB15611154-
CMYK00.930.010.39
HSL300.83º86.83%32.75%-
HSV(B)300.83º92.95%61.18%-
XYZ19.669.6431.4-
YUV70.66175.04188.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 48.60%
GREEN value IS 11 (4.69% from 255) = 3.43%
BLUE value IS 154 (60.55% from 255) = 47.98%
R=48.60%
G=3.43%
B=47.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561115400.930.010.39300.8386.8332.75
Hex9CB9A05D12712d5721
Octal23413232013514745512741
Binary100111001011100110100101110111001111001011011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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