#9F2686

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

Shades of Dark Purple #9F2686

Tints of Dark Purple #9F2686

Color information

#9F2686 (or 0x9F2686) is unknown color: approx Dark Purple. HEX triplet: 9F, 26 and 86. RGB value is (159,38,134). Sum of RGB (Red+Green+Blue) = 159+38+134=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2686 is #60D979. Grayscale: #545454. Windows color (decimal): -6347130 or 8791711. OLE color: 8791711.

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

Color convert

RGB15938134-
CMYK00.760.160.38
HSL312.4º61.42%38.63%-
HSV(B)312.4º76.1%62.35%-
XYZ19.2910.4823.56-
YUV85.12155.59180.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 38 (15.23% from 255) = 11.48%
BLUE value IS 134 (52.73% from 255) = 40.48%
R=48.04%
G=11.48%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593813400.760.160.38312.461.4238.63
Hex9F268604C10261383d27
Octal23746206011420464707547
Binary10011111100110100001100100110010000100110100111000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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