#9F1BA5

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

Shades of Dark Magenta #9F1BA5

Tints of Dark Magenta #9F1BA5

Color information

#9F1BA5 (or 0x9F1BA5) is unknown color: approx Dark Magenta. HEX triplet: 9F, 1B and A5. RGB value is (159,27,165). Sum of RGB (Red+Green+Blue) = 159+27+165=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 165 - color contains mainly: blue. Hex color #9F1BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1BA5 is #60E45A. Grayscale: #515151. Windows color (decimal): -6349915 or 10820511. OLE color: 10820511.

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

Color convert

RGB15927165-
CMYK0.040.8400.35
HSL297.39º71.88%37.65%-
HSV(B)297.39º83.64%64.71%-
XYZ21.4810.8736.56-
YUV82.2174.73182.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 27 (10.94% from 255) = 7.69%
BLUE value IS 165 (64.84% from 255) = 47.01%
R=45.30%
G=7.69%
B=47.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159271650.040.8400.35297.3971.8837.65
Hex9F1BA54540231294826
Octal23733245412404345111046
Binary100111111101110100101100101010001000111001010011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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