Shades of Blue Violet #924EEC
Tints of Blue Violet #924EEC
RGB
CMYK
RGB Variations
Color information
#924EEC (or 0x924EEC) is known color: Blue Violet. HEX triplet: 92, 4E and EC. RGB value is (146,78,236). Sum of RGB (Red+Green+Blue) = 146+78+236=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #924EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924EEC is #6DB113. Grayscale: #737373. Windows color (decimal): -7188756 or 15486610. OLE color: 15486610.
HSL color Cylindrical-coordinate representation of color #924EEC: hue angle of 265.82º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #924EEC is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 78 | 236 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.07 |
| HSL | 265.82º | 0.81% | 0.62% | - |
| HSV(B) | 265.82º | 0.67% | 0.93% | - |
| XYZ | 29.72 | 17.62 | 81.19 | - |
| YUV | 116.34 | 195.53 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 236 | 0.38 | 0.67 | 0 | 0.07 | 265.82 | 0.81 | 0.62 |
| Hex | 92 | 4E | EC | 26 | 43 | 0 | 7 | 10A | 51 | 3E |
| Octal | 222 | 116 | 354 | 46 | 103 | 0 | 7 | 412 | 121 | 76 |
| Binary | 10010010 | 1001110 | 11101100 | 100110 | 1000011 | 0 | 111 | 100001010 | 1010001 | 111110 |
Color Harmonies of #924EEC
Complementary color
Monochromatic Colors of #924EEC
Black with #924EEC
Text Example
Text Example
White with #924EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EEC; }
p { color: rgb(146,78,236); }
H1.HeaderClassName
{
color: #924EEC;
}
.AnyTagClassName
{
color: #924EEC;
}
</style>
background-color css
<style>
a { background-color: #924EEC; }
a { background-color: rgb(146,78,236); }
div.DivClassName
{
background-color: #924EEC;
}
.BgClassName
{
background-color: #924EEC;
}
</style>
border-color css
<style>
span { border-color: #924EEC; }
span { border-color: rgb(146,78,236); }
td.TdClassName
{
border-color: #924EEC;
}
.TagClassName
{
border-color: #924EEC;
}
</style>