Shades of Dark Violet #9F05BB
Tints of Dark Violet #9F05BB
RGB
CMYK
RGB Variations
Color information
#9F05BB (or 0x9F05BB) is known color: Dark Violet. HEX triplet: 9F, 05 and BB. RGB value is (159,5,187). Sum of RGB (Red+Green+Blue) = 159+5+187=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 187 (73.44% from 255 or 53.28% from 351); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F05BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F05BB is #60FA44. Grayscale: #474747. Windows color (decimal): -6355525 or 12256671. OLE color: 12256671.
HSL color Cylindrical-coordinate representation of color #9F05BB: hue angle of 290.77º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F05BB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 5 | 187 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.27 |
| HSL | 290.77º | 0.95% | 0.38% | - |
| HSV(B) | 290.77º | 0.97% | 0.73% | - |
| XYZ | 23.32 | 11.07 | 47.92 | - |
| YUV | 71.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 187 | 0.15 | 0.97 | 0 | 0.27 | 290.77 | 0.95 | 0.38 |
| Hex | 9F | 5 | BB | F | 61 | 0 | 1B | 123 | 5F | 26 |
| Octal | 237 | 5 | 273 | 17 | 141 | 0 | 33 | 443 | 137 | 46 |
| Binary | 10011111 | 101 | 10111011 | 1111 | 1100001 | 0 | 11011 | 100100011 | 1011111 | 100110 |
Color Harmonies of #9F05BB
Complementary color
Monochromatic Colors of #9F05BB
Black with #9F05BB
Text Example
Text Example
White with #9F05BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F05BB; }
p { color: rgb(159,5,187); }
H1.HeaderClassName
{
color: #9F05BB;
}
.AnyTagClassName
{
color: #9F05BB;
}
</style>
background-color css
<style>
a { background-color: #9F05BB; }
a { background-color: rgb(159,5,187); }
div.DivClassName
{
background-color: #9F05BB;
}
.BgClassName
{
background-color: #9F05BB;
}
</style>
border-color css
<style>
span { border-color: #9F05BB; }
span { border-color: rgb(159,5,187); }
td.TdClassName
{
border-color: #9F05BB;
}
.TagClassName
{
border-color: #9F05BB;
}
</style>