Shades of Blue Violet #9027FF
Tints of Blue Violet #9027FF
RGB
CMYK
RGB Variations
Color information
#9027FF (or 0x9027FF) is known color: Blue Violet. HEX triplet: 90, 27 and FF. RGB value is (144,39,255). Sum of RGB (Red+Green+Blue) = 144+39+255=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #9027FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9027FF is #6FD800. Grayscale: #5E5E5E. Windows color (decimal): -7329793 or 16721808. OLE color: 16721808.
HSL color Cylindrical-coordinate representation of color #9027FF: hue angle of 269.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9027FF is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 39 | 255 | - |
| CMYK | 0.44 | 0.85 | 0 | 0 |
| HSL | 269.17º | 1% | 0.58% | - |
| HSV(B) | 269.17º | 0.85% | 1% | - |
| XYZ | 30.28 | 14.6 | 95.83 | - |
| YUV | 95.02 | 218.29 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 39 | 255 | 0.44 | 0.85 | 0 | 0 | 269.17 | 1 | 0.58 |
| Hex | 90 | 27 | FF | 2C | 55 | 0 | 0 | 10D | 64 | 3A |
| Octal | 220 | 47 | 377 | 54 | 125 | 0 | 0 | 415 | 144 | 72 |
| Binary | 10010000 | 100111 | 11111111 | 101100 | 1010101 | 0 | 0 | 100001101 | 1100100 | 111010 |
Color Harmonies of #9027FF
Complementary color
Monochromatic Colors of #9027FF
Black with #9027FF
Text Example
Text Example
White with #9027FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9027FF; }
p { color: rgb(144,39,255); }
H1.HeaderClassName
{
color: #9027FF;
}
.AnyTagClassName
{
color: #9027FF;
}
</style>
background-color css
<style>
a { background-color: #9027FF; }
a { background-color: rgb(144,39,255); }
div.DivClassName
{
background-color: #9027FF;
}
.BgClassName
{
background-color: #9027FF;
}
</style>
border-color css
<style>
span { border-color: #9027FF; }
span { border-color: rgb(144,39,255); }
td.TdClassName
{
border-color: #9027FF;
}
.TagClassName
{
border-color: #9027FF;
}
</style>