Shades of Blue Violet #924AFA
Tints of Blue Violet #924AFA
RGB
CMYK
RGB Variations
Color information
#924AFA (or 0x924AFA) is known color: Blue Violet. HEX triplet: 92, 4A and FA. RGB value is (146,74,250). Sum of RGB (Red+Green+Blue) = 146+74+250=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #924AFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #924AFA is #6DB505. Grayscale: #727272. Windows color (decimal): -7189766 or 16403090. OLE color: 16403090.
HSL color Cylindrical-coordinate representation of color #924AFA: hue angle of 264.55º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #924AFA is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 74 | 250 | - |
| CMYK | 0.42 | 0.70 | 0 | 0.02 |
| HSL | 264.55º | 0.95% | 0.64% | - |
| HSV(B) | 264.55º | 0.7% | 0.98% | - |
| XYZ | 31.56 | 17.91 | 92.24 | - |
| YUV | 115.59 | 203.85 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 250 | 0.42 | 0.70 | 0 | 0.02 | 264.55 | 0.95 | 0.64 |
| Hex | 92 | 4A | FA | 2A | 46 | 0 | 2 | 109 | 5F | 40 |
| Octal | 222 | 112 | 372 | 52 | 106 | 0 | 2 | 411 | 137 | 100 |
| Binary | 10010010 | 1001010 | 11111010 | 101010 | 1000110 | 0 | 10 | 100001001 | 1011111 | 1000000 |
Color Harmonies of #924AFA
Complementary color
Monochromatic Colors of #924AFA
Black with #924AFA
Text Example
Text Example
White with #924AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924AFA; }
p { color: rgb(146,74,250); }
H1.HeaderClassName
{
color: #924AFA;
}
.AnyTagClassName
{
color: #924AFA;
}
</style>
background-color css
<style>
a { background-color: #924AFA; }
a { background-color: rgb(146,74,250); }
div.DivClassName
{
background-color: #924AFA;
}
.BgClassName
{
background-color: #924AFA;
}
</style>
border-color css
<style>
span { border-color: #924AFA; }
span { border-color: rgb(146,74,250); }
td.TdClassName
{
border-color: #924AFA;
}
.TagClassName
{
border-color: #924AFA;
}
</style>