Shades of Dark Orchid #8C28BE
Tints of Dark Orchid #8C28BE
RGB
CMYK
RGB Variations
Color information
#8C28BE (or 0x8C28BE) is known color: Dark Orchid. HEX triplet: 8C, 28 and BE. RGB value is (140,40,190). Sum of RGB (Red+Green+Blue) = 140+40+190=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 190 (74.61% from 255 or 51.35% from 370); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C28BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C28BE is #73D741. Grayscale: #565656. Windows color (decimal): -7591746 or 12462220. OLE color: 12462220.
HSL color Cylindrical-coordinate representation of color #8C28BE: hue angle of 280º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C28BE is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 40 | 190 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.25 |
| HSL | 280º | 0.65% | 0.45% | - |
| HSV(B) | 280º | 0.79% | 0.75% | - |
| XYZ | 20.87 | 10.81 | 49.7 | - |
| YUV | 87 | 186.13 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 40 | 190 | 0.26 | 0.79 | 0 | 0.25 | 280 | 0.65 | 0.45 |
| Hex | 8C | 28 | BE | 1A | 4F | 0 | 19 | 118 | 41 | 2D |
| Octal | 214 | 50 | 276 | 32 | 117 | 0 | 31 | 430 | 101 | 55 |
| Binary | 10001100 | 101000 | 10111110 | 11010 | 1001111 | 0 | 11001 | 100011000 | 1000001 | 101101 |
Color Harmonies of #8C28BE
Complementary color
Monochromatic Colors of #8C28BE
Black with #8C28BE
Text Example
Text Example
White with #8C28BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C28BE; }
p { color: rgb(140,40,190); }
H1.HeaderClassName
{
color: #8C28BE;
}
.AnyTagClassName
{
color: #8C28BE;
}
</style>
background-color css
<style>
a { background-color: #8C28BE; }
a { background-color: rgb(140,40,190); }
div.DivClassName
{
background-color: #8C28BE;
}
.BgClassName
{
background-color: #8C28BE;
}
</style>
border-color css
<style>
span { border-color: #8C28BE; }
span { border-color: rgb(140,40,190); }
td.TdClassName
{
border-color: #8C28BE;
}
.TagClassName
{
border-color: #8C28BE;
}
</style>