#9f1385

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

Shades of Dark Purple #9F1385

Tints of Dark Purple #9F1385

Color information

#9F1385 (or 0x9F1385) is unknown color: approx Dark Purple. HEX triplet: 9F, 13 and 85. RGB value is (159,19,133). Sum of RGB (Red+Green+Blue) = 159+19+133=311 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.13% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1385 is #60EC7A. Grayscale: #494949. Windows color (decimal): -6351995 or 8721311. OLE color: 8721311.

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

Color convert

RGB15919133-
CMYK00.880.160.38
HSL311.14º78.65%34.9%-
HSV(B)311.14º88.05%62.35%-
XYZ18.769.5323.04-
YUV73.86161.38188.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.13%
GREEN value IS 19 (7.81% from 255) = 6.11%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=51.13%
G=6.11%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591913300.880.160.38311.1478.6534.9
Hex9F138505810261374f23
Octal237232050130204646711743
Binary10011111100111000010101011000100001001101001101111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f1385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,19,133); }

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

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

 a { background-color: rgb(159,19,133); }

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

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

 span { border-color: rgb(159,19,133); }

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