Shades of Blue Violet #9F1CFB
Tints of Blue Violet #9F1CFB
RGB
CMYK
RGB Variations
Color information
#9F1CFB (or 0x9F1CFB) is known color: Blue Violet. HEX triplet: 9F, 1C and FB. RGB value is (159,28,251). Sum of RGB (Red+Green+Blue) = 159+28+251=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 28 (11.33% from 255 or 6.39% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #9F1CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1CFB is #60E304. Grayscale: #5B5B5B. Windows color (decimal): -6349573 or 16456863. OLE color: 16456863.
HSL color Cylindrical-coordinate representation of color #9F1CFB: hue angle of 275.25º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1CFB is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 28 | 251 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.02 |
| HSL | 275.25º | 0.97% | 0.55% | - |
| HSV(B) | 275.25º | 0.89% | 0.98% | - |
| XYZ | 32.13 | 15.17 | 92.5 | - |
| YUV | 92.59 | 217.4 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 28 | 251 | 0.37 | 0.89 | 0 | 0.02 | 275.25 | 0.97 | 0.55 |
| Hex | 9F | 1C | FB | 25 | 59 | 0 | 2 | 113 | 61 | 37 |
| Octal | 237 | 34 | 373 | 45 | 131 | 0 | 2 | 423 | 141 | 67 |
| Binary | 10011111 | 11100 | 11111011 | 100101 | 1011001 | 0 | 10 | 100010011 | 1100001 | 110111 |
Color Harmonies of #9F1CFB
Complementary color
Monochromatic Colors of #9F1CFB
Black with #9F1CFB
Text Example
Text Example
White with #9F1CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1CFB; }
p { color: rgb(159,28,251); }
H1.HeaderClassName
{
color: #9F1CFB;
}
.AnyTagClassName
{
color: #9F1CFB;
}
</style>
background-color css
<style>
a { background-color: #9F1CFB; }
a { background-color: rgb(159,28,251); }
div.DivClassName
{
background-color: #9F1CFB;
}
.BgClassName
{
background-color: #9F1CFB;
}
</style>
border-color css
<style>
span { border-color: #9F1CFB; }
span { border-color: rgb(159,28,251); }
td.TdClassName
{
border-color: #9F1CFB;
}
.TagClassName
{
border-color: #9F1CFB;
}
</style>