Shades of Blue Violet #9029FF
Tints of Blue Violet #9029FF
RGB
CMYK
RGB Variations
Color information
#9029FF (or 0x9029FF) is known color: Blue Violet. HEX triplet: 90, 29 and FF. RGB value is (144,41,255). Sum of RGB (Red+Green+Blue) = 144+41+255=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #9029FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9029FF is #6FD600. Grayscale: #5F5F5F. Windows color (decimal): -7329281 or 16722320. OLE color: 16722320.
HSL color Cylindrical-coordinate representation of color #9029FF: hue angle of 268.88º 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 #9029FF is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 41 | 255 | - |
| CMYK | 0.44 | 0.84 | 0 | 0 |
| HSL | 268.88º | 1% | 0.58% | - |
| HSV(B) | 268.88º | 0.84% | 1% | - |
| XYZ | 30.34 | 14.74 | 95.85 | - |
| YUV | 96.19 | 217.62 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 41 | 255 | 0.44 | 0.84 | 0 | 0 | 268.88 | 1 | 0.58 |
| Hex | 90 | 29 | FF | 2C | 54 | 0 | 0 | 10D | 64 | 3A |
| Octal | 220 | 51 | 377 | 54 | 124 | 0 | 0 | 415 | 144 | 72 |
| Binary | 10010000 | 101001 | 11111111 | 101100 | 1010100 | 0 | 0 | 100001101 | 1100100 | 111010 |
Color Harmonies of #9029FF
Complementary color
Monochromatic Colors of #9029FF
Black with #9029FF
Text Example
Text Example
White with #9029FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9029FF; }
p { color: rgb(144,41,255); }
H1.HeaderClassName
{
color: #9029FF;
}
.AnyTagClassName
{
color: #9029FF;
}
</style>
background-color css
<style>
a { background-color: #9029FF; }
a { background-color: rgb(144,41,255); }
div.DivClassName
{
background-color: #9029FF;
}
.BgClassName
{
background-color: #9029FF;
}
</style>
border-color css
<style>
span { border-color: #9029FF; }
span { border-color: rgb(144,41,255); }
td.TdClassName
{
border-color: #9029FF;
}
.TagClassName
{
border-color: #9029FF;
}
</style>