Shades of Blue Violet #9416FF
Tints of Blue Violet #9416FF
RGB
CMYK
RGB Variations
Color information
#9416FF (or 0x9416FF) is known color: Blue Violet. HEX triplet: 94, 16 and FF. RGB value is (148,22,255). Sum of RGB (Red+Green+Blue) = 148+22+255=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 22 (8.98% from 255 or 5.18% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #9416FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9416FF is #6BE900. Grayscale: #555555. Windows color (decimal): -7072001 or 16717460. OLE color: 16717460.
HSL color Cylindrical-coordinate representation of color #9416FF: hue angle of 272.45º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9416FF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 22 | 255 | - |
| CMYK | 0.42 | 0.91 | 0 | 0 |
| HSL | 272.45º | 1% | 0.54% | - |
| HSV(B) | 272.45º | 0.91% | 1% | - |
| XYZ | 30.55 | 14.09 | 95.72 | - |
| YUV | 86.24 | 223.24 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 255 | 0.42 | 0.91 | 0 | 0 | 272.45 | 1 | 0.54 |
| Hex | 94 | 16 | FF | 2A | 5B | 0 | 0 | 110 | 64 | 36 |
| Octal | 224 | 26 | 377 | 52 | 133 | 0 | 0 | 420 | 144 | 66 |
| Binary | 10010100 | 10110 | 11111111 | 101010 | 1011011 | 0 | 0 | 100010000 | 1100100 | 110110 |
Color Harmonies of #9416FF
Complementary color
Monochromatic Colors of #9416FF
Black with #9416FF
Text Example
Text Example
White with #9416FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9416FF; }
p { color: rgb(148,22,255); }
H1.HeaderClassName
{
color: #9416FF;
}
.AnyTagClassName
{
color: #9416FF;
}
</style>
background-color css
<style>
a { background-color: #9416FF; }
a { background-color: rgb(148,22,255); }
div.DivClassName
{
background-color: #9416FF;
}
.BgClassName
{
background-color: #9416FF;
}
</style>
border-color css
<style>
span { border-color: #9416FF; }
span { border-color: rgb(148,22,255); }
td.TdClassName
{
border-color: #9416FF;
}
.TagClassName
{
border-color: #9416FF;
}
</style>