#9F3FBF

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

Shades of Dark Orchid #9F3FBF

Tints of Dark Orchid #9F3FBF

Color information

#9F3FBF (or 0x9F3FBF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 3F and BF. RGB value is (159,63,191). Sum of RGB (Red+Green+Blue) = 159+63+191=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F3FBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3FBF is #60C040. Grayscale: #696969. Windows color (decimal): -6340673 or 12533663. OLE color: 12533663.

HSL color Cylindrical-coordinate representation of color #9F3FBF: hue angle of 285º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F3FBF is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15963191-
CMYK0.170.6700.25
HSL285º50.39%49.8%-
HSV(B)285º67.02%74.9%-
XYZ25.4814.6950.78-
YUV106.3175.8165.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 63 (25% from 255) = 15.25%
BLUE value IS 191 (75% from 255) = 46.25%
R=38.50%
G=15.25%
B=46.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159631910.170.6700.2528550.3949.8
Hex9F3FBF114301911d3232
Octal23777277211030314356262
Binary1001111111111110111111100011000011011001100011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,63,191); }

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

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

 a { background-color: rgb(159,63,191); }

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

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

 span { border-color: rgb(159,63,191); }

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