Shades of Blue Violet #924ADF
Tints of Blue Violet #924ADF
RGB
CMYK
RGB Variations
Color information
#924ADF (or 0x924ADF) is known color: Blue Violet. HEX triplet: 92, 4A and DF. RGB value is (146,74,223). Sum of RGB (Red+Green+Blue) = 146+74+223=443 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.96% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #924ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924ADF is #6DB520. Grayscale: #6F6F6F. Windows color (decimal): -7189793 or 14633618. OLE color: 14633618.
HSL color Cylindrical-coordinate representation of color #924ADF: hue angle of 268.99º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #924ADF is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 74 | 223 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.13 |
| HSL | 268.99º | 0.7% | 0.58% | - |
| HSV(B) | 268.99º | 0.67% | 0.87% | - |
| XYZ | 27.62 | 16.34 | 71.51 | - |
| YUV | 112.51 | 190.35 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 223 | 0.35 | 0.67 | 0 | 0.13 | 268.99 | 0.7 | 0.58 |
| Hex | 92 | 4A | DF | 23 | 43 | 0 | D | 10D | 46 | 3A |
| Octal | 222 | 112 | 337 | 43 | 103 | 0 | 15 | 415 | 106 | 72 |
| Binary | 10010010 | 1001010 | 11011111 | 100011 | 1000011 | 0 | 1101 | 100001101 | 1000110 | 111010 |
Color Harmonies of #924ADF
Complementary color
Monochromatic Colors of #924ADF
Black with #924ADF
Text Example
Text Example
White with #924ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924ADF; }
p { color: rgb(146,74,223); }
H1.HeaderClassName
{
color: #924ADF;
}
.AnyTagClassName
{
color: #924ADF;
}
</style>
background-color css
<style>
a { background-color: #924ADF; }
a { background-color: rgb(146,74,223); }
div.DivClassName
{
background-color: #924ADF;
}
.BgClassName
{
background-color: #924ADF;
}
</style>
border-color css
<style>
span { border-color: #924ADF; }
span { border-color: rgb(146,74,223); }
td.TdClassName
{
border-color: #924ADF;
}
.TagClassName
{
border-color: #924ADF;
}
</style>