Shades of Blue Violet #9B1AFF
Tints of Blue Violet #9B1AFF
RGB
CMYK
RGB Variations
Color information
#9B1AFF (or 0x9B1AFF) is known color: Blue Violet. HEX triplet: 9B, 1A and FF. RGB value is (155,26,255). Sum of RGB (Red+Green+Blue) = 155+26+255=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B1AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B1AFF is #64E500. Grayscale: #595959. Windows color (decimal): -6612225 or 16718491. OLE color: 16718491.
HSL color Cylindrical-coordinate representation of color #9B1AFF: hue angle of 273.8º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1AFF is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 26 | 255 | - |
| CMYK | 0.39 | 0.90 | 0 | 0 |
| HSL | 273.8º | 1% | 0.55% | - |
| HSV(B) | 273.8º | 0.9% | 1% | - |
| XYZ | 31.94 | 14.93 | 95.81 | - |
| YUV | 90.68 | 220.74 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 26 | 255 | 0.39 | 0.90 | 0 | 0 | 273.8 | 1 | 0.55 |
| Hex | 9B | 1A | FF | 27 | 5A | 0 | 0 | 112 | 64 | 37 |
| Octal | 233 | 32 | 377 | 47 | 132 | 0 | 0 | 422 | 144 | 67 |
| Binary | 10011011 | 11010 | 11111111 | 100111 | 1011010 | 0 | 0 | 100010010 | 1100100 | 110111 |
Color Harmonies of #9B1AFF
Complementary color
Monochromatic Colors of #9B1AFF
Black with #9B1AFF
Text Example
Text Example
White with #9B1AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1AFF; }
p { color: rgb(155,26,255); }
H1.HeaderClassName
{
color: #9B1AFF;
}
.AnyTagClassName
{
color: #9B1AFF;
}
</style>
background-color css
<style>
a { background-color: #9B1AFF; }
a { background-color: rgb(155,26,255); }
div.DivClassName
{
background-color: #9B1AFF;
}
.BgClassName
{
background-color: #9B1AFF;
}
</style>
border-color css
<style>
span { border-color: #9B1AFF; }
span { border-color: rgb(155,26,255); }
td.TdClassName
{
border-color: #9B1AFF;
}
.TagClassName
{
border-color: #9B1AFF;
}
</style>