Shades of Dark Orchid #8F24BB
Tints of Dark Orchid #8F24BB
RGB
CMYK
RGB Variations
Color information
#8F24BB (or 0x8F24BB) is known color: Dark Orchid. HEX triplet: 8F, 24 and BB. RGB value is (143,36,187). Sum of RGB (Red+Green+Blue) = 143+36+187=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 36 (14.45% from 255 or 9.84% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F24BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F24BB is #70DB44. Grayscale: #545454. Windows color (decimal): -7396165 or 12264591. OLE color: 12264591.
HSL color Cylindrical-coordinate representation of color #8F24BB: hue angle of 282.52º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8F24BB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 36 | 187 | - |
| CMYK | 0.24 | 0.81 | 0 | 0.27 |
| HSL | 282.52º | 0.68% | 0.44% | - |
| HSV(B) | 282.52º | 0.81% | 0.73% | - |
| XYZ | 20.93 | 10.69 | 47.97 | - |
| YUV | 85.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 187 | 0.24 | 0.81 | 0 | 0.27 | 282.52 | 0.68 | 0.44 |
| Hex | 8F | 24 | BB | 18 | 51 | 0 | 1B | 11B | 44 | 2C |
| Octal | 217 | 44 | 273 | 30 | 121 | 0 | 33 | 433 | 104 | 54 |
| Binary | 10001111 | 100100 | 10111011 | 11000 | 1010001 | 0 | 11011 | 100011011 | 1000100 | 101100 |
Color Harmonies of #8F24BB
Complementary color
Monochromatic Colors of #8F24BB
Black with #8F24BB
Text Example
Text Example
White with #8F24BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F24BB; }
p { color: rgb(143,36,187); }
H1.HeaderClassName
{
color: #8F24BB;
}
.AnyTagClassName
{
color: #8F24BB;
}
</style>
background-color css
<style>
a { background-color: #8F24BB; }
a { background-color: rgb(143,36,187); }
div.DivClassName
{
background-color: #8F24BB;
}
.BgClassName
{
background-color: #8F24BB;
}
</style>
border-color css
<style>
span { border-color: #8F24BB; }
span { border-color: rgb(143,36,187); }
td.TdClassName
{
border-color: #8F24BB;
}
.TagClassName
{
border-color: #8F24BB;
}
</style>