Shades of Blue Violet #9F44FB
Tints of Blue Violet #9F44FB
RGB
CMYK
RGB Variations
Color information
#9F44FB (or 0x9F44FB) is known color: Blue Violet. HEX triplet: 9F, 44 and FB. RGB value is (159,68,251). Sum of RGB (Red+Green+Blue) = 159+68+251=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F44FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F44FB is #60BB04. Grayscale: #737373. Windows color (decimal): -6339333 or 16467103. OLE color: 16467103.
HSL color Cylindrical-coordinate representation of color #9F44FB: hue angle of 269.84º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9F44FB is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 68 | 251 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.02 |
| HSL | 269.84º | 0.96% | 0.63% | - |
| HSV(B) | 269.84º | 0.73% | 0.98% | - |
| XYZ | 33.78 | 18.47 | 93.05 | - |
| YUV | 116.07 | 204.15 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 68 | 251 | 0.37 | 0.73 | 0 | 0.02 | 269.84 | 0.96 | 0.63 |
| Hex | 9F | 44 | FB | 25 | 49 | 0 | 2 | 10E | 60 | 3F |
| Octal | 237 | 104 | 373 | 45 | 111 | 0 | 2 | 416 | 140 | 77 |
| Binary | 10011111 | 1000100 | 11111011 | 100101 | 1001001 | 0 | 10 | 100001110 | 1100000 | 111111 |
Color Harmonies of #9F44FB
Complementary color
Monochromatic Colors of #9F44FB
Black with #9F44FB
Text Example
Text Example
White with #9F44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F44FB; }
p { color: rgb(159,68,251); }
H1.HeaderClassName
{
color: #9F44FB;
}
.AnyTagClassName
{
color: #9F44FB;
}
</style>
background-color css
<style>
a { background-color: #9F44FB; }
a { background-color: rgb(159,68,251); }
div.DivClassName
{
background-color: #9F44FB;
}
.BgClassName
{
background-color: #9F44FB;
}
</style>
border-color css
<style>
span { border-color: #9F44FB; }
span { border-color: rgb(159,68,251); }
td.TdClassName
{
border-color: #9F44FB;
}
.TagClassName
{
border-color: #9F44FB;
}
</style>