#8F41BF

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

Shades of Dark Orchid #8F41BF

Tints of Dark Orchid #8F41BF

Color information

#8F41BF (or 0x8F41BF) is unknown color: approx Dark Orchid. HEX triplet: 8F, 41 and BF. RGB value is (143,65,191). Sum of RGB (Red+Green+Blue) = 143+65+191=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41BF is #70BE40. Grayscale: #666666. Windows color (decimal): -7388737 or 12534159. OLE color: 12534159.

HSL color Cylindrical-coordinate representation of color #8F41BF: hue angle of 277.14º 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 #8F41BF is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14365191-
CMYK0.250.6600.25
HSL277.14º49.61%50.2%-
HSV(B)277.14º65.97%74.9%-
XYZ22.6213.3850.68-
YUV102.69177.84156.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 191 (75% from 255) = 47.87%
R=35.84%
G=16.29%
B=47.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143651910.250.6600.25277.1449.6150.2
Hex8F41BF19420191153232
Octal217101277311020314256262
Binary10001111100000110111111110011000010011001100010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,65,191); }

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

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

 a { background-color: rgb(143,65,191); }

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

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

 span { border-color: rgb(143,65,191); }

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