#9F1C86

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

Shades of Dark Purple #9F1C86

Tints of Dark Purple #9F1C86

Color information

#9F1C86 (or 0x9F1C86) is unknown color: approx Dark Purple. HEX triplet: 9F, 1C and 86. RGB value is (159,28,134). Sum of RGB (Red+Green+Blue) = 159+28+134=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F1C86 is #60E379. Grayscale: #4E4E4E. Windows color (decimal): -6349690 or 8789151. OLE color: 8789151.

HSL color Cylindrical-coordinate representation of color #9F1C86: hue angle of 311.45º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F1C86 is Cyan = 0, Magento = 0.82, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15928134-
CMYK00.820.160.38
HSL311.45º70.05%36.67%-
HSV(B)311.45º82.39%62.35%-
XYZ19.029.9223.47-
YUV79.25158.9184.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.53%
GREEN value IS 28 (11.33% from 255) = 8.72%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=49.53%
G=8.72%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592813400.820.160.38311.4570.0536.67
Hex9F1C8605210261374625
Octal237342060122204646710645
Binary10011111111001000011001010010100001001101001101111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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