Shades of Blue Violet #9129FD
Tints of Blue Violet #9129FD
RGB
CMYK
RGB Variations
Color information
#9129FD (or 0x9129FD) is known color: Blue Violet. HEX triplet: 91, 29 and FD. RGB value is (145,41,253). Sum of RGB (Red+Green+Blue) = 145+41+253=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #9129FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9129FD is #6ED602. Grayscale: #5F5F5F. Windows color (decimal): -7263747 or 16591249. OLE color: 16591249.
HSL color Cylindrical-coordinate representation of color #9129FD: hue angle of 269.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9129FD is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 145 | 41 | 253 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.01 |
| HSL | 269.43º | 0.98% | 0.58% | - |
| HSV(B) | 269.43º | 0.84% | 0.99% | - |
| XYZ | 30.2 | 14.7 | 94.17 | - |
| YUV | 96.26 | 216.46 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 253 | 0.43 | 0.84 | 0 | 0.01 | 269.43 | 0.98 | 0.58 |
| Hex | 91 | 29 | FD | 2B | 54 | 0 | 1 | 10D | 62 | 3A |
| Octal | 221 | 51 | 375 | 53 | 124 | 0 | 1 | 415 | 142 | 72 |
| Binary | 10010001 | 101001 | 11111101 | 101011 | 1010100 | 0 | 1 | 100001101 | 1100010 | 111010 |
Color Harmonies of #9129FD
Complementary color
Monochromatic Colors of #9129FD
Black with #9129FD
Text Example
Text Example
White with #9129FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9129FD; }
p { color: rgb(145,41,253); }
H1.HeaderClassName
{
color: #9129FD;
}
.AnyTagClassName
{
color: #9129FD;
}
</style>
background-color css
<style>
a { background-color: #9129FD; }
a { background-color: rgb(145,41,253); }
div.DivClassName
{
background-color: #9129FD;
}
.BgClassName
{
background-color: #9129FD;
}
</style>
border-color css
<style>
span { border-color: #9129FD; }
span { border-color: rgb(145,41,253); }
td.TdClassName
{
border-color: #9129FD;
}
.TagClassName
{
border-color: #9129FD;
}
</style>