Shades of Dark Orchid #8F20BD
Tints of Dark Orchid #8F20BD
RGB
CMYK
RGB Variations
Color information
#8F20BD (or 0x8F20BD) is known color: Dark Orchid. HEX triplet: 8F, 20 and BD. RGB value is (143,32,189). Sum of RGB (Red+Green+Blue) = 143+32+189=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 189 (74.22% from 255 or 51.92% from 364); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F20BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F20BD is #70DF42. Grayscale: #525252. Windows color (decimal): -7397187 or 12394639. OLE color: 12394639.
HSL color Cylindrical-coordinate representation of color #8F20BD: hue angle of 282.42º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F20BD is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 32 | 189 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.26 |
| HSL | 282.42º | 0.71% | 0.43% | - |
| HSV(B) | 282.42º | 0.83% | 0.74% | - |
| XYZ | 21.03 | 10.55 | 49.07 | - |
| YUV | 83.09 | 187.77 | 170.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 32 | 189 | 0.24 | 0.83 | 0 | 0.26 | 282.42 | 0.71 | 0.43 |
| Hex | 8F | 20 | BD | 18 | 53 | 0 | 1A | 11A | 47 | 2B |
| Octal | 217 | 40 | 275 | 30 | 123 | 0 | 32 | 432 | 107 | 53 |
| Binary | 10001111 | 100000 | 10111101 | 11000 | 1010011 | 0 | 11010 | 100011010 | 1000111 | 101011 |
Color Harmonies of #8F20BD
Complementary color
Monochromatic Colors of #8F20BD
Black with #8F20BD
Text Example
Text Example
White with #8F20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F20BD; }
p { color: rgb(143,32,189); }
H1.HeaderClassName
{
color: #8F20BD;
}
.AnyTagClassName
{
color: #8F20BD;
}
</style>
background-color css
<style>
a { background-color: #8F20BD; }
a { background-color: rgb(143,32,189); }
div.DivClassName
{
background-color: #8F20BD;
}
.BgClassName
{
background-color: #8F20BD;
}
</style>
border-color css
<style>
span { border-color: #8F20BD; }
span { border-color: rgb(143,32,189); }
td.TdClassName
{
border-color: #8F20BD;
}
.TagClassName
{
border-color: #8F20BD;
}
</style>