Shades of Blue Violet #9025FF
Tints of Blue Violet #9025FF
RGB
CMYK
RGB Variations
Color information
#9025FF (or 0x9025FF) is known color: Blue Violet. HEX triplet: 90, 25 and FF. RGB value is (144,37,255). Sum of RGB (Red+Green+Blue) = 144+37+255=436 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.03% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #9025FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9025FF is #6FDA00. Grayscale: #5D5D5D. Windows color (decimal): -7330305 or 16721296. OLE color: 16721296.
HSL color Cylindrical-coordinate representation of color #9025FF: hue angle of 269.45º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9025FF is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 144 | 37 | 255 | - |
| CMYK | 0.44 | 0.85 | 0 | 0 |
| HSL | 269.45º | 1% | 0.57% | - |
| HSV(B) | 269.45º | 0.85% | 1% | - |
| XYZ | 30.21 | 14.47 | 95.81 | - |
| YUV | 93.85 | 218.95 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 37 | 255 | 0.44 | 0.85 | 0 | 0 | 269.45 | 1 | 0.57 |
| Hex | 90 | 25 | FF | 2C | 55 | 0 | 0 | 10D | 64 | 39 |
| Octal | 220 | 45 | 377 | 54 | 125 | 0 | 0 | 415 | 144 | 71 |
| Binary | 10010000 | 100101 | 11111111 | 101100 | 1010101 | 0 | 0 | 100001101 | 1100100 | 111001 |
Color Harmonies of #9025FF
Complementary color
Monochromatic Colors of #9025FF
Black with #9025FF
Text Example
Text Example
White with #9025FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9025FF; }
p { color: rgb(144,37,255); }
H1.HeaderClassName
{
color: #9025FF;
}
.AnyTagClassName
{
color: #9025FF;
}
</style>
background-color css
<style>
a { background-color: #9025FF; }
a { background-color: rgb(144,37,255); }
div.DivClassName
{
background-color: #9025FF;
}
.BgClassName
{
background-color: #9025FF;
}
</style>
border-color css
<style>
span { border-color: #9025FF; }
span { border-color: rgb(144,37,255); }
td.TdClassName
{
border-color: #9025FF;
}
.TagClassName
{
border-color: #9025FF;
}
</style>