Shades of Blue Violet #9F28FC
Tints of Blue Violet #9F28FC
RGB
CMYK
RGB Variations
Color information
#9F28FC (or 0x9F28FC) is known color: Blue Violet. HEX triplet: 9F, 28 and FC. RGB value is (159,40,252). Sum of RGB (Red+Green+Blue) = 159+40+252=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F28FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F28FC is #60D703. Grayscale: #636363. Windows color (decimal): -6346500 or 16525471. OLE color: 16525471.
HSL color Cylindrical-coordinate representation of color #9F28FC: hue angle of 273.68º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F28FC is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 40 | 252 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.01 |
| HSL | 273.68º | 0.97% | 0.57% | - |
| HSV(B) | 273.68º | 0.84% | 0.99% | - |
| XYZ | 32.63 | 15.92 | 93.45 | - |
| YUV | 99.75 | 213.92 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 40 | 252 | 0.37 | 0.84 | 0 | 0.01 | 273.68 | 0.97 | 0.57 |
| Hex | 9F | 28 | FC | 25 | 54 | 0 | 1 | 112 | 61 | 39 |
| Octal | 237 | 50 | 374 | 45 | 124 | 0 | 1 | 422 | 141 | 71 |
| Binary | 10011111 | 101000 | 11111100 | 100101 | 1010100 | 0 | 1 | 100010010 | 1100001 | 111001 |
Color Harmonies of #9F28FC
Complementary color
Monochromatic Colors of #9F28FC
Black with #9F28FC
Text Example
Text Example
White with #9F28FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F28FC; }
p { color: rgb(159,40,252); }
H1.HeaderClassName
{
color: #9F28FC;
}
.AnyTagClassName
{
color: #9F28FC;
}
</style>
background-color css
<style>
a { background-color: #9F28FC; }
a { background-color: rgb(159,40,252); }
div.DivClassName
{
background-color: #9F28FC;
}
.BgClassName
{
background-color: #9F28FC;
}
</style>
border-color css
<style>
span { border-color: #9F28FC; }
span { border-color: rgb(159,40,252); }
td.TdClassName
{
border-color: #9F28FC;
}
.TagClassName
{
border-color: #9F28FC;
}
</style>