Shades of Blue Violet #924CE8
Tints of Blue Violet #924CE8
RGB
CMYK
RGB Variations
Color information
#924CE8 (or 0x924CE8) is known color: Blue Violet. HEX triplet: 92, 4C and E8. RGB value is (146,76,232). Sum of RGB (Red+Green+Blue) = 146+76+232=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 232 (91.02% from 255 or 51.10% from 454); Max value from RGB is 232 - color contains mainly: blue. Hex color #924CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #924CE8 is #6DB317. Grayscale: #727272. Windows color (decimal): -7189272 or 15223954. OLE color: 15223954.
HSL color Cylindrical-coordinate representation of color #924CE8: hue angle of 266.92º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #924CE8 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 76 | 232 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.09 |
| HSL | 266.92º | 0.77% | 0.6% | - |
| HSV(B) | 266.92º | 0.67% | 0.91% | - |
| XYZ | 29 | 17.11 | 78.12 | - |
| YUV | 114.71 | 194.19 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 232 | 0.37 | 0.67 | 0 | 0.09 | 266.92 | 0.77 | 0.6 |
| Hex | 92 | 4C | E8 | 25 | 43 | 0 | 9 | 10B | 4D | 3C |
| Octal | 222 | 114 | 350 | 45 | 103 | 0 | 11 | 413 | 115 | 74 |
| Binary | 10010010 | 1001100 | 11101000 | 100101 | 1000011 | 0 | 1001 | 100001011 | 1001101 | 111100 |
Color Harmonies of #924CE8
Complementary color
Monochromatic Colors of #924CE8
Black with #924CE8
Text Example
Text Example
White with #924CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CE8; }
p { color: rgb(146,76,232); }
H1.HeaderClassName
{
color: #924CE8;
}
.AnyTagClassName
{
color: #924CE8;
}
</style>
background-color css
<style>
a { background-color: #924CE8; }
a { background-color: rgb(146,76,232); }
div.DivClassName
{
background-color: #924CE8;
}
.BgClassName
{
background-color: #924CE8;
}
</style>
border-color css
<style>
span { border-color: #924CE8; }
span { border-color: rgb(146,76,232); }
td.TdClassName
{
border-color: #924CE8;
}
.TagClassName
{
border-color: #924CE8;
}
</style>