#9C0FAC

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

Shades of Dark Magenta #9C0FAC

Tints of Dark Magenta #9C0FAC

Color information

#9C0FAC (or 0x9C0FAC) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0F and AC. RGB value is (156,15,172). Sum of RGB (Red+Green+Blue) = 156+15+172=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 172 (67.58% from 255 or 50.15% from 343); Max value from RGB is 172 - color contains mainly: blue. Hex color #9C0FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0FAC is #63F053. Grayscale: #4A4A4A. Windows color (decimal): -6549588 or 11276188. OLE color: 11276188.

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

Color convert

RGB15615172-
CMYK0.090.9100.33
HSL293.89º83.96%36.67%-
HSV(B)293.89º91.28%67.45%-
XYZ21.3310.3939.91-
YUV75.06182.71185.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 15 (6.25% from 255) = 4.37%
BLUE value IS 172 (67.58% from 255) = 50.15%
R=45.48%
G=4.37%
B=50.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156151720.090.9100.33293.8983.9636.67
Hex9CFAC95B0211265425
Octal234172541113304144612445
Binary100111001111101011001001101101101000011001001101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,15,172); }

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

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

 a { background-color: rgb(156,15,172); }

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

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

 span { border-color: rgb(156,15,172); }

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