Shades of Blue Violet #9B44FF
Tints of Blue Violet #9B44FF
RGB
CMYK
RGB Variations
Color information
#9B44FF (or 0x9B44FF) is known color: Blue Violet. HEX triplet: 9B, 44 and FF. RGB value is (155,68,255). Sum of RGB (Red+Green+Blue) = 155+68+255=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 68 (26.95% from 255 or 14.23% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #9B44FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B44FF is #64BB00. Grayscale: #727272. Windows color (decimal): -6601473 or 16729243. OLE color: 16729243.
HSL color Cylindrical-coordinate representation of color #9B44FF: hue angle of 267.91º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9B44FF is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 68 | 255 | - |
| CMYK | 0.39 | 0.73 | 0 | 0 |
| HSL | 267.91º | 1% | 0.63% | - |
| HSV(B) | 267.91º | 0.73% | 1% | - |
| XYZ | 33.63 | 18.32 | 96.37 | - |
| YUV | 115.33 | 206.82 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 255 | 0.39 | 0.73 | 0 | 0 | 267.91 | 1 | 0.63 |
| Hex | 9B | 44 | FF | 27 | 49 | 0 | 0 | 10C | 64 | 3F |
| Octal | 233 | 104 | 377 | 47 | 111 | 0 | 0 | 414 | 144 | 77 |
| Binary | 10011011 | 1000100 | 11111111 | 100111 | 1001001 | 0 | 0 | 100001100 | 1100100 | 111111 |
Color Harmonies of #9B44FF
Complementary color
Monochromatic Colors of #9B44FF
Black with #9B44FF
Text Example
Text Example
White with #9B44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B44FF; }
p { color: rgb(155,68,255); }
H1.HeaderClassName
{
color: #9B44FF;
}
.AnyTagClassName
{
color: #9B44FF;
}
</style>
background-color css
<style>
a { background-color: #9B44FF; }
a { background-color: rgb(155,68,255); }
div.DivClassName
{
background-color: #9B44FF;
}
.BgClassName
{
background-color: #9B44FF;
}
</style>
border-color css
<style>
span { border-color: #9B44FF; }
span { border-color: rgb(155,68,255); }
td.TdClassName
{
border-color: #9B44FF;
}
.TagClassName
{
border-color: #9B44FF;
}
</style>