Shades of Dark Orchid #8F1CC1
Tints of Dark Orchid #8F1CC1
RGB
CMYK
RGB Variations
Color information
#8F1CC1 (or 0x8F1CC1) is known color: Dark Orchid. HEX triplet: 8F, 1C and C1. RGB value is (143,28,193). Sum of RGB (Red+Green+Blue) = 143+28+193=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 193 (75.78% from 255 or 53.02% from 364); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F1CC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1CC1 is #70E33E. Grayscale: #505050. Windows color (decimal): -7398207 or 12655759. OLE color: 12655759.
HSL color Cylindrical-coordinate representation of color #8F1CC1: hue angle of 281.82º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1CC1 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 28 | 193 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.24 |
| HSL | 281.82º | 0.75% | 0.43% | - |
| HSV(B) | 281.82º | 0.85% | 0.76% | - |
| XYZ | 21.37 | 10.52 | 51.36 | - |
| YUV | 81.2 | 191.1 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 28 | 193 | 0.26 | 0.85 | 0 | 0.24 | 281.82 | 0.75 | 0.43 |
| Hex | 8F | 1C | C1 | 1A | 55 | 0 | 18 | 11A | 4B | 2B |
| Octal | 217 | 34 | 301 | 32 | 125 | 0 | 30 | 432 | 113 | 53 |
| Binary | 10001111 | 11100 | 11000001 | 11010 | 1010101 | 0 | 11000 | 100011010 | 1001011 | 101011 |
Color Harmonies of #8F1CC1
Complementary color
Monochromatic Colors of #8F1CC1
Black with #8F1CC1
Text Example
Text Example
White with #8F1CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1CC1; }
p { color: rgb(143,28,193); }
H1.HeaderClassName
{
color: #8F1CC1;
}
.AnyTagClassName
{
color: #8F1CC1;
}
</style>
background-color css
<style>
a { background-color: #8F1CC1; }
a { background-color: rgb(143,28,193); }
div.DivClassName
{
background-color: #8F1CC1;
}
.BgClassName
{
background-color: #8F1CC1;
}
</style>
border-color css
<style>
span { border-color: #8F1CC1; }
span { border-color: rgb(143,28,193); }
td.TdClassName
{
border-color: #8F1CC1;
}
.TagClassName
{
border-color: #8F1CC1;
}
</style>