Shades of Blue Violet #9124DF
Tints of Blue Violet #9124DF
RGB
CMYK
RGB Variations
Color information
#9124DF (or 0x9124DF) is known color: Blue Violet. HEX triplet: 91, 24 and DF. RGB value is (145,36,223). Sum of RGB (Red+Green+Blue) = 145+36+223=404 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.89% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #9124DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9124DF is #6EDB20. Grayscale: #595959. Windows color (decimal): -7265057 or 14623889. OLE color: 14623889.
HSL color Cylindrical-coordinate representation of color #9124DF: hue angle of 274.97º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9124DF is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 36 | 223 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.13 |
| HSL | 274.97º | 0.75% | 0.51% | - |
| HSV(B) | 274.97º | 0.84% | 0.87% | - |
| XYZ | 25.63 | 12.61 | 70.9 | - |
| YUV | 89.91 | 203.11 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 36 | 223 | 0.35 | 0.84 | 0 | 0.13 | 274.97 | 0.75 | 0.51 |
| Hex | 91 | 24 | DF | 23 | 54 | 0 | D | 113 | 4B | 33 |
| Octal | 221 | 44 | 337 | 43 | 124 | 0 | 15 | 423 | 113 | 63 |
| Binary | 10010001 | 100100 | 11011111 | 100011 | 1010100 | 0 | 1101 | 100010011 | 1001011 | 110011 |
Color Harmonies of #9124DF
Complementary color
Monochromatic Colors of #9124DF
Black with #9124DF
Text Example
Text Example
White with #9124DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9124DF; }
p { color: rgb(145,36,223); }
H1.HeaderClassName
{
color: #9124DF;
}
.AnyTagClassName
{
color: #9124DF;
}
</style>
background-color css
<style>
a { background-color: #9124DF; }
a { background-color: rgb(145,36,223); }
div.DivClassName
{
background-color: #9124DF;
}
.BgClassName
{
background-color: #9124DF;
}
</style>
border-color css
<style>
span { border-color: #9124DF; }
span { border-color: rgb(145,36,223); }
td.TdClassName
{
border-color: #9124DF;
}
.TagClassName
{
border-color: #9124DF;
}
</style>