Shades of Blue Violet #9218DF
Tints of Blue Violet #9218DF
RGB
CMYK
RGB Variations
Color information
#9218DF (or 0x9218DF) is known color: Blue Violet. HEX triplet: 92, 18 and DF. RGB value is (146,24,223). Sum of RGB (Red+Green+Blue) = 146+24+223=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #9218DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9218DF is #6DE720. Grayscale: #525252. Windows color (decimal): -7202593 or 14620818. OLE color: 14620818.
HSL color Cylindrical-coordinate representation of color #9218DF: hue angle of 276.78º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9218DF is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 24 | 223 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.13 |
| HSL | 276.78º | 0.81% | 0.48% | - |
| HSV(B) | 276.78º | 0.89% | 0.87% | - |
| XYZ | 25.5 | 12.09 | 70.8 | - |
| YUV | 83.16 | 206.92 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 24 | 223 | 0.35 | 0.89 | 0 | 0.13 | 276.78 | 0.81 | 0.48 |
| Hex | 92 | 18 | DF | 23 | 59 | 0 | D | 115 | 51 | 30 |
| Octal | 222 | 30 | 337 | 43 | 131 | 0 | 15 | 425 | 121 | 60 |
| Binary | 10010010 | 11000 | 11011111 | 100011 | 1011001 | 0 | 1101 | 100010101 | 1010001 | 110000 |
Color Harmonies of #9218DF
Complementary color
Monochromatic Colors of #9218DF
Black with #9218DF
Text Example
Text Example
White with #9218DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9218DF; }
p { color: rgb(146,24,223); }
H1.HeaderClassName
{
color: #9218DF;
}
.AnyTagClassName
{
color: #9218DF;
}
</style>
background-color css
<style>
a { background-color: #9218DF; }
a { background-color: rgb(146,24,223); }
div.DivClassName
{
background-color: #9218DF;
}
.BgClassName
{
background-color: #9218DF;
}
</style>
border-color css
<style>
span { border-color: #9218DF; }
span { border-color: rgb(146,24,223); }
td.TdClassName
{
border-color: #9218DF;
}
.TagClassName
{
border-color: #9218DF;
}
</style>