Shades of Blue Violet #9646DF
Tints of Blue Violet #9646DF
RGB
CMYK
RGB Variations
Color information
#9646DF (or 0x9646DF) is known color: Blue Violet. HEX triplet: 96, 46 and DF. RGB value is (150,70,223). Sum of RGB (Red+Green+Blue) = 150+70+223=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #9646DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646DF is #69B920. Grayscale: #6E6E6E. Windows color (decimal): -6928673 or 14632598. OLE color: 14632598.
HSL color Cylindrical-coordinate representation of color #9646DF: hue angle of 271.37º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9646DF is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 70 | 223 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.13 |
| HSL | 271.37º | 0.71% | 0.57% | - |
| HSV(B) | 271.37º | 0.69% | 0.87% | - |
| XYZ | 28.09 | 16.19 | 71.46 | - |
| YUV | 111.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 223 | 0.33 | 0.69 | 0 | 0.13 | 271.37 | 0.71 | 0.57 |
| Hex | 96 | 46 | DF | 21 | 45 | 0 | D | 10F | 47 | 39 |
| Octal | 226 | 106 | 337 | 41 | 105 | 0 | 15 | 417 | 107 | 71 |
| Binary | 10010110 | 1000110 | 11011111 | 100001 | 1000101 | 0 | 1101 | 100001111 | 1000111 | 111001 |
Color Harmonies of #9646DF
Complementary color
Monochromatic Colors of #9646DF
Black with #9646DF
Text Example
Text Example
White with #9646DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9646DF; }
p { color: rgb(150,70,223); }
H1.HeaderClassName
{
color: #9646DF;
}
.AnyTagClassName
{
color: #9646DF;
}
</style>
background-color css
<style>
a { background-color: #9646DF; }
a { background-color: rgb(150,70,223); }
div.DivClassName
{
background-color: #9646DF;
}
.BgClassName
{
background-color: #9646DF;
}
</style>
border-color css
<style>
span { border-color: #9646DF; }
span { border-color: rgb(150,70,223); }
td.TdClassName
{
border-color: #9646DF;
}
.TagClassName
{
border-color: #9646DF;
}
</style>