#9F40BE

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

Shades of Dark Orchid #9F40BE

Tints of Dark Orchid #9F40BE

Color information

#9F40BE (or 0x9F40BE) is unknown color: approx Dark Orchid. HEX triplet: 9F, 40 and BE. RGB value is (159,64,190). Sum of RGB (Red+Green+Blue) = 159+64+190=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F40BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40BE is #60BF41. Grayscale: #6A6A6A. Windows color (decimal): -6340418 or 12468383. OLE color: 12468383.

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

Color convert

RGB15964190-
CMYK0.160.6600.25
HSL285.24º49.61%49.8%-
HSV(B)285.24º66.32%74.51%-
XYZ25.4314.7650.22-
YUV106.77174.97165.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.50%
GREEN value IS 64 (25.39% from 255) = 15.50%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=38.50%
G=15.50%
B=46.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159641900.160.6600.25285.2449.6149.8
Hex9F40BE104201911d3232
Octal237100276201020314356262
Binary10011111100000010111110100001000010011001100011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F40BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,64,190); }

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

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

 a { background-color: rgb(159,64,190); }

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

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

 span { border-color: rgb(159,64,190); }

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