Shades of Violet Blue #9645A1
Tints of Violet Blue #9645A1
RGB
CMYK
RGB Variations
Color information
#9645A1 (or 0x9645A1) is known color: Violet Blue. HEX triplet: 96, 45 and A1. RGB value is (150,69,161). Sum of RGB (Red+Green+Blue) = 150+69+161=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 161 - color contains mainly: blue. Hex color #9645A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9645A1 is #69BA5E. Grayscale: #676767. Windows color (decimal): -6928991 or 10569110. OLE color: 10569110.
HSL color Cylindrical-coordinate representation of color #9645A1: hue angle of 292.83º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9645A1 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 69 | 161 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.37 |
| HSL | 292.83º | 0.4% | 0.45% | - |
| HSV(B) | 292.83º | 0.57% | 0.63% | - |
| XYZ | 21.14 | 13.31 | 35.17 | - |
| YUV | 103.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 161 | 0.07 | 0.57 | 0 | 0.37 | 292.83 | 0.4 | 0.45 |
| Hex | 96 | 45 | A1 | 7 | 39 | 0 | 25 | 125 | 28 | 2D |
| Octal | 226 | 105 | 241 | 7 | 71 | 0 | 45 | 445 | 50 | 55 |
| Binary | 10010110 | 1000101 | 10100001 | 111 | 111001 | 0 | 100101 | 100100101 | 101000 | 101101 |
Color Harmonies of #9645A1
Complementary color
Monochromatic Colors of #9645A1
Black with #9645A1
Text Example
Text Example
White with #9645A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9645A1; }
p { color: rgb(150,69,161); }
H1.HeaderClassName
{
color: #9645A1;
}
.AnyTagClassName
{
color: #9645A1;
}
</style>
background-color css
<style>
a { background-color: #9645A1; }
a { background-color: rgb(150,69,161); }
div.DivClassName
{
background-color: #9645A1;
}
.BgClassName
{
background-color: #9645A1;
}
</style>
border-color css
<style>
span { border-color: #9645A1; }
span { border-color: rgb(150,69,161); }
td.TdClassName
{
border-color: #9645A1;
}
.TagClassName
{
border-color: #9645A1;
}
</style>