Shades of Blue Violet #9B14E9
Tints of Blue Violet #9B14E9
RGB
CMYK
RGB Variations
Color information
#9B14E9 (or 0x9B14E9) is known color: Blue Violet. HEX triplet: 9B, 14 and E9. RGB value is (155,20,233). Sum of RGB (Red+Green+Blue) = 155+20+233=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 233 (91.41% from 255 or 57.11% from 408); Max value from RGB is 233 - color contains mainly: blue. Hex color #9B14E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B14E9 is #64EB16. Grayscale: #535353. Windows color (decimal): -6613783 or 15275163. OLE color: 15275163.
HSL color Cylindrical-coordinate representation of color #9B14E9: hue angle of 278.03º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B14E9 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 155 | 20 | 233 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.09 |
| HSL | 278.03º | 0.84% | 0.5% | - |
| HSV(B) | 278.03º | 0.91% | 0.91% | - |
| XYZ | 28.48 | 13.35 | 78.17 | - |
| YUV | 84.65 | 211.73 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 233 | 0.33 | 0.91 | 0 | 0.09 | 278.03 | 0.84 | 0.5 |
| Hex | 9B | 14 | E9 | 21 | 5B | 0 | 9 | 116 | 54 | 32 |
| Octal | 233 | 24 | 351 | 41 | 133 | 0 | 11 | 426 | 124 | 62 |
| Binary | 10011011 | 10100 | 11101001 | 100001 | 1011011 | 0 | 1001 | 100010110 | 1010100 | 110010 |
Color Harmonies of #9B14E9
Complementary color
Monochromatic Colors of #9B14E9
Black with #9B14E9
Text Example
Text Example
White with #9B14E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B14E9; }
p { color: rgb(155,20,233); }
H1.HeaderClassName
{
color: #9B14E9;
}
.AnyTagClassName
{
color: #9B14E9;
}
</style>
background-color css
<style>
a { background-color: #9B14E9; }
a { background-color: rgb(155,20,233); }
div.DivClassName
{
background-color: #9B14E9;
}
.BgClassName
{
background-color: #9B14E9;
}
</style>
border-color css
<style>
span { border-color: #9B14E9; }
span { border-color: rgb(155,20,233); }
td.TdClassName
{
border-color: #9B14E9;
}
.TagClassName
{
border-color: #9B14E9;
}
</style>