#9C18AB

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

Shades of Dark Magenta #9C18AB

Tints of Dark Magenta #9C18AB

Color information

#9C18AB (or 0x9C18AB) is unknown color: approx Dark Magenta. HEX triplet: 9C, 18 and AB. RGB value is (156,24,171). Sum of RGB (Red+Green+Blue) = 156+24+171=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 24 (9.77% from 255 or 6.84% from 351); Blue value is 171 (67.19% from 255 or 48.72% from 351); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C18AB is #63E754. Grayscale: #4F4F4F. Windows color (decimal): -6547285 or 11212956. OLE color: 11212956.

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

Color convert

RGB15624171-
CMYK0.090.8600.33
HSL293.88º75.38%38.24%-
HSV(B)293.88º85.96%67.06%-
XYZ21.3910.6639.46-
YUV80.23179.23182.05-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.44%
GREEN value IS 24 (9.77% from 255) = 6.84%
BLUE value IS 171 (67.19% from 255) = 48.72%
R=44.44%
G=6.84%
B=48.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156241710.090.8600.33293.8875.3838.24
Hex9C18AB9560211264b26
Octal234302531112604144611346
Binary1001110011000101010111001101011001000011001001101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,24,171); }

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

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

 a { background-color: rgb(156,24,171); }

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

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

 span { border-color: rgb(156,24,171); }

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