Shades of Blue Violet #9225FA
Tints of Blue Violet #9225FA
RGB
CMYK
RGB Variations
Color information
#9225FA (or 0x9225FA) is known color: Blue Violet. HEX triplet: 92, 25 and FA. RGB value is (146,37,250). Sum of RGB (Red+Green+Blue) = 146+37+250=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 250 (98.05% from 255 or 57.74% from 433); Max value from RGB is 250 - color contains mainly: blue. Hex color #9225FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9225FA is #6DDA05. Grayscale: #5D5D5D. Windows color (decimal): -7199238 or 16393618. OLE color: 16393618.
HSL color Cylindrical-coordinate representation of color #9225FA: hue angle of 270.7º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9225FA is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 37 | 250 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.02 |
| HSL | 270.7º | 0.96% | 0.56% | - |
| HSV(B) | 270.7º | 0.85% | 0.98% | - |
| XYZ | 29.77 | 14.34 | 91.64 | - |
| YUV | 93.87 | 216.11 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 37 | 250 | 0.42 | 0.85 | 0 | 0.02 | 270.7 | 0.96 | 0.56 |
| Hex | 92 | 25 | FA | 2A | 55 | 0 | 2 | 10F | 60 | 38 |
| Octal | 222 | 45 | 372 | 52 | 125 | 0 | 2 | 417 | 140 | 70 |
| Binary | 10010010 | 100101 | 11111010 | 101010 | 1010101 | 0 | 10 | 100001111 | 1100000 | 111000 |
Color Harmonies of #9225FA
Complementary color
Monochromatic Colors of #9225FA
Black with #9225FA
Text Example
Text Example
White with #9225FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9225FA; }
p { color: rgb(146,37,250); }
H1.HeaderClassName
{
color: #9225FA;
}
.AnyTagClassName
{
color: #9225FA;
}
</style>
background-color css
<style>
a { background-color: #9225FA; }
a { background-color: rgb(146,37,250); }
div.DivClassName
{
background-color: #9225FA;
}
.BgClassName
{
background-color: #9225FA;
}
</style>
border-color css
<style>
span { border-color: #9225FA; }
span { border-color: rgb(146,37,250); }
td.TdClassName
{
border-color: #9225FA;
}
.TagClassName
{
border-color: #9225FA;
}
</style>