#9F1693

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

Shades of Dark Magenta #9F1693

Tints of Dark Magenta #9F1693

Color information

#9F1693 (or 0x9F1693) is unknown color: approx Dark Magenta. HEX triplet: 9F, 16 and 93. RGB value is (159,22,147). Sum of RGB (Red+Green+Blue) = 159+22+147=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1693 is #60E96C. Grayscale: #4C4C4C. Windows color (decimal): -6351213 or 9639583. OLE color: 9639583.

HSL color Cylindrical-coordinate representation of color #9F1693: hue angle of 305.26º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1693 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB15922147-
CMYK00.860.080.38
HSL305.26º75.69%35.49%-
HSV(B)305.26º86.16%62.35%-
XYZ19.8510.0528.5-
YUV77.21167.39186.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.48%
GREEN value IS 22 (8.98% from 255) = 6.71%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=48.48%
G=6.71%
B=44.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592214700.860.080.38305.2675.6935.49
Hex9F16930568261314c23
Octal237262230126104646111443
Binary1001111110110100100110101011010001001101001100011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,22,147); }

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

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

 a { background-color: rgb(159,22,147); }

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

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

 span { border-color: rgb(159,22,147); }

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