Shades of Blue Violet #924CEB
Tints of Blue Violet #924CEB
RGB
CMYK
RGB Variations
Color information
#924CEB (or 0x924CEB) is known color: Blue Violet. HEX triplet: 92, 4C and EB. RGB value is (146,76,235). Sum of RGB (Red+Green+Blue) = 146+76+235=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 76 (30.08% from 255 or 16.63% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #924CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #924CEB is #6DB314. Grayscale: #727272. Windows color (decimal): -7189269 or 15420562. OLE color: 15420562.
HSL color Cylindrical-coordinate representation of color #924CEB: hue angle of 266.42º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #924CEB is Cyan = 0.38, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 146 | 76 | 235 | - |
| CMYK | 0.38 | 0.68 | 0 | 0.08 |
| HSL | 266.42º | 0.8% | 0.61% | - |
| HSV(B) | 266.42º | 0.68% | 0.92% | - |
| XYZ | 29.43 | 17.28 | 80.38 | - |
| YUV | 115.06 | 195.69 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 235 | 0.38 | 0.68 | 0 | 0.08 | 266.42 | 0.8 | 0.61 |
| Hex | 92 | 4C | EB | 26 | 44 | 0 | 8 | 10A | 50 | 3D |
| Octal | 222 | 114 | 353 | 46 | 104 | 0 | 10 | 412 | 120 | 75 |
| Binary | 10010010 | 1001100 | 11101011 | 100110 | 1000100 | 0 | 1000 | 100001010 | 1010000 | 111101 |
Color Harmonies of #924CEB
Complementary color
Monochromatic Colors of #924CEB
Black with #924CEB
Text Example
Text Example
White with #924CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CEB; }
p { color: rgb(146,76,235); }
H1.HeaderClassName
{
color: #924CEB;
}
.AnyTagClassName
{
color: #924CEB;
}
</style>
background-color css
<style>
a { background-color: #924CEB; }
a { background-color: rgb(146,76,235); }
div.DivClassName
{
background-color: #924CEB;
}
.BgClassName
{
background-color: #924CEB;
}
</style>
border-color css
<style>
span { border-color: #924CEB; }
span { border-color: rgb(146,76,235); }
td.TdClassName
{
border-color: #924CEB;
}
.TagClassName
{
border-color: #924CEB;
}
</style>