Shades of Blue Violet #9F1AFE
Tints of Blue Violet #9F1AFE
RGB
CMYK
RGB Variations
Color information
#9F1AFE (or 0x9F1AFE) is known color: Blue Violet. HEX triplet: 9F, 1A and FE. RGB value is (159,26,254). Sum of RGB (Red+Green+Blue) = 159+26+254=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 254 (99.61% from 255 or 57.86% from 439); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F1AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F1AFE is #60E501. Grayscale: #5A5A5A. Windows color (decimal): -6350082 or 16652959. OLE color: 16652959.
HSL color Cylindrical-coordinate representation of color #9F1AFE: hue angle of 275º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9F1AFE is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 26 | 254 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.00 |
| HSL | 275º | 0.99% | 0.55% | - |
| HSV(B) | 275º | 0.9% | 1% | - |
| XYZ | 32.56 | 15.27 | 95 | - |
| YUV | 91.76 | 219.56 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 254 | 0.37 | 0.90 | 0 | 0.00 | 275 | 0.99 | 0.55 |
| Hex | 9F | 1A | FE | 25 | 5A | 0 | 0 | 113 | 63 | 37 |
| Octal | 237 | 32 | 376 | 45 | 132 | 0 | 0 | 423 | 143 | 67 |
| Binary | 10011111 | 11010 | 11111110 | 100101 | 1011010 | 0 | 0 | 100010011 | 1100011 | 110111 |
Color Harmonies of #9F1AFE
Complementary color
Monochromatic Colors of #9F1AFE
Black with #9F1AFE
Text Example
Text Example
White with #9F1AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1AFE; }
p { color: rgb(159,26,254); }
H1.HeaderClassName
{
color: #9F1AFE;
}
.AnyTagClassName
{
color: #9F1AFE;
}
</style>
background-color css
<style>
a { background-color: #9F1AFE; }
a { background-color: rgb(159,26,254); }
div.DivClassName
{
background-color: #9F1AFE;
}
.BgClassName
{
background-color: #9F1AFE;
}
</style>
border-color css
<style>
span { border-color: #9F1AFE; }
span { border-color: rgb(159,26,254); }
td.TdClassName
{
border-color: #9F1AFE;
}
.TagClassName
{
border-color: #9F1AFE;
}
</style>