#9F1CA5

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

Shades of Dark Magenta #9F1CA5

Tints of Dark Magenta #9F1CA5

Color information

#9F1CA5 (or 0x9F1CA5) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1C and A5. RGB value is (159,28,165). Sum of RGB (Red+Green+Blue) = 159+28+165=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F1CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1CA5 is #60E35A. Grayscale: #525252. Windows color (decimal): -6349659 or 10820767. OLE color: 10820767.

HSL color Cylindrical-coordinate representation of color #9F1CA5: hue angle of 297.37º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F1CA5 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15928165-
CMYK0.040.8300.35
HSL297.37º70.98%37.84%-
HSV(B)297.37º83.03%64.71%-
XYZ21.510.9236.57-
YUV82.79174.4182.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.17%
GREEN value IS 28 (11.33% from 255) = 7.95%
BLUE value IS 165 (64.84% from 255) = 46.88%
R=45.17%
G=7.95%
B=46.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159281650.040.8300.35297.3770.9837.84
Hex9F1CA54530231294726
Octal23734245412304345110746
Binary100111111110010100101100101001101000111001010011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,28,165); }

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

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

 a { background-color: rgb(159,28,165); }

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

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

 span { border-color: rgb(159,28,165); }

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