#9F18AB

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

Shades of Dark Magenta #9F18AB

Tints of Dark Magenta #9F18AB

Color information

#9F18AB (or 0x9F18AB) is unknown color: approx Dark Magenta. HEX triplet: 9F, 18 and AB. RGB value is (159,24,171). Sum of RGB (Red+Green+Blue) = 159+24+171=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F18AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F18AB is #60E754. Grayscale: #505050. Windows color (decimal): -6350677 or 11212959. OLE color: 11212959.

HSL color Cylindrical-coordinate representation of color #9F18AB: hue angle of 295.1º 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 #9F18AB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15924171-
CMYK0.070.8600.33
HSL295.1º75.38%38.24%-
HSV(B)295.1º85.96%67.06%-
XYZ21.9810.9639.49-
YUV81.12178.73183.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.92%
GREEN value IS 24 (9.77% from 255) = 6.78%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=44.92%
G=6.78%
B=48.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159241710.070.8600.33295.175.3838.24
Hex9F18AB7560211274b26
Octal23730253712604144711346
Binary100111111100010101011111101011001000011001001111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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