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