Shades of Dark Orchid #8C3BCF
Tints of Dark Orchid #8C3BCF
RGB
CMYK
RGB Variations
Color information
#8C3BCF (or 0x8C3BCF) is known color: Dark Orchid. HEX triplet: 8C, 3B and CF. RGB value is (140,59,207). Sum of RGB (Red+Green+Blue) = 140+59+207=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #8C3BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C3BCF is #73C430. Grayscale: #636363. Windows color (decimal): -7586865 or 13581196. OLE color: 13581196.
HSL color Cylindrical-coordinate representation of color #8C3BCF: hue angle of 272.84º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C3BCF is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 59 | 207 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.19 |
| HSL | 272.84º | 0.61% | 0.52% | - |
| HSV(B) | 272.84º | 0.71% | 0.81% | - |
| XYZ | 23.64 | 13.21 | 60.33 | - |
| YUV | 100.09 | 188.34 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 59 | 207 | 0.32 | 0.71 | 0 | 0.19 | 272.84 | 0.61 | 0.52 |
| Hex | 8C | 3B | CF | 20 | 47 | 0 | 13 | 111 | 3D | 34 |
| Octal | 214 | 73 | 317 | 40 | 107 | 0 | 23 | 421 | 75 | 64 |
| Binary | 10001100 | 111011 | 11001111 | 100000 | 1000111 | 0 | 10011 | 100010001 | 111101 | 110100 |
Color Harmonies of #8C3BCF
Complementary color
Monochromatic Colors of #8C3BCF
Black with #8C3BCF
Text Example
Text Example
White with #8C3BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3BCF; }
p { color: rgb(140,59,207); }
H1.HeaderClassName
{
color: #8C3BCF;
}
.AnyTagClassName
{
color: #8C3BCF;
}
</style>
background-color css
<style>
a { background-color: #8C3BCF; }
a { background-color: rgb(140,59,207); }
div.DivClassName
{
background-color: #8C3BCF;
}
.BgClassName
{
background-color: #8C3BCF;
}
</style>
border-color css
<style>
span { border-color: #8C3BCF; }
span { border-color: rgb(140,59,207); }
td.TdClassName
{
border-color: #8C3BCF;
}
.TagClassName
{
border-color: #8C3BCF;
}
</style>