Shades of Blue Violet #9F1DFE
Tints of Blue Violet #9F1DFE
RGB
CMYK
RGB Variations
Color information
#9F1DFE (or 0x9F1DFE) is known color: Blue Violet. HEX triplet: 9F, 1D and FE. RGB value is (159,29,254). Sum of RGB (Red+Green+Blue) = 159+29+254=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F1DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1DFE is #60E201. Grayscale: #5C5C5C. Windows color (decimal): -6349314 or 16653727. OLE color: 16653727.
HSL color Cylindrical-coordinate representation of color #9F1DFE: hue angle of 274.67º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F1DFE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 29 | 254 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.00 |
| HSL | 274.67º | 0.99% | 0.55% | - |
| HSV(B) | 274.67º | 0.89% | 1% | - |
| XYZ | 32.63 | 15.41 | 95.02 | - |
| YUV | 93.52 | 218.57 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 254 | 0.37 | 0.89 | 0 | 0.00 | 274.67 | 0.99 | 0.55 |
| Hex | 9F | 1D | FE | 25 | 59 | 0 | 0 | 113 | 63 | 37 |
| Octal | 237 | 35 | 376 | 45 | 131 | 0 | 0 | 423 | 143 | 67 |
| Binary | 10011111 | 11101 | 11111110 | 100101 | 1011001 | 0 | 0 | 100010011 | 1100011 | 110111 |
Color Harmonies of #9F1DFE
Complementary color
Monochromatic Colors of #9F1DFE
Black with #9F1DFE
Text Example
Text Example
White with #9F1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1DFE; }
p { color: rgb(159,29,254); }
H1.HeaderClassName
{
color: #9F1DFE;
}
.AnyTagClassName
{
color: #9F1DFE;
}
</style>
background-color css
<style>
a { background-color: #9F1DFE; }
a { background-color: rgb(159,29,254); }
div.DivClassName
{
background-color: #9F1DFE;
}
.BgClassName
{
background-color: #9F1DFE;
}
</style>
border-color css
<style>
span { border-color: #9F1DFE; }
span { border-color: rgb(159,29,254); }
td.TdClassName
{
border-color: #9F1DFE;
}
.TagClassName
{
border-color: #9F1DFE;
}
</style>