Shades of Blue Violet #9B16F1
Tints of Blue Violet #9B16F1
RGB
CMYK
RGB Variations
Color information
#9B16F1 (or 0x9B16F1) is known color: Blue Violet. HEX triplet: 9B, 16 and F1. RGB value is (155,22,241). Sum of RGB (Red+Green+Blue) = 155+22+241=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 22 (8.98% from 255 or 5.26% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #9B16F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B16F1 is #64E90E. Grayscale: #555555. Windows color (decimal): -6613263 or 15799963. OLE color: 15799963.
HSL color Cylindrical-coordinate representation of color #9B16F1: hue angle of 276.44º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B16F1 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 22 | 241 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.05 |
| HSL | 276.44º | 0.89% | 0.52% | - |
| HSV(B) | 276.44º | 0.91% | 0.95% | - |
| XYZ | 29.68 | 13.89 | 84.34 | - |
| YUV | 86.73 | 215.06 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 22 | 241 | 0.36 | 0.91 | 0 | 0.05 | 276.44 | 0.89 | 0.52 |
| Hex | 9B | 16 | F1 | 24 | 5B | 0 | 5 | 114 | 59 | 34 |
| Octal | 233 | 26 | 361 | 44 | 133 | 0 | 5 | 424 | 131 | 64 |
| Binary | 10011011 | 10110 | 11110001 | 100100 | 1011011 | 0 | 101 | 100010100 | 1011001 | 110100 |
Color Harmonies of #9B16F1
Complementary color
Monochromatic Colors of #9B16F1
Black with #9B16F1
Text Example
Text Example
White with #9B16F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B16F1; }
p { color: rgb(155,22,241); }
H1.HeaderClassName
{
color: #9B16F1;
}
.AnyTagClassName
{
color: #9B16F1;
}
</style>
background-color css
<style>
a { background-color: #9B16F1; }
a { background-color: rgb(155,22,241); }
div.DivClassName
{
background-color: #9B16F1;
}
.BgClassName
{
background-color: #9B16F1;
}
</style>
border-color css
<style>
span { border-color: #9B16F1; }
span { border-color: rgb(155,22,241); }
td.TdClassName
{
border-color: #9B16F1;
}
.TagClassName
{
border-color: #9B16F1;
}
</style>