Shades of Blue Violet #9F1FDF
Tints of Blue Violet #9F1FDF
RGB
CMYK
RGB Variations
Color information
#9F1FDF (or 0x9F1FDF) is known color: Blue Violet. HEX triplet: 9F, 1F and DF. RGB value is (159,31,223). Sum of RGB (Red+Green+Blue) = 159+31+223=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F1FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F1FDF is #60E020. Grayscale: #5A5A5A. Windows color (decimal): -6348833 or 14622623. OLE color: 14622623.
HSL color Cylindrical-coordinate representation of color #9F1FDF: hue angle of 280º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9F1FDF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 31 | 223 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.13 |
| HSL | 280º | 0.76% | 0.5% | - |
| HSV(B) | 280º | 0.86% | 0.87% | - |
| XYZ | 28.11 | 13.68 | 70.97 | - |
| YUV | 91.16 | 202.41 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 31 | 223 | 0.29 | 0.86 | 0 | 0.13 | 280 | 0.76 | 0.5 |
| Hex | 9F | 1F | DF | 1D | 56 | 0 | D | 118 | 4C | 32 |
| Octal | 237 | 37 | 337 | 35 | 126 | 0 | 15 | 430 | 114 | 62 |
| Binary | 10011111 | 11111 | 11011111 | 11101 | 1010110 | 0 | 1101 | 100011000 | 1001100 | 110010 |
Color Harmonies of #9F1FDF
Complementary color
Monochromatic Colors of #9F1FDF
Black with #9F1FDF
Text Example
Text Example
White with #9F1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1FDF; }
p { color: rgb(159,31,223); }
H1.HeaderClassName
{
color: #9F1FDF;
}
.AnyTagClassName
{
color: #9F1FDF;
}
</style>
background-color css
<style>
a { background-color: #9F1FDF; }
a { background-color: rgb(159,31,223); }
div.DivClassName
{
background-color: #9F1FDF;
}
.BgClassName
{
background-color: #9F1FDF;
}
</style>
border-color css
<style>
span { border-color: #9F1FDF; }
span { border-color: rgb(159,31,223); }
td.TdClassName
{
border-color: #9F1FDF;
}
.TagClassName
{
border-color: #9F1FDF;
}
</style>