Shades of Dark Orchid #8F3BBA
Tints of Dark Orchid #8F3BBA
RGB
CMYK
RGB Variations
Color information
#8F3BBA (or 0x8F3BBA) is known color: Dark Orchid. HEX triplet: 8F, 3B and BA. RGB value is (143,59,186). Sum of RGB (Red+Green+Blue) = 143+59+186=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F3BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3BBA is #70C445. Grayscale: #626262. Windows color (decimal): -7390278 or 12204943. OLE color: 12204943.
HSL color Cylindrical-coordinate representation of color #8F3BBA: hue angle of 279.69º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F3BBA is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 59 | 186 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.27 |
| HSL | 279.69º | 0.52% | 0.48% | - |
| HSV(B) | 279.69º | 0.68% | 0.73% | - |
| XYZ | 21.75 | 12.51 | 47.72 | - |
| YUV | 98.59 | 177.33 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 59 | 186 | 0.23 | 0.68 | 0 | 0.27 | 279.69 | 0.52 | 0.48 |
| Hex | 8F | 3B | BA | 17 | 44 | 0 | 1B | 118 | 34 | 30 |
| Octal | 217 | 73 | 272 | 27 | 104 | 0 | 33 | 430 | 64 | 60 |
| Binary | 10001111 | 111011 | 10111010 | 10111 | 1000100 | 0 | 11011 | 100011000 | 110100 | 110000 |
Color Harmonies of #8F3BBA
Complementary color
Monochromatic Colors of #8F3BBA
Black with #8F3BBA
Text Example
Text Example
White with #8F3BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3BBA; }
p { color: rgb(143,59,186); }
H1.HeaderClassName
{
color: #8F3BBA;
}
.AnyTagClassName
{
color: #8F3BBA;
}
</style>
background-color css
<style>
a { background-color: #8F3BBA; }
a { background-color: rgb(143,59,186); }
div.DivClassName
{
background-color: #8F3BBA;
}
.BgClassName
{
background-color: #8F3BBA;
}
</style>
border-color css
<style>
span { border-color: #8F3BBA; }
span { border-color: rgb(143,59,186); }
td.TdClassName
{
border-color: #8F3BBA;
}
.TagClassName
{
border-color: #8F3BBA;
}
</style>