#9F09AB

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

Shades of Dark Magenta #9F09AB

Tints of Dark Magenta #9F09AB

Color information

#9F09AB (or 0x9F09AB) is unknown color: approx Dark Magenta. HEX triplet: 9F, 09 and AB. RGB value is (159,9,171). Sum of RGB (Red+Green+Blue) = 159+9+171=339 (44% of max value = 765). Red value is 159 (62.5% from 255 or 46.90% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F09AB is #60F654. Grayscale: #474747. Windows color (decimal): -6354517 or 11209119. OLE color: 11209119.

HSL color Cylindrical-coordinate representation of color #9F09AB: hue angle of 295.56º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F09AB is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1599171-
CMYK0.070.9500.33
HSL295.56º90%35.29%-
HSV(B)295.56º94.74%67.06%-
XYZ21.7510.5139.41-
YUV72.32183.7189.83-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.90%
GREEN value IS 9 (3.91% from 255) = 2.65%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=46.90%
G=2.65%
B=50.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15991710.070.9500.33295.569035.29
Hex9F9AB75F0211285a23
Octal23711253713704145013243
Binary10011111100110101011111101111101000011001010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F09AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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