#8F40CF

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

Shades of Dark Orchid #8F40CF

Tints of Dark Orchid #8F40CF

Color information

#8F40CF (or 0x8F40CF) is unknown color: approx Dark Orchid. HEX triplet: 8F, 40 and CF. RGB value is (143,64,207). Sum of RGB (Red+Green+Blue) = 143+64+207=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #8F40CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F40CF is #70BF30. Grayscale: #676767. Windows color (decimal): -7388977 or 13582479. OLE color: 13582479.

HSL color Cylindrical-coordinate representation of color #8F40CF: hue angle of 273.15º 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 #8F40CF is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14364207-
CMYK0.310.6900.19
HSL273.15º59.83%53.14%-
HSV(B)273.15º69.08%81.18%-
XYZ24.4214.0160.45-
YUV103.92186.17155.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.54%
GREEN value IS 64 (25.39% from 255) = 15.46%
BLUE value IS 207 (81.25% from 255) = 50%
R=34.54%
G=15.46%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal143642070.310.6900.19273.1559.8353.14
Hex8F40CF1F450131113c35
Octal217100317371050234217465
Binary10001111100000011001111111111000101010011100010001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F40CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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