Shades of Blue Violet #9F22FF
Tints of Blue Violet #9F22FF
RGB
CMYK
RGB Variations
Color information
#9F22FF (or 0x9F22FF) is known color: Blue Violet. HEX triplet: 9F, 22 and FF. RGB value is (159,34,255). Sum of RGB (Red+Green+Blue) = 159+34+255=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 34 (13.67% from 255 or 7.59% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #9F22FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9F22FF is #60DD00. Grayscale: #5F5F5F. Windows color (decimal): -6348033 or 16720543. OLE color: 16720543.
HSL color Cylindrical-coordinate representation of color #9F22FF: hue angle of 273.94º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F22FF is Cyan = 0.38, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 34 | 255 | - |
| CMYK | 0.38 | 0.87 | 0 | 0 |
| HSL | 273.94º | 1% | 0.57% | - |
| HSV(B) | 273.94º | 0.87% | 1% | - |
| XYZ | 32.92 | 15.73 | 95.91 | - |
| YUV | 96.57 | 217.41 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 255 | 0.38 | 0.87 | 0 | 0 | 273.94 | 1 | 0.57 |
| Hex | 9F | 22 | FF | 26 | 57 | 0 | 0 | 112 | 64 | 39 |
| Octal | 237 | 42 | 377 | 46 | 127 | 0 | 0 | 422 | 144 | 71 |
| Binary | 10011111 | 100010 | 11111111 | 100110 | 1010111 | 0 | 0 | 100010010 | 1100100 | 111001 |
Color Harmonies of #9F22FF
Complementary color
Monochromatic Colors of #9F22FF
Black with #9F22FF
Text Example
Text Example
White with #9F22FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F22FF; }
p { color: rgb(159,34,255); }
H1.HeaderClassName
{
color: #9F22FF;
}
.AnyTagClassName
{
color: #9F22FF;
}
</style>
background-color css
<style>
a { background-color: #9F22FF; }
a { background-color: rgb(159,34,255); }
div.DivClassName
{
background-color: #9F22FF;
}
.BgClassName
{
background-color: #9F22FF;
}
</style>
border-color css
<style>
span { border-color: #9F22FF; }
span { border-color: rgb(159,34,255); }
td.TdClassName
{
border-color: #9F22FF;
}
.TagClassName
{
border-color: #9F22FF;
}
</style>