Shades of Dark Orchid #8C28B1
Tints of Dark Orchid #8C28B1
RGB
CMYK
RGB Variations
Color information
#8C28B1 (or 0x8C28B1) is known color: Dark Orchid. HEX triplet: 8C, 28 and B1. RGB value is (140,40,177). Sum of RGB (Red+Green+Blue) = 140+40+177=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #8C28B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C28B1 is #73D74E. Grayscale: #555555. Windows color (decimal): -7591759 or 11610252. OLE color: 11610252.
HSL color Cylindrical-coordinate representation of color #8C28B1: hue angle of 283.8º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C28B1 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 40 | 177 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.31 |
| HSL | 283.8º | 0.63% | 0.43% | - |
| HSV(B) | 283.8º | 0.77% | 0.69% | - |
| XYZ | 19.51 | 10.27 | 42.55 | - |
| YUV | 85.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 177 | 0.21 | 0.77 | 0 | 0.31 | 283.8 | 0.63 | 0.43 |
| Hex | 8C | 28 | B1 | 15 | 4D | 0 | 1F | 11C | 3F | 2B |
| Octal | 214 | 50 | 261 | 25 | 115 | 0 | 37 | 434 | 77 | 53 |
| Binary | 10001100 | 101000 | 10110001 | 10101 | 1001101 | 0 | 11111 | 100011100 | 111111 | 101011 |
Color Harmonies of #8C28B1
Complementary color
Monochromatic Colors of #8C28B1
Black with #8C28B1
Text Example
Text Example
White with #8C28B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C28B1; }
p { color: rgb(140,40,177); }
H1.HeaderClassName
{
color: #8C28B1;
}
.AnyTagClassName
{
color: #8C28B1;
}
</style>
background-color css
<style>
a { background-color: #8C28B1; }
a { background-color: rgb(140,40,177); }
div.DivClassName
{
background-color: #8C28B1;
}
.BgClassName
{
background-color: #8C28B1;
}
</style>
border-color css
<style>
span { border-color: #8C28B1; }
span { border-color: rgb(140,40,177); }
td.TdClassName
{
border-color: #8C28B1;
}
.TagClassName
{
border-color: #8C28B1;
}
</style>