#8D47CF

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

Shades of Dark Orchid #8D47CF

Tints of Dark Orchid #8D47CF

Color information

#8D47CF (or 0x8D47CF) is unknown color: approx Dark Orchid. HEX triplet: 8D, 47 and CF. RGB value is (141,71,207). Sum of RGB (Red+Green+Blue) = 141+71+207=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 71 (28.12% from 255 or 16.95% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D47CF is #72B830. Grayscale: #6A6A6A. Windows color (decimal): -7518257 or 13584269. OLE color: 13584269.

HSL color Cylindrical-coordinate representation of color #8D47CF: hue angle of 270.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D47CF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14171207-
CMYK0.320.6600.19
HSL270.88º58.62%54.51%-
HSV(B)270.88º65.7%81.18%-
XYZ24.514.6760.57-
YUV107.43184.19151.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.65%
GREEN value IS 71 (28.12% from 255) = 16.95%
BLUE value IS 207 (81.25% from 255) = 49.40%
R=33.65%
G=16.95%
B=49.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141712070.320.6600.19270.8858.6254.51
Hex8D47CF204201310f3b37
Octal215107317401020234177367
Binary100011011000111110011111000001000010010011100001111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D47CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,71,207); }

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

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

 a { background-color: rgb(141,71,207); }

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

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

 span { border-color: rgb(141,71,207); }

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