#9F3EC0

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

Shades of Dark Orchid #9F3EC0

Tints of Dark Orchid #9F3EC0

Color information

#9F3EC0 (or 0x9F3EC0) is unknown color: approx Dark Orchid. HEX triplet: 9F, 3E and C0. RGB value is (159,62,192). Sum of RGB (Red+Green+Blue) = 159+62+192=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F3EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F3EC0 is #60C13F. Grayscale: #696969. Windows color (decimal): -6340928 or 12598943. OLE color: 12598943.

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

Color convert

RGB15962192-
CMYK0.170.6800.25
HSL284.77º51.18%49.8%-
HSV(B)284.77º67.71%75.29%-
XYZ25.5414.6251.35-
YUV105.82176.64165.93-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 62 (24.61% from 255) = 15.01%
BLUE value IS 192 (75.39% from 255) = 46.49%
R=38.50%
G=15.01%
B=46.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159621920.170.6800.25284.7751.1849.8
Hex9F3EC0114401911d3332
Octal23776300211040314356362
Binary1001111111111011000000100011000100011001100011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F3EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,62,192); }

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

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

 a { background-color: rgb(159,62,192); }

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

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

 span { border-color: rgb(159,62,192); }

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