Shades of Blue Violet #9947FE
Tints of Blue Violet #9947FE
RGB
CMYK
RGB Variations
Color information
#9947FE (or 0x9947FE) is known color: Blue Violet. HEX triplet: 99, 47 and FE. RGB value is (153,71,254). Sum of RGB (Red+Green+Blue) = 153+71+254=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 71 (28.12% from 255 or 14.85% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #9947FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9947FE is #66B801. Grayscale: #737373. Windows color (decimal): -6731778 or 16664473. OLE color: 16664473.
HSL color Cylindrical-coordinate representation of color #9947FE: hue angle of 266.89º 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 #9947FE is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 71 | 254 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.00 |
| HSL | 266.89º | 0.99% | 0.64% | - |
| HSV(B) | 266.89º | 0.72% | 1% | - |
| XYZ | 33.28 | 18.43 | 95.57 | - |
| YUV | 116.38 | 205.67 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 254 | 0.40 | 0.72 | 0 | 0.00 | 266.89 | 0.99 | 0.64 |
| Hex | 99 | 47 | FE | 28 | 48 | 0 | 0 | 10B | 63 | 40 |
| Octal | 231 | 107 | 376 | 50 | 110 | 0 | 0 | 413 | 143 | 100 |
| Binary | 10011001 | 1000111 | 11111110 | 101000 | 1001000 | 0 | 0 | 100001011 | 1100011 | 1000000 |
Color Harmonies of #9947FE
Complementary color
Monochromatic Colors of #9947FE
Black with #9947FE
Text Example
Text Example
White with #9947FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9947FE; }
p { color: rgb(153,71,254); }
H1.HeaderClassName
{
color: #9947FE;
}
.AnyTagClassName
{
color: #9947FE;
}
</style>
background-color css
<style>
a { background-color: #9947FE; }
a { background-color: rgb(153,71,254); }
div.DivClassName
{
background-color: #9947FE;
}
.BgClassName
{
background-color: #9947FE;
}
</style>
border-color css
<style>
span { border-color: #9947FE; }
span { border-color: rgb(153,71,254); }
td.TdClassName
{
border-color: #9947FE;
}
.TagClassName
{
border-color: #9947FE;
}
</style>