Shades of Dark Orchid #8C49D0
Tints of Dark Orchid #8C49D0
RGB
CMYK
RGB Variations
Color information
#8C49D0 (or 0x8C49D0) is known color: Dark Orchid. HEX triplet: 8C, 49 and D0. RGB value is (140,73,208). Sum of RGB (Red+Green+Blue) = 140+73+208=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 208 (81.64% from 255 or 49.41% from 421); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C49D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C49D0 is #73B62F. Grayscale: #6B6B6B. Windows color (decimal): -7583280 or 13650316. OLE color: 13650316.
HSL color Cylindrical-coordinate representation of color #8C49D0: hue angle of 269.78º 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 #8C49D0 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 73 | 208 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.18 |
| HSL | 269.78º | 0.59% | 0.55% | - |
| HSV(B) | 269.78º | 0.65% | 0.82% | - |
| XYZ | 24.58 | 14.89 | 61.25 | - |
| YUV | 108.42 | 184.2 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 208 | 0.33 | 0.65 | 0 | 0.18 | 269.78 | 0.59 | 0.55 |
| Hex | 8C | 49 | D0 | 21 | 41 | 0 | 12 | 10E | 3B | 37 |
| Octal | 214 | 111 | 320 | 41 | 101 | 0 | 22 | 416 | 73 | 67 |
| Binary | 10001100 | 1001001 | 11010000 | 100001 | 1000001 | 0 | 10010 | 100001110 | 111011 | 110111 |
Color Harmonies of #8C49D0
Complementary color
Monochromatic Colors of #8C49D0
Black with #8C49D0
Text Example
Text Example
White with #8C49D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C49D0; }
p { color: rgb(140,73,208); }
H1.HeaderClassName
{
color: #8C49D0;
}
.AnyTagClassName
{
color: #8C49D0;
}
</style>
background-color css
<style>
a { background-color: #8C49D0; }
a { background-color: rgb(140,73,208); }
div.DivClassName
{
background-color: #8C49D0;
}
.BgClassName
{
background-color: #8C49D0;
}
</style>
border-color css
<style>
span { border-color: #8C49D0; }
span { border-color: rgb(140,73,208); }
td.TdClassName
{
border-color: #8C49D0;
}
.TagClassName
{
border-color: #8C49D0;
}
</style>