Shades of Dark Violet #8F0FB9
Tints of Dark Violet #8F0FB9
RGB
CMYK
RGB Variations
Color information
#8F0FB9 (or 0x8F0FB9) is known color: Dark Violet. HEX triplet: 8F, 0F and B9. RGB value is (143,15,185). Sum of RGB (Red+Green+Blue) = 143+15+185=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 15 (6.25% from 255 or 4.37% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F0FB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0FB9 is #70F046. Grayscale: #484848. Windows color (decimal): -7401543 or 12128143. OLE color: 12128143.
HSL color Cylindrical-coordinate representation of color #8F0FB9: hue angle of 285.18º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0FB9 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 15 | 185 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.27 |
| HSL | 285.18º | 0.85% | 0.39% | - |
| HSV(B) | 285.18º | 0.92% | 0.73% | - |
| XYZ | 20.26 | 9.68 | 46.7 | - |
| YUV | 72.65 | 191.41 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 185 | 0.23 | 0.92 | 0 | 0.27 | 285.18 | 0.85 | 0.39 |
| Hex | 8F | F | B9 | 17 | 5C | 0 | 1B | 11D | 55 | 27 |
| Octal | 217 | 17 | 271 | 27 | 134 | 0 | 33 | 435 | 125 | 47 |
| Binary | 10001111 | 1111 | 10111001 | 10111 | 1011100 | 0 | 11011 | 100011101 | 1010101 | 100111 |
Color Harmonies of #8F0FB9
Complementary color
Monochromatic Colors of #8F0FB9
Black with #8F0FB9
Text Example
Text Example
White with #8F0FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0FB9; }
p { color: rgb(143,15,185); }
H1.HeaderClassName
{
color: #8F0FB9;
}
.AnyTagClassName
{
color: #8F0FB9;
}
</style>
background-color css
<style>
a { background-color: #8F0FB9; }
a { background-color: rgb(143,15,185); }
div.DivClassName
{
background-color: #8F0FB9;
}
.BgClassName
{
background-color: #8F0FB9;
}
</style>
border-color css
<style>
span { border-color: #8F0FB9; }
span { border-color: rgb(143,15,185); }
td.TdClassName
{
border-color: #8F0FB9;
}
.TagClassName
{
border-color: #8F0FB9;
}
</style>