Shades of Dark Violet #8F0BBB
Tints of Dark Violet #8F0BBB
RGB
CMYK
RGB Variations
Color information
#8F0BBB (or 0x8F0BBB) is known color: Dark Violet. HEX triplet: 8F, 0B and BB. RGB value is (143,11,187). Sum of RGB (Red+Green+Blue) = 143+11+187=341 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.94% from 341); Green value is 11 (4.69% from 255 or 3.23% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F0BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BBB is #70F444. Grayscale: #454545. Windows color (decimal): -7402565 or 12258191. OLE color: 12258191.
HSL color Cylindrical-coordinate representation of color #8F0BBB: hue angle of 285º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0BBB is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 11 | 187 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.27 |
| HSL | 285º | 0.89% | 0.39% | - |
| HSV(B) | 285º | 0.94% | 0.73% | - |
| XYZ | 20.42 | 9.67 | 47.8 | - |
| YUV | 70.53 | 193.73 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 187 | 0.24 | 0.94 | 0 | 0.27 | 285 | 0.89 | 0.39 |
| Hex | 8F | B | BB | 18 | 5E | 0 | 1B | 11D | 59 | 27 |
| Octal | 217 | 13 | 273 | 30 | 136 | 0 | 33 | 435 | 131 | 47 |
| Binary | 10001111 | 1011 | 10111011 | 11000 | 1011110 | 0 | 11011 | 100011101 | 1011001 | 100111 |
Color Harmonies of #8F0BBB
Complementary color
Monochromatic Colors of #8F0BBB
Black with #8F0BBB
Text Example
Text Example
White with #8F0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BBB; }
p { color: rgb(143,11,187); }
H1.HeaderClassName
{
color: #8F0BBB;
}
.AnyTagClassName
{
color: #8F0BBB;
}
</style>
background-color css
<style>
a { background-color: #8F0BBB; }
a { background-color: rgb(143,11,187); }
div.DivClassName
{
background-color: #8F0BBB;
}
.BgClassName
{
background-color: #8F0BBB;
}
</style>
border-color css
<style>
span { border-color: #8F0BBB; }
span { border-color: rgb(143,11,187); }
td.TdClassName
{
border-color: #8F0BBB;
}
.TagClassName
{
border-color: #8F0BBB;
}
</style>