Shades of Dark Orchid #8F2DBA
Tints of Dark Orchid #8F2DBA
RGB
CMYK
RGB Variations
Color information
#8F2DBA (or 0x8F2DBA) is known color: Dark Orchid. HEX triplet: 8F, 2D and BA. RGB value is (143,45,186). Sum of RGB (Red+Green+Blue) = 143+45+186=374 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.24% from 374); Green value is 45 (17.97% from 255 or 12.03% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DBA is #70D245. Grayscale: #595959. Windows color (decimal): -7393862 or 12201359. OLE color: 12201359.
HSL color Cylindrical-coordinate representation of color #8F2DBA: hue angle of 281.7º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2DBA is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 45 | 186 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.27 |
| HSL | 281.7º | 0.61% | 0.45% | - |
| HSV(B) | 281.7º | 0.76% | 0.73% | - |
| XYZ | 21.13 | 11.26 | 47.51 | - |
| YUV | 90.38 | 181.97 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 186 | 0.23 | 0.76 | 0 | 0.27 | 281.7 | 0.61 | 0.45 |
| Hex | 8F | 2D | BA | 17 | 4C | 0 | 1B | 11A | 3D | 2D |
| Octal | 217 | 55 | 272 | 27 | 114 | 0 | 33 | 432 | 75 | 55 |
| Binary | 10001111 | 101101 | 10111010 | 10111 | 1001100 | 0 | 11011 | 100011010 | 111101 | 101101 |
Color Harmonies of #8F2DBA
Complementary color
Monochromatic Colors of #8F2DBA
Black with #8F2DBA
Text Example
Text Example
White with #8F2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2DBA; }
p { color: rgb(143,45,186); }
H1.HeaderClassName
{
color: #8F2DBA;
}
.AnyTagClassName
{
color: #8F2DBA;
}
</style>
background-color css
<style>
a { background-color: #8F2DBA; }
a { background-color: rgb(143,45,186); }
div.DivClassName
{
background-color: #8F2DBA;
}
.BgClassName
{
background-color: #8F2DBA;
}
</style>
border-color css
<style>
span { border-color: #8F2DBA; }
span { border-color: rgb(143,45,186); }
td.TdClassName
{
border-color: #8F2DBA;
}
.TagClassName
{
border-color: #8F2DBA;
}
</style>