Shades of Blue Violet #9647FE
Tints of Blue Violet #9647FE
RGB
CMYK
RGB Variations
Color information
#9647FE (or 0x9647FE) is known color: Blue Violet. HEX triplet: 96, 47 and FE. RGB value is (150,71,254). Sum of RGB (Red+Green+Blue) = 150+71+254=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #9647FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9647FE is #69B801. Grayscale: #727272. Windows color (decimal): -6928386 or 16664470. OLE color: 16664470.
HSL color Cylindrical-coordinate representation of color #9647FE: hue angle of 265.9º 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 #9647FE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 150 | 71 | 254 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.00 |
| HSL | 265.9º | 0.99% | 0.64% | - |
| HSV(B) | 265.9º | 0.72% | 1% | - |
| XYZ | 32.72 | 18.15 | 95.54 | - |
| YUV | 115.48 | 206.17 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 254 | 0.41 | 0.72 | 0 | 0.00 | 265.9 | 0.99 | 0.64 |
| Hex | 96 | 47 | FE | 29 | 48 | 0 | 0 | 10A | 63 | 40 |
| Octal | 226 | 107 | 376 | 51 | 110 | 0 | 0 | 412 | 143 | 100 |
| Binary | 10010110 | 1000111 | 11111110 | 101001 | 1001000 | 0 | 0 | 100001010 | 1100011 | 1000000 |
Color Harmonies of #9647FE
Complementary color
Monochromatic Colors of #9647FE
Black with #9647FE
Text Example
Text Example
White with #9647FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647FE; }
p { color: rgb(150,71,254); }
H1.HeaderClassName
{
color: #9647FE;
}
.AnyTagClassName
{
color: #9647FE;
}
</style>
background-color css
<style>
a { background-color: #9647FE; }
a { background-color: rgb(150,71,254); }
div.DivClassName
{
background-color: #9647FE;
}
.BgClassName
{
background-color: #9647FE;
}
</style>
border-color css
<style>
span { border-color: #9647FE; }
span { border-color: rgb(150,71,254); }
td.TdClassName
{
border-color: #9647FE;
}
.TagClassName
{
border-color: #9647FE;
}
</style>