Shades of Blue Violet #9B21FF
Tints of Blue Violet #9B21FF
RGB
CMYK
RGB Variations
Color information
#9B21FF (or 0x9B21FF) is known color: Blue Violet. HEX triplet: 9B, 21 and FF. RGB value is (155,33,255). Sum of RGB (Red+Green+Blue) = 155+33+255=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B21FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B21FF is #64DE00. Grayscale: #5E5E5E. Windows color (decimal): -6610433 or 16720283. OLE color: 16720283.
HSL color Cylindrical-coordinate representation of color #9B21FF: hue angle of 272.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B21FF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 33 | 255 | - |
| CMYK | 0.39 | 0.87 | 0 | 0 |
| HSL | 272.97º | 1% | 0.56% | - |
| HSV(B) | 272.97º | 0.87% | 1% | - |
| XYZ | 32.11 | 15.28 | 95.86 | - |
| YUV | 94.79 | 218.42 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 33 | 255 | 0.39 | 0.87 | 0 | 0 | 272.97 | 1 | 0.56 |
| Hex | 9B | 21 | FF | 27 | 57 | 0 | 0 | 111 | 64 | 38 |
| Octal | 233 | 41 | 377 | 47 | 127 | 0 | 0 | 421 | 144 | 70 |
| Binary | 10011011 | 100001 | 11111111 | 100111 | 1010111 | 0 | 0 | 100010001 | 1100100 | 111000 |
Color Harmonies of #9B21FF
Complementary color
Monochromatic Colors of #9B21FF
Black with #9B21FF
Text Example
Text Example
White with #9B21FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B21FF; }
p { color: rgb(155,33,255); }
H1.HeaderClassName
{
color: #9B21FF;
}
.AnyTagClassName
{
color: #9B21FF;
}
</style>
background-color css
<style>
a { background-color: #9B21FF; }
a { background-color: rgb(155,33,255); }
div.DivClassName
{
background-color: #9B21FF;
}
.BgClassName
{
background-color: #9B21FF;
}
</style>
border-color css
<style>
span { border-color: #9B21FF; }
span { border-color: rgb(155,33,255); }
td.TdClassName
{
border-color: #9B21FF;
}
.TagClassName
{
border-color: #9B21FF;
}
</style>