Shades of Dark Orchid #8C18BE
Tints of Dark Orchid #8C18BE
RGB
CMYK
RGB Variations
Color information
#8C18BE (or 0x8C18BE) is known color: Dark Orchid. HEX triplet: 8C, 18 and BE. RGB value is (140,24,190). Sum of RGB (Red+Green+Blue) = 140+24+190=354 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.55% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C18BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C18BE is #73E741. Grayscale: #4D4D4D. Windows color (decimal): -7595842 or 12458124. OLE color: 12458124.
HSL color Cylindrical-coordinate representation of color #8C18BE: hue angle of 281.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C18BE is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 24 | 190 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.25 |
| HSL | 281.93º | 0.78% | 0.42% | - |
| HSV(B) | 281.93º | 0.87% | 0.75% | - |
| XYZ | 20.44 | 9.95 | 49.56 | - |
| YUV | 77.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 24 | 190 | 0.26 | 0.87 | 0 | 0.25 | 281.93 | 0.78 | 0.42 |
| Hex | 8C | 18 | BE | 1A | 57 | 0 | 19 | 11A | 4E | 2A |
| Octal | 214 | 30 | 276 | 32 | 127 | 0 | 31 | 432 | 116 | 52 |
| Binary | 10001100 | 11000 | 10111110 | 11010 | 1010111 | 0 | 11001 | 100011010 | 1001110 | 101010 |
Color Harmonies of #8C18BE
Complementary color
Monochromatic Colors of #8C18BE
Black with #8C18BE
Text Example
Text Example
White with #8C18BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C18BE; }
p { color: rgb(140,24,190); }
H1.HeaderClassName
{
color: #8C18BE;
}
.AnyTagClassName
{
color: #8C18BE;
}
</style>
background-color css
<style>
a { background-color: #8C18BE; }
a { background-color: rgb(140,24,190); }
div.DivClassName
{
background-color: #8C18BE;
}
.BgClassName
{
background-color: #8C18BE;
}
</style>
border-color css
<style>
span { border-color: #8C18BE; }
span { border-color: rgb(140,24,190); }
td.TdClassName
{
border-color: #8C18BE;
}
.TagClassName
{
border-color: #8C18BE;
}
</style>