#9F2781

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

Shades of Dark Purple #9F2781

Tints of Dark Purple #9F2781

Color information

#9F2781 (or 0x9F2781) is unknown color: approx Dark Purple. HEX triplet: 9F, 27 and 81. RGB value is (159,39,129). Sum of RGB (Red+Green+Blue) = 159+39+129=327 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.62% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2781 is #60D87E. Grayscale: #545454. Windows color (decimal): -6346879 or 8464287. OLE color: 8464287.

HSL color Cylindrical-coordinate representation of color #9F2781: hue angle of 315º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F2781 is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB15939129-
CMYK00.750.190.38
HSL315º60.61%38.82%-
HSV(B)315º75.47%62.35%-
XYZ18.9910.4121.78-
YUV85.14152.76180.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.62%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 129 (50.78% from 255) = 39.45%
R=48.62%
G=11.93%
B=39.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593912900.750.190.3831560.6138.82
Hex9F278104B132613b3d27
Octal23747201011323464737547
Binary10011111100111100000010100101110011100110100111011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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