Shades of Blue Violet #9148FF
Tints of Blue Violet #9148FF
RGB
CMYK
RGB Variations
Color information
#9148FF (or 0x9148FF) is known color: Blue Violet. HEX triplet: 91, 48 and FF. RGB value is (145,72,255). Sum of RGB (Red+Green+Blue) = 145+72+255=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #9148FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9148FF is #6EB700. Grayscale: #727272. Windows color (decimal): -7255809 or 16730257. OLE color: 16730257.
HSL color Cylindrical-coordinate representation of color #9148FF: hue angle of 263.93º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9148FF is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 72 | 255 | - |
| CMYK | 0.43 | 0.72 | 0 | 0 |
| HSL | 263.93º | 1% | 0.64% | - |
| HSV(B) | 263.93º | 0.72% | 1% | - |
| XYZ | 32.04 | 17.87 | 96.37 | - |
| YUV | 114.69 | 207.18 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 72 | 255 | 0.43 | 0.72 | 0 | 0 | 263.93 | 1 | 0.64 |
| Hex | 91 | 48 | FF | 2B | 48 | 0 | 0 | 108 | 64 | 40 |
| Octal | 221 | 110 | 377 | 53 | 110 | 0 | 0 | 410 | 144 | 100 |
| Binary | 10010001 | 1001000 | 11111111 | 101011 | 1001000 | 0 | 0 | 100001000 | 1100100 | 1000000 |
Color Harmonies of #9148FF
Complementary color
Monochromatic Colors of #9148FF
Black with #9148FF
Text Example
Text Example
White with #9148FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9148FF; }
p { color: rgb(145,72,255); }
H1.HeaderClassName
{
color: #9148FF;
}
.AnyTagClassName
{
color: #9148FF;
}
</style>
background-color css
<style>
a { background-color: #9148FF; }
a { background-color: rgb(145,72,255); }
div.DivClassName
{
background-color: #9148FF;
}
.BgClassName
{
background-color: #9148FF;
}
</style>
border-color css
<style>
span { border-color: #9148FF; }
span { border-color: rgb(145,72,255); }
td.TdClassName
{
border-color: #9148FF;
}
.TagClassName
{
border-color: #9148FF;
}
</style>