#8D41BF

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

Shades of Dark Orchid #8D41BF

Tints of Dark Orchid #8D41BF

Color information

#8D41BF (or 0x8D41BF) is unknown color: approx Dark Orchid. HEX triplet: 8D, 41 and BF. RGB value is (141,65,191). Sum of RGB (Red+Green+Blue) = 141+65+191=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D41BF is #72BE40. Grayscale: #656565. Windows color (decimal): -7519809 or 12534157. OLE color: 12534157.

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

Color convert

RGB14165191-
CMYK0.260.6600.25
HSL276.19º49.61%50.2%-
HSV(B)276.19º65.97%74.9%-
XYZ22.2813.250.66-
YUV102.09178.18155.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 65 (25.78% from 255) = 16.37%
BLUE value IS 191 (75% from 255) = 48.11%
R=35.52%
G=16.37%
B=48.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141651910.260.6600.25276.1949.6150.2
Hex8D41BF1A420191143232
Octal215101277321020314246262
Binary10001101100000110111111110101000010011001100010100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D41BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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