Shades of Blue Violet #9F3BFF
Tints of Blue Violet #9F3BFF
RGB
CMYK
RGB Variations
Color information
#9F3BFF (or 0x9F3BFF) is known color: Blue Violet. HEX triplet: 9F, 3B and FF. RGB value is (159,59,255). Sum of RGB (Red+Green+Blue) = 159+59+255=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F3BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3BFF is #60C400. Grayscale: #6E6E6E. Windows color (decimal): -6341633 or 16726943. OLE color: 16726943.
HSL color Cylindrical-coordinate representation of color #9F3BFF: hue angle of 270.61º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F3BFF is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 59 | 255 | - |
| CMYK | 0.38 | 0.77 | 0 | 0 |
| HSL | 270.61º | 1% | 0.62% | - |
| HSV(B) | 270.61º | 0.77% | 1% | - |
| XYZ | 33.91 | 17.72 | 96.24 | - |
| YUV | 111.24 | 209.13 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 59 | 255 | 0.38 | 0.77 | 0 | 0 | 270.61 | 1 | 0.62 |
| Hex | 9F | 3B | FF | 26 | 4D | 0 | 0 | 10F | 64 | 3E |
| Octal | 237 | 73 | 377 | 46 | 115 | 0 | 0 | 417 | 144 | 76 |
| Binary | 10011111 | 111011 | 11111111 | 100110 | 1001101 | 0 | 0 | 100001111 | 1100100 | 111110 |
Color Harmonies of #9F3BFF
Complementary color
Monochromatic Colors of #9F3BFF
Black with #9F3BFF
Text Example
Text Example
White with #9F3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3BFF; }
p { color: rgb(159,59,255); }
H1.HeaderClassName
{
color: #9F3BFF;
}
.AnyTagClassName
{
color: #9F3BFF;
}
</style>
background-color css
<style>
a { background-color: #9F3BFF; }
a { background-color: rgb(159,59,255); }
div.DivClassName
{
background-color: #9F3BFF;
}
.BgClassName
{
background-color: #9F3BFF;
}
</style>
border-color css
<style>
span { border-color: #9F3BFF; }
span { border-color: rgb(159,59,255); }
td.TdClassName
{
border-color: #9F3BFF;
}
.TagClassName
{
border-color: #9F3BFF;
}
</style>