Shades of Blue Violet #9644DF
Tints of Blue Violet #9644DF
RGB
CMYK
RGB Variations
Color information
#9644DF (or 0x9644DF) is known color: Blue Violet. HEX triplet: 96, 44 and DF. RGB value is (150,68,223). Sum of RGB (Red+Green+Blue) = 150+68+223=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #9644DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9644DF is #69BB20. Grayscale: #6D6D6D. Windows color (decimal): -6929185 or 14632086. OLE color: 14632086.
HSL color Cylindrical-coordinate representation of color #9644DF: hue angle of 271.74º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9644DF is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 68 | 223 | - |
| CMYK | 0.33 | 0.70 | 0 | 0.13 |
| HSL | 271.74º | 0.71% | 0.57% | - |
| HSV(B) | 271.74º | 0.7% | 0.87% | - |
| XYZ | 27.96 | 15.95 | 71.42 | - |
| YUV | 110.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 223 | 0.33 | 0.70 | 0 | 0.13 | 271.74 | 0.71 | 0.57 |
| Hex | 96 | 44 | DF | 21 | 46 | 0 | D | 110 | 47 | 39 |
| Octal | 226 | 104 | 337 | 41 | 106 | 0 | 15 | 420 | 107 | 71 |
| Binary | 10010110 | 1000100 | 11011111 | 100001 | 1000110 | 0 | 1101 | 100010000 | 1000111 | 111001 |
Color Harmonies of #9644DF
Complementary color
Monochromatic Colors of #9644DF
Black with #9644DF
Text Example
Text Example
White with #9644DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9644DF; }
p { color: rgb(150,68,223); }
H1.HeaderClassName
{
color: #9644DF;
}
.AnyTagClassName
{
color: #9644DF;
}
</style>
background-color css
<style>
a { background-color: #9644DF; }
a { background-color: rgb(150,68,223); }
div.DivClassName
{
background-color: #9644DF;
}
.BgClassName
{
background-color: #9644DF;
}
</style>
border-color css
<style>
span { border-color: #9644DF; }
span { border-color: rgb(150,68,223); }
td.TdClassName
{
border-color: #9644DF;
}
.TagClassName
{
border-color: #9644DF;
}
</style>