Shades of Blue Violet #9226FD
Tints of Blue Violet #9226FD
RGB
CMYK
RGB Variations
Color information
#9226FD (or 0x9226FD) is known color: Blue Violet. HEX triplet: 92, 26 and FD. RGB value is (146,38,253). Sum of RGB (Red+Green+Blue) = 146+38+253=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #9226FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9226FD is #6DD902. Grayscale: #5E5E5E. Windows color (decimal): -7198979 or 16590482. OLE color: 16590482.
HSL color Cylindrical-coordinate representation of color #9226FD: hue angle of 270.14º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9226FD is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 38 | 253 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.01 |
| HSL | 270.14º | 0.98% | 0.57% | - |
| HSV(B) | 270.14º | 0.85% | 0.99% | - |
| XYZ | 30.28 | 14.59 | 94.15 | - |
| YUV | 94.8 | 217.28 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 38 | 253 | 0.42 | 0.85 | 0 | 0.01 | 270.14 | 0.98 | 0.57 |
| Hex | 92 | 26 | FD | 2A | 55 | 0 | 1 | 10E | 62 | 39 |
| Octal | 222 | 46 | 375 | 52 | 125 | 0 | 1 | 416 | 142 | 71 |
| Binary | 10010010 | 100110 | 11111101 | 101010 | 1010101 | 0 | 1 | 100001110 | 1100010 | 111001 |
Color Harmonies of #9226FD
Complementary color
Monochromatic Colors of #9226FD
Black with #9226FD
Text Example
Text Example
White with #9226FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9226FD; }
p { color: rgb(146,38,253); }
H1.HeaderClassName
{
color: #9226FD;
}
.AnyTagClassName
{
color: #9226FD;
}
</style>
background-color css
<style>
a { background-color: #9226FD; }
a { background-color: rgb(146,38,253); }
div.DivClassName
{
background-color: #9226FD;
}
.BgClassName
{
background-color: #9226FD;
}
</style>
border-color css
<style>
span { border-color: #9226FD; }
span { border-color: rgb(146,38,253); }
td.TdClassName
{
border-color: #9226FD;
}
.TagClassName
{
border-color: #9226FD;
}
</style>