Shades of Blue Violet #9F3FFB
Tints of Blue Violet #9F3FFB
RGB
CMYK
RGB Variations
Color information
#9F3FFB (or 0x9F3FFB) is known color: Blue Violet. HEX triplet: 9F, 3F and FB. RGB value is (159,63,251). Sum of RGB (Red+Green+Blue) = 159+63+251=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 63 (25% from 255 or 13.32% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F3FFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F3FFB is #60C004. Grayscale: #707070. Windows color (decimal): -6340613 or 16465823. OLE color: 16465823.
HSL color Cylindrical-coordinate representation of color #9F3FFB: hue angle of 270.64º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9F3FFB is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 63 | 251 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.02 |
| HSL | 270.64º | 0.96% | 0.62% | - |
| HSV(B) | 270.64º | 0.75% | 0.98% | - |
| XYZ | 33.49 | 17.89 | 92.96 | - |
| YUV | 113.14 | 205.8 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 63 | 251 | 0.37 | 0.75 | 0 | 0.02 | 270.64 | 0.96 | 0.62 |
| Hex | 9F | 3F | FB | 25 | 4B | 0 | 2 | 10F | 60 | 3E |
| Octal | 237 | 77 | 373 | 45 | 113 | 0 | 2 | 417 | 140 | 76 |
| Binary | 10011111 | 111111 | 11111011 | 100101 | 1001011 | 0 | 10 | 100001111 | 1100000 | 111110 |
Color Harmonies of #9F3FFB
Complementary color
Monochromatic Colors of #9F3FFB
Black with #9F3FFB
Text Example
Text Example
White with #9F3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3FFB; }
p { color: rgb(159,63,251); }
H1.HeaderClassName
{
color: #9F3FFB;
}
.AnyTagClassName
{
color: #9F3FFB;
}
</style>
background-color css
<style>
a { background-color: #9F3FFB; }
a { background-color: rgb(159,63,251); }
div.DivClassName
{
background-color: #9F3FFB;
}
.BgClassName
{
background-color: #9F3FFB;
}
</style>
border-color css
<style>
span { border-color: #9F3FFB; }
span { border-color: rgb(159,63,251); }
td.TdClassName
{
border-color: #9F3FFB;
}
.TagClassName
{
border-color: #9F3FFB;
}
</style>