Shades of Dark Violet #9F0BB5
Tints of Dark Violet #9F0BB5
RGB
CMYK
RGB Variations
Color information
#9F0BB5 (or 0x9F0BB5) is known color: Dark Violet. HEX triplet: 9F, 0B and B5. RGB value is (159,11,181). Sum of RGB (Red+Green+Blue) = 159+11+181=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #9F0BB5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BB5 is #60F44A. Grayscale: #4A4A4A. Windows color (decimal): -6353995 or 11864991. OLE color: 11864991.
HSL color Cylindrical-coordinate representation of color #9F0BB5: hue angle of 292.24º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0BB5 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 159 | 11 | 181 | - |
| CMYK | 0.12 | 0.94 | 0 | 0.29 |
| HSL | 292.24º | 0.89% | 0.38% | - |
| HSV(B) | 292.24º | 0.94% | 0.71% | - |
| XYZ | 22.76 | 10.95 | 44.63 | - |
| YUV | 74.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 181 | 0.12 | 0.94 | 0 | 0.29 | 292.24 | 0.89 | 0.38 |
| Hex | 9F | B | B5 | C | 5E | 0 | 1D | 124 | 59 | 26 |
| Octal | 237 | 13 | 265 | 14 | 136 | 0 | 35 | 444 | 131 | 46 |
| Binary | 10011111 | 1011 | 10110101 | 1100 | 1011110 | 0 | 11101 | 100100100 | 1011001 | 100110 |
Color Harmonies of #9F0BB5
Complementary color
Monochromatic Colors of #9F0BB5
Black with #9F0BB5
Text Example
Text Example
White with #9F0BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BB5; }
p { color: rgb(159,11,181); }
H1.HeaderClassName
{
color: #9F0BB5;
}
.AnyTagClassName
{
color: #9F0BB5;
}
</style>
background-color css
<style>
a { background-color: #9F0BB5; }
a { background-color: rgb(159,11,181); }
div.DivClassName
{
background-color: #9F0BB5;
}
.BgClassName
{
background-color: #9F0BB5;
}
</style>
border-color css
<style>
span { border-color: #9F0BB5; }
span { border-color: rgb(159,11,181); }
td.TdClassName
{
border-color: #9F0BB5;
}
.TagClassName
{
border-color: #9F0BB5;
}
</style>