Shades of Blue Violet #9F14F1
Tints of Blue Violet #9F14F1
RGB
CMYK
RGB Variations
Color information
#9F14F1 (or 0x9F14F1) is known color: Blue Violet. HEX triplet: 9F, 14 and F1. RGB value is (159,20,241). Sum of RGB (Red+Green+Blue) = 159+20+241=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 20 (8.20% from 255 or 4.76% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F14F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F14F1 is #60EB0E. Grayscale: #565656. Windows color (decimal): -6351631 or 15799455. OLE color: 15799455.
HSL color Cylindrical-coordinate representation of color #9F14F1: hue angle of 277.74º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F14F1 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 20 | 241 | - |
| CMYK | 0.34 | 0.92 | 0 | 0.05 |
| HSL | 277.74º | 0.89% | 0.51% | - |
| HSV(B) | 277.74º | 0.92% | 0.95% | - |
| XYZ | 30.43 | 14.22 | 84.36 | - |
| YUV | 86.76 | 215.05 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 20 | 241 | 0.34 | 0.92 | 0 | 0.05 | 277.74 | 0.89 | 0.51 |
| Hex | 9F | 14 | F1 | 22 | 5C | 0 | 5 | 116 | 59 | 33 |
| Octal | 237 | 24 | 361 | 42 | 134 | 0 | 5 | 426 | 131 | 63 |
| Binary | 10011111 | 10100 | 11110001 | 100010 | 1011100 | 0 | 101 | 100010110 | 1011001 | 110011 |
Color Harmonies of #9F14F1
Complementary color
Monochromatic Colors of #9F14F1
Black with #9F14F1
Text Example
Text Example
White with #9F14F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F14F1; }
p { color: rgb(159,20,241); }
H1.HeaderClassName
{
color: #9F14F1;
}
.AnyTagClassName
{
color: #9F14F1;
}
</style>
background-color css
<style>
a { background-color: #9F14F1; }
a { background-color: rgb(159,20,241); }
div.DivClassName
{
background-color: #9F14F1;
}
.BgClassName
{
background-color: #9F14F1;
}
</style>
border-color css
<style>
span { border-color: #9F14F1; }
span { border-color: rgb(159,20,241); }
td.TdClassName
{
border-color: #9F14F1;
}
.TagClassName
{
border-color: #9F14F1;
}
</style>