Shades of Blue Violet #924AEE
Tints of Blue Violet #924AEE
RGB
CMYK
RGB Variations
Color information
#924AEE (or 0x924AEE) is known color: Blue Violet. HEX triplet: 92, 4A and EE. RGB value is (146,74,238). Sum of RGB (Red+Green+Blue) = 146+74+238=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 238 (93.36% from 255 or 51.97% from 458); Max value from RGB is 238 - color contains mainly: blue. Hex color #924AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #924AEE is #6DB511. Grayscale: #717171. Windows color (decimal): -7189778 or 15616658. OLE color: 15616658.
HSL color Cylindrical-coordinate representation of color #924AEE: hue angle of 266.34º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #924AEE is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 74 | 238 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.07 |
| HSL | 266.34º | 0.83% | 0.61% | - |
| HSV(B) | 266.34º | 0.69% | 0.93% | - |
| XYZ | 29.74 | 17.18 | 82.64 | - |
| YUV | 114.22 | 197.85 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 238 | 0.39 | 0.69 | 0 | 0.07 | 266.34 | 0.83 | 0.61 |
| Hex | 92 | 4A | EE | 27 | 45 | 0 | 7 | 10A | 53 | 3D |
| Octal | 222 | 112 | 356 | 47 | 105 | 0 | 7 | 412 | 123 | 75 |
| Binary | 10010010 | 1001010 | 11101110 | 100111 | 1000101 | 0 | 111 | 100001010 | 1010011 | 111101 |
Color Harmonies of #924AEE
Complementary color
Monochromatic Colors of #924AEE
Black with #924AEE
Text Example
Text Example
White with #924AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924AEE; }
p { color: rgb(146,74,238); }
H1.HeaderClassName
{
color: #924AEE;
}
.AnyTagClassName
{
color: #924AEE;
}
</style>
background-color css
<style>
a { background-color: #924AEE; }
a { background-color: rgb(146,74,238); }
div.DivClassName
{
background-color: #924AEE;
}
.BgClassName
{
background-color: #924AEE;
}
</style>
border-color css
<style>
span { border-color: #924AEE; }
span { border-color: rgb(146,74,238); }
td.TdClassName
{
border-color: #924AEE;
}
.TagClassName
{
border-color: #924AEE;
}
</style>