Shades of Blue Violet #9B47FE
Tints of Blue Violet #9B47FE
RGB
CMYK
RGB Variations
Color information
#9B47FE (or 0x9B47FE) is known color: Blue Violet. HEX triplet: 9B, 47 and FE. RGB value is (155,71,254). Sum of RGB (Red+Green+Blue) = 155+71+254=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #9B47FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B47FE is #64B801. Grayscale: #747474. Windows color (decimal): -6600706 or 16664475. OLE color: 16664475.
HSL color Cylindrical-coordinate representation of color #9B47FE: hue angle of 267.54º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9B47FE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 71 | 254 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.00 |
| HSL | 267.54º | 0.99% | 0.64% | - |
| HSV(B) | 267.54º | 0.72% | 1% | - |
| XYZ | 33.66 | 18.63 | 95.59 | - |
| YUV | 116.98 | 205.33 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 254 | 0.39 | 0.72 | 0 | 0.00 | 267.54 | 0.99 | 0.64 |
| Hex | 9B | 47 | FE | 27 | 48 | 0 | 0 | 10C | 63 | 40 |
| Octal | 233 | 107 | 376 | 47 | 110 | 0 | 0 | 414 | 143 | 100 |
| Binary | 10011011 | 1000111 | 11111110 | 100111 | 1001000 | 0 | 0 | 100001100 | 1100011 | 1000000 |
Color Harmonies of #9B47FE
Complementary color
Monochromatic Colors of #9B47FE
Black with #9B47FE
Text Example
Text Example
White with #9B47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B47FE; }
p { color: rgb(155,71,254); }
H1.HeaderClassName
{
color: #9B47FE;
}
.AnyTagClassName
{
color: #9B47FE;
}
</style>
background-color css
<style>
a { background-color: #9B47FE; }
a { background-color: rgb(155,71,254); }
div.DivClassName
{
background-color: #9B47FE;
}
.BgClassName
{
background-color: #9B47FE;
}
</style>
border-color css
<style>
span { border-color: #9B47FE; }
span { border-color: rgb(155,71,254); }
td.TdClassName
{
border-color: #9B47FE;
}
.TagClassName
{
border-color: #9B47FE;
}
</style>