#9F1584

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

Shades of Dark Purple #9F1584

Tints of Dark Purple #9F1584

Color information

#9F1584 (or 0x9F1584) is unknown color: approx Dark Purple. HEX triplet: 9F, 15 and 84. RGB value is (159,21,132). Sum of RGB (Red+Green+Blue) = 159+21+132=312 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.96% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 132 (51.95% from 255 or 42.31% from 312); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1584 is #60EA7B. Grayscale: #4A4A4A. Windows color (decimal): -6351484 or 8656287. OLE color: 8656287.

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

Color convert

RGB15921132-
CMYK00.870.170.38
HSL311.74º76.67%35.29%-
HSV(B)311.74º86.79%62.35%-
XYZ18.739.5722.69-
YUV74.92160.22187.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 50.96%
GREEN value IS 21 (8.59% from 255) = 6.73%
BLUE value IS 132 (51.95% from 255) = 42.31%
R=50.96%
G=6.73%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592113200.870.170.38311.7476.6735.29
Hex9F158405711261384d23
Octal237252040127214647011543
Binary10011111101011000010001010111100011001101001110001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,21,132); }

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

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

 a { background-color: rgb(159,21,132); }

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

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

 span { border-color: rgb(159,21,132); }

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