#9C0FAE

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

Shades of Dark Magenta #9C0FAE

Tints of Dark Magenta #9C0FAE

Color information

#9C0FAE (or 0x9C0FAE) is unknown color: approx Dark Magenta. HEX triplet: 9C, 0F and AE. RGB value is (156,15,174). Sum of RGB (Red+Green+Blue) = 156+15+174=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C0FAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0FAE is #63F051. Grayscale: #4A4A4A. Windows color (decimal): -6549586 or 11407260. OLE color: 11407260.

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

Color convert

RGB15615174-
CMYK0.100.9100.32
HSL293.21º84.13%37.06%-
HSV(B)293.21º91.38%68.24%-
XYZ21.5210.4740.93-
YUV75.28183.71185.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 15 (6.25% from 255) = 4.35%
BLUE value IS 174 (68.36% from 255) = 50.43%
R=45.22%
G=4.35%
B=50.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156151740.100.9100.32293.2184.1337.06
Hex9CFAEA5B0201255425
Octal234172561213304044512445
Binary100111001111101011101010101101101000001001001011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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