Shades of Blue Violet #9F28FE
Tints of Blue Violet #9F28FE
RGB
CMYK
RGB Variations
Color information
#9F28FE (or 0x9F28FE) is known color: Blue Violet. HEX triplet: 9F, 28 and FE. RGB value is (159,40,254). Sum of RGB (Red+Green+Blue) = 159+40+254=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #9F28FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F28FE is #60D701. Grayscale: #636363. Windows color (decimal): -6346498 or 16656543. OLE color: 16656543.
HSL color Cylindrical-coordinate representation of color #9F28FE: hue angle of 273.36º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F28FE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 40 | 254 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.00 |
| HSL | 273.36º | 0.99% | 0.58% | - |
| HSV(B) | 273.36º | 0.84% | 1% | - |
| XYZ | 32.95 | 16.04 | 95.13 | - |
| YUV | 99.98 | 214.92 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 254 | 0.37 | 0.84 | 0 | 0.00 | 273.36 | 0.99 | 0.58 |
| Hex | 9F | 28 | FE | 25 | 54 | 0 | 0 | 111 | 63 | 3A |
| Octal | 237 | 50 | 376 | 45 | 124 | 0 | 0 | 421 | 143 | 72 |
| Binary | 10011111 | 101000 | 11111110 | 100101 | 1010100 | 0 | 0 | 100010001 | 1100011 | 111010 |
Color Harmonies of #9F28FE
Complementary color
Monochromatic Colors of #9F28FE
Black with #9F28FE
Text Example
Text Example
White with #9F28FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F28FE; }
p { color: rgb(159,40,254); }
H1.HeaderClassName
{
color: #9F28FE;
}
.AnyTagClassName
{
color: #9F28FE;
}
</style>
background-color css
<style>
a { background-color: #9F28FE; }
a { background-color: rgb(159,40,254); }
div.DivClassName
{
background-color: #9F28FE;
}
.BgClassName
{
background-color: #9F28FE;
}
</style>
border-color css
<style>
span { border-color: #9F28FE; }
span { border-color: rgb(159,40,254); }
td.TdClassName
{
border-color: #9F28FE;
}
.TagClassName
{
border-color: #9F28FE;
}
</style>