Shades of Blue Violet #9416EF
Tints of Blue Violet #9416EF
RGB
CMYK
RGB Variations
Color information
#9416EF (or 0x9416EF) is known color: Blue Violet. HEX triplet: 94, 16 and EF. RGB value is (148,22,239). Sum of RGB (Red+Green+Blue) = 148+22+239=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 239 (93.75% from 255 or 58.44% from 409); Max value from RGB is 239 - color contains mainly: blue. Hex color #9416EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9416EF is #6BE910. Grayscale: #535353. Windows color (decimal): -7072017 or 15668884. OLE color: 15668884.
HSL color Cylindrical-coordinate representation of color #9416EF: hue angle of 274.84º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9416EF is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 22 | 239 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.06 |
| HSL | 274.84º | 0.87% | 0.51% | - |
| HSV(B) | 274.84º | 0.91% | 0.94% | - |
| XYZ | 28.08 | 13.1 | 82.71 | - |
| YUV | 84.41 | 215.24 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 239 | 0.38 | 0.91 | 0 | 0.06 | 274.84 | 0.87 | 0.51 |
| Hex | 94 | 16 | EF | 26 | 5B | 0 | 6 | 113 | 57 | 33 |
| Octal | 224 | 26 | 357 | 46 | 133 | 0 | 6 | 423 | 127 | 63 |
| Binary | 10010100 | 10110 | 11101111 | 100110 | 1011011 | 0 | 110 | 100010011 | 1010111 | 110011 |
Color Harmonies of #9416EF
Complementary color
Monochromatic Colors of #9416EF
Black with #9416EF
Text Example
Text Example
White with #9416EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9416EF; }
p { color: rgb(148,22,239); }
H1.HeaderClassName
{
color: #9416EF;
}
.AnyTagClassName
{
color: #9416EF;
}
</style>
background-color css
<style>
a { background-color: #9416EF; }
a { background-color: rgb(148,22,239); }
div.DivClassName
{
background-color: #9416EF;
}
.BgClassName
{
background-color: #9416EF;
}
</style>
border-color css
<style>
span { border-color: #9416EF; }
span { border-color: rgb(148,22,239); }
td.TdClassName
{
border-color: #9416EF;
}
.TagClassName
{
border-color: #9416EF;
}
</style>