Shades of Dark Orchid #8F21CC
Tints of Dark Orchid #8F21CC
RGB
CMYK
RGB Variations
Color information
#8F21CC (or 0x8F21CC) is known color: Dark Orchid. HEX triplet: 8F, 21 and CC. RGB value is (143,33,204). Sum of RGB (Red+Green+Blue) = 143+33+204=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F21CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F21CC is #70DE33. Grayscale: #545454. Windows color (decimal): -7396916 or 13377935. OLE color: 13377935.
HSL color Cylindrical-coordinate representation of color #8F21CC: hue angle of 278.6º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F21CC is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 33 | 204 | - |
| CMYK | 0.30 | 0.84 | 0 | 0.2 |
| HSL | 278.6º | 0.72% | 0.46% | - |
| HSV(B) | 278.6º | 0.84% | 0.8% | - |
| XYZ | 22.77 | 11.29 | 58.11 | - |
| YUV | 85.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 33 | 204 | 0.30 | 0.84 | 0 | 0.2 | 278.6 | 0.72 | 0.46 |
| Hex | 8F | 21 | CC | 1E | 54 | 0 | 14 | 117 | 48 | 2E |
| Octal | 217 | 41 | 314 | 36 | 124 | 0 | 24 | 427 | 110 | 56 |
| Binary | 10001111 | 100001 | 11001100 | 11110 | 1010100 | 0 | 10100 | 100010111 | 1001000 | 101110 |
Color Harmonies of #8F21CC
Complementary color
Monochromatic Colors of #8F21CC
Black with #8F21CC
Text Example
Text Example
White with #8F21CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F21CC; }
p { color: rgb(143,33,204); }
H1.HeaderClassName
{
color: #8F21CC;
}
.AnyTagClassName
{
color: #8F21CC;
}
</style>
background-color css
<style>
a { background-color: #8F21CC; }
a { background-color: rgb(143,33,204); }
div.DivClassName
{
background-color: #8F21CC;
}
.BgClassName
{
background-color: #8F21CC;
}
</style>
border-color css
<style>
span { border-color: #8F21CC; }
span { border-color: rgb(143,33,204); }
td.TdClassName
{
border-color: #8F21CC;
}
.TagClassName
{
border-color: #8F21CC;
}
</style>