Shades of Violet Blue #9645A4
Tints of Violet Blue #9645A4
RGB
CMYK
RGB Variations
Color information
#9645A4 (or 0x9645A4) is known color: Violet Blue. HEX triplet: 96, 45 and A4. RGB value is (150,69,164). Sum of RGB (Red+Green+Blue) = 150+69+164=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 164 (64.45% from 255 or 42.82% from 383); Max value from RGB is 164 - color contains mainly: blue. Hex color #9645A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9645A4 is #69BA5B. Grayscale: #676767. Windows color (decimal): -6928988 or 10765718. OLE color: 10765718.
HSL color Cylindrical-coordinate representation of color #9645A4: hue angle of 291.16º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9645A4 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 69 | 164 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.36 |
| HSL | 291.16º | 0.41% | 0.46% | - |
| HSV(B) | 291.16º | 0.58% | 0.64% | - |
| XYZ | 21.41 | 13.42 | 36.58 | - |
| YUV | 104.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 69 | 164 | 0.09 | 0.58 | 0 | 0.36 | 291.16 | 0.41 | 0.46 |
| Hex | 96 | 45 | A4 | 9 | 3A | 0 | 24 | 123 | 29 | 2E |
| Octal | 226 | 105 | 244 | 11 | 72 | 0 | 44 | 443 | 51 | 56 |
| Binary | 10010110 | 1000101 | 10100100 | 1001 | 111010 | 0 | 100100 | 100100011 | 101001 | 101110 |
Color Harmonies of #9645A4
Complementary color
Monochromatic Colors of #9645A4
Black with #9645A4
Text Example
Text Example
White with #9645A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9645A4; }
p { color: rgb(150,69,164); }
H1.HeaderClassName
{
color: #9645A4;
}
.AnyTagClassName
{
color: #9645A4;
}
</style>
background-color css
<style>
a { background-color: #9645A4; }
a { background-color: rgb(150,69,164); }
div.DivClassName
{
background-color: #9645A4;
}
.BgClassName
{
background-color: #9645A4;
}
</style>
border-color css
<style>
span { border-color: #9645A4; }
span { border-color: rgb(150,69,164); }
td.TdClassName
{
border-color: #9645A4;
}
.TagClassName
{
border-color: #9645A4;
}
</style>