Shades of Blue Violet #924EE7
Tints of Blue Violet #924EE7
RGB
CMYK
RGB Variations
Color information
#924EE7 (or 0x924EE7) is known color: Blue Violet. HEX triplet: 92, 4E and E7. RGB value is (146,78,231). Sum of RGB (Red+Green+Blue) = 146+78+231=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 78 (30.86% from 255 or 17.14% from 455); Blue value is 231 (90.62% from 255 or 50.77% from 455); Max value from RGB is 231 - color contains mainly: blue. Hex color #924EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #924EE7 is #6DB118. Grayscale: #737373. Windows color (decimal): -7188761 or 15158930. OLE color: 15158930.
HSL color Cylindrical-coordinate representation of color #924EE7: hue angle of 266.67º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #924EE7 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 78 | 231 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.09 |
| HSL | 266.67º | 0.76% | 0.61% | - |
| HSV(B) | 266.67º | 0.66% | 0.91% | - |
| XYZ | 29 | 17.33 | 77.42 | - |
| YUV | 115.77 | 193.03 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 231 | 0.37 | 0.66 | 0 | 0.09 | 266.67 | 0.76 | 0.61 |
| Hex | 92 | 4E | E7 | 25 | 42 | 0 | 9 | 10B | 4C | 3D |
| Octal | 222 | 116 | 347 | 45 | 102 | 0 | 11 | 413 | 114 | 75 |
| Binary | 10010010 | 1001110 | 11100111 | 100101 | 1000010 | 0 | 1001 | 100001011 | 1001100 | 111101 |
Color Harmonies of #924EE7
Complementary color
Monochromatic Colors of #924EE7
Black with #924EE7
Text Example
Text Example
White with #924EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EE7; }
p { color: rgb(146,78,231); }
H1.HeaderClassName
{
color: #924EE7;
}
.AnyTagClassName
{
color: #924EE7;
}
</style>
background-color css
<style>
a { background-color: #924EE7; }
a { background-color: rgb(146,78,231); }
div.DivClassName
{
background-color: #924EE7;
}
.BgClassName
{
background-color: #924EE7;
}
</style>
border-color css
<style>
span { border-color: #924EE7; }
span { border-color: rgb(146,78,231); }
td.TdClassName
{
border-color: #924EE7;
}
.TagClassName
{
border-color: #924EE7;
}
</style>