#8D49D1

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

Shades of Dark Orchid #8D49D1

Tints of Dark Orchid #8D49D1

Color information

#8D49D1 (or 0x8D49D1) is unknown color: approx Dark Orchid. HEX triplet: 8D, 49 and D1. RGB value is (141,73,209). Sum of RGB (Red+Green+Blue) = 141+73+209=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 73 (28.91% from 255 or 17.26% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D49D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D49D1 is #72B62E. Grayscale: #6C6C6C. Windows color (decimal): -7517743 or 13715853. OLE color: 13715853.

HSL color Cylindrical-coordinate representation of color #8D49D1: hue angle of 270º degrees, saturation: 0.6, 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 #8D49D1 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14173209-
CMYK0.330.6500.18
HSL270º59.65%55.29%-
HSV(B)270º65.07%81.96%-
XYZ24.8815.0361.91-
YUV108.84184.53150.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 73 (28.91% from 255) = 17.26%
BLUE value IS 209 (82.03% from 255) = 49.41%
R=33.33%
G=17.26%
B=49.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141732090.330.6500.1827059.6555.29
Hex8D49D1214101210e3c37
Octal215111321411010224167467
Binary100011011001001110100011000011000001010010100001110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D49D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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