#9C009F

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

Shades of Dark Magenta #9C009F

Tints of Dark Magenta #9C009F

Color information

#9C009F (or 0x9C009F) is unknown color: approx Dark Magenta. HEX triplet: 9C, 00 and 9F. RGB value is (156,0,159). Sum of RGB (Red+Green+Blue) = 156+0+159=315 (41% of max value = 765). Red value is 156 (61.33% from 255 or 49.52% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #9C009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C009F is #63FF60. Grayscale: #404040. Windows color (decimal): -6553441 or 10420380. OLE color: 10420380.

HSL color Cylindrical-coordinate representation of color #9C009F: hue angle of 298.87º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C009F is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1560159-
CMYK0.02100.38
HSL298.87º100%31.18%-
HSV(B)298.87º100%62.35%-
XYZ19.979.5733.6-
YUV64.77181.18193.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 49.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 50.48%
R=49.52%
G=0%
B=50.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15601590.02100.38298.8710031.18
Hex9C09F26402612b641f
Octal2340237214404645314437
Binary100111000100111111011001000100110100101011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,0,159); }

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

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

 a { background-color: rgb(156,0,159); }

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

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

 span { border-color: rgb(156,0,159); }

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