#9F1281

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

Shades of Dark Purple #9F1281

Tints of Dark Purple #9F1281

Color information

#9F1281 (or 0x9F1281) is unknown color: approx Dark Purple. HEX triplet: 9F, 12 and 81. RGB value is (159,18,129). Sum of RGB (Red+Green+Blue) = 159+18+129=306 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.96% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1281 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9F1281 is #60ED7E. Grayscale: #484848. Windows color (decimal): -6352255 or 8458911. OLE color: 8458911.

HSL color Cylindrical-coordinate representation of color #9F1281: hue angle of 312.77º 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 #9F1281 is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB15918129-
CMYK00.890.190.38
HSL312.77º79.66%34.71%-
HSV(B)312.77º88.68%62.35%-
XYZ18.489.3921.61-
YUV72.81159.71189.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 51.96%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 129 (50.78% from 255) = 42.16%
R=51.96%
G=5.88%
B=42.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591812900.890.190.38312.7779.6634.71
Hex9F128105913261395023
Octal237222010131234647112043
Binary10011111100101000000101011001100111001101001110011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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