#8D49D0

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

Shades of Dark Orchid #8D49D0

Tints of Dark Orchid #8D49D0

Color information

#8D49D0 (or 0x8D49D0) is unknown color: approx Dark Orchid. HEX triplet: 8D, 49 and D0. RGB value is (141,73,208). Sum of RGB (Red+Green+Blue) = 141+73+208=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 208 (81.64% from 255 or 49.29% from 422); Max value from RGB is 208 - color contains mainly: blue. Hex color #8D49D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D49D0 is #72B62F. Grayscale: #6C6C6C. Windows color (decimal): -7517744 or 13650317. OLE color: 13650317.

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

Color convert

RGB14173208-
CMYK0.320.6500.18
HSL270.22º58.95%55.1%-
HSV(B)270.22º64.9%81.57%-
XYZ24.7514.9861.26-
YUV108.72184.03151.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 73 (28.91% from 255) = 17.30%
BLUE value IS 208 (81.64% from 255) = 49.29%
R=33.41%
G=17.30%
B=49.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141732080.320.6500.18270.2258.9555.1
Hex8D49D0204101210e3b37
Octal215111320401010224167367
Binary100011011001001110100001000001000001010010100001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D49D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,73,208); }

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

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

 a { background-color: rgb(141,73,208); }

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

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

 span { border-color: rgb(141,73,208); }

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