#9f2786

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

Shades of Dark Purple #9F2786

Tints of Dark Purple #9F2786

Color information

#9F2786 (or 0x9F2786) is unknown color: approx Dark Purple. HEX triplet: 9F, 27 and 86. RGB value is (159,39,134). Sum of RGB (Red+Green+Blue) = 159+39+134=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 39 (15.62% from 255 or 11.75% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2786 is #60D879. Grayscale: #555555. Windows color (decimal): -6346874 or 8791967. OLE color: 8791967.

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

Color convert

RGB15939134-
CMYK00.750.160.38
HSL312.5º60.61%38.82%-
HSV(B)312.5º75.47%62.35%-
XYZ19.3310.5423.57-
YUV85.71155.26180.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 39 (15.62% from 255) = 11.75%
BLUE value IS 134 (52.73% from 255) = 40.36%
R=47.89%
G=11.75%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593913400.750.160.38312.560.6138.82
Hex9F278604B10261383d27
Octal23747206011320464707547
Binary10011111100111100001100100101110000100110100111000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f2786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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