#9F127D

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

Shades of Dark Purple #9F127D

Tints of Dark Purple #9F127D

Color information

#9F127D (or 0x9F127D) is unknown color: approx Dark Purple. HEX triplet: 9F, 12 and 7D. RGB value is (159,18,125). Sum of RGB (Red+Green+Blue) = 159+18+125=302 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.65% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 159 - color contains mainly: red. Hex color #9F127D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F127D is #60ED82. Grayscale: #484848. Windows color (decimal): -6352259 or 8196767. OLE color: 8196767.

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

Color convert

RGB15918125-
CMYK00.890.210.38
HSL314.47º79.66%34.71%-
HSV(B)314.47º88.68%62.35%-
XYZ18.229.2820.23-
YUV72.36157.71189.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 52.65%
GREEN value IS 18 (7.42% from 255) = 5.96%
BLUE value IS 125 (49.22% from 255) = 41.39%
R=52.65%
G=5.96%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591812500.890.210.38314.4779.6634.71
Hex9F127D059152613a5023
Octal237221750131254647212043
Binary1001111110010111110101011001101011001101001110101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,18,125); }

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

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

 a { background-color: rgb(159,18,125); }

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

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

 span { border-color: rgb(159,18,125); }

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