Shades of Blue Violet #9217F1
Tints of Blue Violet #9217F1
RGB
CMYK
RGB Variations
Color information
#9217F1 (or 0x9217F1) is known color: Blue Violet. HEX triplet: 92, 17 and F1. RGB value is (146,23,241). Sum of RGB (Red+Green+Blue) = 146+23+241=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 23 (9.38% from 255 or 5.61% from 410); Blue value is 241 (94.53% from 255 or 58.78% from 410); Max value from RGB is 241 - color contains mainly: blue. Hex color #9217F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9217F1 is #6DE80E. Grayscale: #535353. Windows color (decimal): -7202831 or 15800210. OLE color: 15800210.
HSL color Cylindrical-coordinate representation of color #9217F1: hue angle of 273.85º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9217F1 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 23 | 241 | - |
| CMYK | 0.39 | 0.90 | 0 | 0.05 |
| HSL | 273.85º | 0.89% | 0.52% | - |
| HSV(B) | 273.85º | 0.9% | 0.95% | - |
| XYZ | 28.04 | 13.07 | 84.27 | - |
| YUV | 84.63 | 216.25 | 171.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 23 | 241 | 0.39 | 0.90 | 0 | 0.05 | 273.85 | 0.89 | 0.52 |
| Hex | 92 | 17 | F1 | 27 | 5A | 0 | 5 | 112 | 59 | 34 |
| Octal | 222 | 27 | 361 | 47 | 132 | 0 | 5 | 422 | 131 | 64 |
| Binary | 10010010 | 10111 | 11110001 | 100111 | 1011010 | 0 | 101 | 100010010 | 1011001 | 110100 |
Color Harmonies of #9217F1
Complementary color
Monochromatic Colors of #9217F1
Black with #9217F1
Text Example
Text Example
White with #9217F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9217F1; }
p { color: rgb(146,23,241); }
H1.HeaderClassName
{
color: #9217F1;
}
.AnyTagClassName
{
color: #9217F1;
}
</style>
background-color css
<style>
a { background-color: #9217F1; }
a { background-color: rgb(146,23,241); }
div.DivClassName
{
background-color: #9217F1;
}
.BgClassName
{
background-color: #9217F1;
}
</style>
border-color css
<style>
span { border-color: #9217F1; }
span { border-color: rgb(146,23,241); }
td.TdClassName
{
border-color: #9217F1;
}
.TagClassName
{
border-color: #9217F1;
}
</style>