Shades of Dark Orchid #8C28D0
Tints of Dark Orchid #8C28D0
RGB
CMYK
RGB Variations
Color information
#8C28D0 (or 0x8C28D0) is known color: Dark Orchid. HEX triplet: 8C, 28 and D0. RGB value is (140,40,208). Sum of RGB (Red+Green+Blue) = 140+40+208=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #8C28D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C28D0 is #73D72F. Grayscale: #585858. Windows color (decimal): -7591728 or 13641868. OLE color: 13641868.
HSL color Cylindrical-coordinate representation of color #8C28D0: hue angle of 275.71º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C28D0 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 40 | 208 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.18 |
| HSL | 275.71º | 0.68% | 0.49% | - |
| HSV(B) | 275.71º | 0.81% | 0.82% | - |
| XYZ | 22.96 | 11.65 | 60.71 | - |
| YUV | 89.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 208 | 0.33 | 0.81 | 0 | 0.18 | 275.71 | 0.68 | 0.49 |
| Hex | 8C | 28 | D0 | 21 | 51 | 0 | 12 | 114 | 44 | 31 |
| Octal | 214 | 50 | 320 | 41 | 121 | 0 | 22 | 424 | 104 | 61 |
| Binary | 10001100 | 101000 | 11010000 | 100001 | 1010001 | 0 | 10010 | 100010100 | 1000100 | 110001 |
Color Harmonies of #8C28D0
Complementary color
Monochromatic Colors of #8C28D0
Black with #8C28D0
Text Example
Text Example
White with #8C28D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C28D0; }
p { color: rgb(140,40,208); }
H1.HeaderClassName
{
color: #8C28D0;
}
.AnyTagClassName
{
color: #8C28D0;
}
</style>
background-color css
<style>
a { background-color: #8C28D0; }
a { background-color: rgb(140,40,208); }
div.DivClassName
{
background-color: #8C28D0;
}
.BgClassName
{
background-color: #8C28D0;
}
</style>
border-color css
<style>
span { border-color: #8C28D0; }
span { border-color: rgb(140,40,208); }
td.TdClassName
{
border-color: #8C28D0;
}
.TagClassName
{
border-color: #8C28D0;
}
</style>