Shades of Blue Violet #9B14FE
Tints of Blue Violet #9B14FE
RGB
CMYK
RGB Variations
Color information
#9B14FE (or 0x9B14FE) is known color: Blue Violet. HEX triplet: 9B, 14 and FE. RGB value is (155,20,254). Sum of RGB (Red+Green+Blue) = 155+20+254=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 254 (99.61% from 255 or 59.21% from 429); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B14FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B14FE is #64EB01. Grayscale: #565656. Windows color (decimal): -6613762 or 16651419. OLE color: 16651419.
HSL color Cylindrical-coordinate representation of color #9B14FE: hue angle of 274.62º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B14FE is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 20 | 254 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.00 |
| HSL | 274.62º | 0.99% | 0.54% | - |
| HSV(B) | 274.62º | 0.92% | 1% | - |
| XYZ | 31.66 | 14.62 | 94.92 | - |
| YUV | 87.04 | 222.23 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 254 | 0.39 | 0.92 | 0 | 0.00 | 274.62 | 0.99 | 0.54 |
| Hex | 9B | 14 | FE | 27 | 5C | 0 | 0 | 113 | 63 | 36 |
| Octal | 233 | 24 | 376 | 47 | 134 | 0 | 0 | 423 | 143 | 66 |
| Binary | 10011011 | 10100 | 11111110 | 100111 | 1011100 | 0 | 0 | 100010011 | 1100011 | 110110 |
Color Harmonies of #9B14FE
Complementary color
Monochromatic Colors of #9B14FE
Black with #9B14FE
Text Example
Text Example
White with #9B14FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B14FE; }
p { color: rgb(155,20,254); }
H1.HeaderClassName
{
color: #9B14FE;
}
.AnyTagClassName
{
color: #9B14FE;
}
</style>
background-color css
<style>
a { background-color: #9B14FE; }
a { background-color: rgb(155,20,254); }
div.DivClassName
{
background-color: #9B14FE;
}
.BgClassName
{
background-color: #9B14FE;
}
</style>
border-color css
<style>
span { border-color: #9B14FE; }
span { border-color: rgb(155,20,254); }
td.TdClassName
{
border-color: #9B14FE;
}
.TagClassName
{
border-color: #9B14FE;
}
</style>