#9F40CF

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

Shades of Dark Orchid #9F40CF

Tints of Dark Orchid #9F40CF

Color information

#9F40CF (or 0x9F40CF) is unknown color: approx Dark Orchid. HEX triplet: 9F, 40 and CF. RGB value is (159,64,207). Sum of RGB (Red+Green+Blue) = 159+64+207=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F40CF is #60BF30. Grayscale: #6C6C6C. Windows color (decimal): -6340401 or 13582495. OLE color: 13582495.

HSL color Cylindrical-coordinate representation of color #9F40CF: hue angle of 279.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F40CF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15964207-
CMYK0.230.6900.19
HSL279.86º59.83%53.14%-
HSV(B)279.86º69.08%81.18%-
XYZ27.3915.5460.59-
YUV108.71183.47163.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 64 (25.39% from 255) = 14.88%
BLUE value IS 207 (81.25% from 255) = 48.14%
R=36.98%
G=14.88%
B=48.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal159642070.230.6900.19279.8659.8353.14
Hex9F40CF17450131183c35
Octal237100317271050234307465
Binary10011111100000011001111101111000101010011100011000111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F40CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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