Shades of Blue Violet #9129FF
Tints of Blue Violet #9129FF
RGB
CMYK
RGB Variations
Color information
#9129FF (or 0x9129FF) is known color: Blue Violet. HEX triplet: 91, 29 and FF. RGB value is (145,41,255). Sum of RGB (Red+Green+Blue) = 145+41+255=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #9129FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9129FF is #6ED600. Grayscale: #5F5F5F. Windows color (decimal): -7263745 or 16722321. OLE color: 16722321.
HSL color Cylindrical-coordinate representation of color #9129FF: hue angle of 269.16º 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 #9129FF is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 145 | 41 | 255 | - |
| CMYK | 0.43 | 0.84 | 0 | 0 |
| HSL | 269.16º | 1% | 0.58% | - |
| HSV(B) | 269.16º | 0.84% | 1% | - |
| XYZ | 30.52 | 14.83 | 95.86 | - |
| YUV | 96.49 | 217.46 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 255 | 0.43 | 0.84 | 0 | 0 | 269.16 | 1 | 0.58 |
| Hex | 91 | 29 | FF | 2B | 54 | 0 | 0 | 10D | 64 | 3A |
| Octal | 221 | 51 | 377 | 53 | 124 | 0 | 0 | 415 | 144 | 72 |
| Binary | 10010001 | 101001 | 11111111 | 101011 | 1010100 | 0 | 0 | 100001101 | 1100100 | 111010 |
Color Harmonies of #9129FF
Complementary color
Monochromatic Colors of #9129FF
Black with #9129FF
Text Example
Text Example
White with #9129FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9129FF; }
p { color: rgb(145,41,255); }
H1.HeaderClassName
{
color: #9129FF;
}
.AnyTagClassName
{
color: #9129FF;
}
</style>
background-color css
<style>
a { background-color: #9129FF; }
a { background-color: rgb(145,41,255); }
div.DivClassName
{
background-color: #9129FF;
}
.BgClassName
{
background-color: #9129FF;
}
</style>
border-color css
<style>
span { border-color: #9129FF; }
span { border-color: rgb(145,41,255); }
td.TdClassName
{
border-color: #9129FF;
}
.TagClassName
{
border-color: #9129FF;
}
</style>