Shades of Blue Violet #9647FA
Tints of Blue Violet #9647FA
RGB
CMYK
RGB Variations
Color information
#9647FA (or 0x9647FA) is known color: Blue Violet. HEX triplet: 96, 47 and FA. RGB value is (150,71,250). Sum of RGB (Red+Green+Blue) = 150+71+250=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 71 (28.12% from 255 or 15.07% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #9647FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9647FA is #69B805. Grayscale: #727272. Windows color (decimal): -6928390 or 16402326. OLE color: 16402326.
HSL color Cylindrical-coordinate representation of color #9647FA: hue angle of 266.48º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9647FA is Cyan = 0.4, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 71 | 250 | - |
| CMYK | 0.4 | 0.72 | 0 | 0.02 |
| HSL | 266.48º | 0.95% | 0.63% | - |
| HSV(B) | 266.48º | 0.72% | 0.98% | - |
| XYZ | 32.09 | 17.89 | 92.2 | - |
| YUV | 115.03 | 204.17 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 71 | 250 | 0.4 | 0.72 | 0 | 0.02 | 266.48 | 0.95 | 0.63 |
| Hex | 96 | 47 | FA | 28 | 48 | 0 | 2 | 10A | 5F | 3F |
| Octal | 226 | 107 | 372 | 50 | 110 | 0 | 2 | 412 | 137 | 77 |
| Binary | 10010110 | 1000111 | 11111010 | 101000 | 1001000 | 0 | 10 | 100001010 | 1011111 | 111111 |
Color Harmonies of #9647FA
Complementary color
Monochromatic Colors of #9647FA
Black with #9647FA
Text Example
Text Example
White with #9647FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9647FA; }
p { color: rgb(150,71,250); }
H1.HeaderClassName
{
color: #9647FA;
}
.AnyTagClassName
{
color: #9647FA;
}
</style>
background-color css
<style>
a { background-color: #9647FA; }
a { background-color: rgb(150,71,250); }
div.DivClassName
{
background-color: #9647FA;
}
.BgClassName
{
background-color: #9647FA;
}
</style>
border-color css
<style>
span { border-color: #9647FA; }
span { border-color: rgb(150,71,250); }
td.TdClassName
{
border-color: #9647FA;
}
.TagClassName
{
border-color: #9647FA;
}
</style>