Shades of Blue Violet #924EF4
Tints of Blue Violet #924EF4
RGB
CMYK
RGB Variations
Color information
#924EF4 (or 0x924EF4) is known color: Blue Violet. HEX triplet: 92, 4E and F4. RGB value is (146,78,244). Sum of RGB (Red+Green+Blue) = 146+78+244=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 244 (95.70% from 255 or 52.14% from 468); Max value from RGB is 244 - color contains mainly: blue. Hex color #924EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924EF4 is #6DB10B. Grayscale: #747474. Windows color (decimal): -7188748 or 16010898. OLE color: 16010898.
HSL color Cylindrical-coordinate representation of color #924EF4: hue angle of 264.58º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #924EF4 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 78 | 244 | - |
| CMYK | 0.40 | 0.68 | 0 | 0.04 |
| HSL | 264.58º | 0.88% | 0.63% | - |
| HSV(B) | 264.58º | 0.68% | 0.96% | - |
| XYZ | 30.91 | 18.09 | 87.45 | - |
| YUV | 117.26 | 199.53 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 244 | 0.40 | 0.68 | 0 | 0.04 | 264.58 | 0.88 | 0.63 |
| Hex | 92 | 4E | F4 | 28 | 44 | 0 | 4 | 109 | 58 | 3F |
| Octal | 222 | 116 | 364 | 50 | 104 | 0 | 4 | 411 | 130 | 77 |
| Binary | 10010010 | 1001110 | 11110100 | 101000 | 1000100 | 0 | 100 | 100001001 | 1011000 | 111111 |
Color Harmonies of #924EF4
Complementary color
Monochromatic Colors of #924EF4
Black with #924EF4
Text Example
Text Example
White with #924EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EF4; }
p { color: rgb(146,78,244); }
H1.HeaderClassName
{
color: #924EF4;
}
.AnyTagClassName
{
color: #924EF4;
}
</style>
background-color css
<style>
a { background-color: #924EF4; }
a { background-color: rgb(146,78,244); }
div.DivClassName
{
background-color: #924EF4;
}
.BgClassName
{
background-color: #924EF4;
}
</style>
border-color css
<style>
span { border-color: #924EF4; }
span { border-color: rgb(146,78,244); }
td.TdClassName
{
border-color: #924EF4;
}
.TagClassName
{
border-color: #924EF4;
}
</style>