Shades of Dark Violet #9F0BBE
Tints of Dark Violet #9F0BBE
RGB
CMYK
RGB Variations
Color information
#9F0BBE (or 0x9F0BBE) is known color: Dark Violet. HEX triplet: 9F, 0B and BE. RGB value is (159,11,190). Sum of RGB (Red+Green+Blue) = 159+11+190=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 11 (4.69% from 255 or 3.06% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F0BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F0BBE is #60F441. Grayscale: #4B4B4B. Windows color (decimal): -6353986 or 12454815. OLE color: 12454815.
HSL color Cylindrical-coordinate representation of color #9F0BBE: hue angle of 289.61º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0BBE is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 11 | 190 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.25 |
| HSL | 289.61º | 0.89% | 0.39% | - |
| HSV(B) | 289.61º | 0.94% | 0.75% | - |
| XYZ | 23.71 | 11.33 | 49.65 | - |
| YUV | 75.66 | 192.53 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 11 | 190 | 0.16 | 0.94 | 0 | 0.25 | 289.61 | 0.89 | 0.39 |
| Hex | 9F | B | BE | 10 | 5E | 0 | 19 | 122 | 59 | 27 |
| Octal | 237 | 13 | 276 | 20 | 136 | 0 | 31 | 442 | 131 | 47 |
| Binary | 10011111 | 1011 | 10111110 | 10000 | 1011110 | 0 | 11001 | 100100010 | 1011001 | 100111 |
Color Harmonies of #9F0BBE
Complementary color
Monochromatic Colors of #9F0BBE
Black with #9F0BBE
Text Example
Text Example
White with #9F0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0BBE; }
p { color: rgb(159,11,190); }
H1.HeaderClassName
{
color: #9F0BBE;
}
.AnyTagClassName
{
color: #9F0BBE;
}
</style>
background-color css
<style>
a { background-color: #9F0BBE; }
a { background-color: rgb(159,11,190); }
div.DivClassName
{
background-color: #9F0BBE;
}
.BgClassName
{
background-color: #9F0BBE;
}
</style>
border-color css
<style>
span { border-color: #9F0BBE; }
span { border-color: rgb(159,11,190); }
td.TdClassName
{
border-color: #9F0BBE;
}
.TagClassName
{
border-color: #9F0BBE;
}
</style>