Shades of Blue Violet #9928FF
Tints of Blue Violet #9928FF
RGB
CMYK
RGB Variations
Color information
#9928FF (or 0x9928FF) is known color: Blue Violet. HEX triplet: 99, 28 and FF. RGB value is (153,40,255). Sum of RGB (Red+Green+Blue) = 153+40+255=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #9928FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9928FF is #66D700. Grayscale: #616161. Windows color (decimal): -6739713 or 16722073. OLE color: 16722073.
HSL color Cylindrical-coordinate representation of color #9928FF: hue angle of 271.53º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9928FF is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 40 | 255 | - |
| CMYK | 0.4 | 0.84 | 0 | 0 |
| HSL | 271.53º | 1% | 0.58% | - |
| HSV(B) | 271.53º | 0.84% | 1% | - |
| XYZ | 31.95 | 15.51 | 95.92 | - |
| YUV | 98.3 | 216.44 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 255 | 0.4 | 0.84 | 0 | 0 | 271.53 | 1 | 0.58 |
| Hex | 99 | 28 | FF | 28 | 54 | 0 | 0 | 110 | 64 | 3A |
| Octal | 231 | 50 | 377 | 50 | 124 | 0 | 0 | 420 | 144 | 72 |
| Binary | 10011001 | 101000 | 11111111 | 101000 | 1010100 | 0 | 0 | 100010000 | 1100100 | 111010 |
Color Harmonies of #9928FF
Complementary color
Monochromatic Colors of #9928FF
Black with #9928FF
Text Example
Text Example
White with #9928FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9928FF; }
p { color: rgb(153,40,255); }
H1.HeaderClassName
{
color: #9928FF;
}
.AnyTagClassName
{
color: #9928FF;
}
</style>
background-color css
<style>
a { background-color: #9928FF; }
a { background-color: rgb(153,40,255); }
div.DivClassName
{
background-color: #9928FF;
}
.BgClassName
{
background-color: #9928FF;
}
</style>
border-color css
<style>
span { border-color: #9928FF; }
span { border-color: rgb(153,40,255); }
td.TdClassName
{
border-color: #9928FF;
}
.TagClassName
{
border-color: #9928FF;
}
</style>