Shades of Blue Violet #9649FF
Tints of Blue Violet #9649FF
RGB
CMYK
RGB Variations
Color information
#9649FF (or 0x9649FF) is known color: Blue Violet. HEX triplet: 96, 49 and FF. RGB value is (150,73,255). Sum of RGB (Red+Green+Blue) = 150+73+255=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 73 (28.91% from 255 or 15.27% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #9649FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9649FF is #69B600. Grayscale: #747474. Windows color (decimal): -6927873 or 16730518. OLE color: 16730518.
HSL color Cylindrical-coordinate representation of color #9649FF: hue angle of 265.38º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9649FF is Cyan = 0.41, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 73 | 255 | - |
| CMYK | 0.41 | 0.71 | 0 | 0 |
| HSL | 265.38º | 1% | 0.64% | - |
| HSV(B) | 265.38º | 0.71% | 1% | - |
| XYZ | 33.01 | 18.47 | 96.43 | - |
| YUV | 116.77 | 206.01 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 255 | 0.41 | 0.71 | 0 | 0 | 265.38 | 1 | 0.64 |
| Hex | 96 | 49 | FF | 29 | 47 | 0 | 0 | 109 | 64 | 40 |
| Octal | 226 | 111 | 377 | 51 | 107 | 0 | 0 | 411 | 144 | 100 |
| Binary | 10010110 | 1001001 | 11111111 | 101001 | 1000111 | 0 | 0 | 100001001 | 1100100 | 1000000 |
Color Harmonies of #9649FF
Complementary color
Monochromatic Colors of #9649FF
Black with #9649FF
Text Example
Text Example
White with #9649FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9649FF; }
p { color: rgb(150,73,255); }
H1.HeaderClassName
{
color: #9649FF;
}
.AnyTagClassName
{
color: #9649FF;
}
</style>
background-color css
<style>
a { background-color: #9649FF; }
a { background-color: rgb(150,73,255); }
div.DivClassName
{
background-color: #9649FF;
}
.BgClassName
{
background-color: #9649FF;
}
</style>
border-color css
<style>
span { border-color: #9649FF; }
span { border-color: rgb(150,73,255); }
td.TdClassName
{
border-color: #9649FF;
}
.TagClassName
{
border-color: #9649FF;
}
</style>