Shades of Violet Blue #964A8D
Tints of Violet Blue #964A8D
RGB
CMYK
RGB Variations
Color information
#964A8D (or 0x964A8D) is known color: Violet Blue. HEX triplet: 96, 4A and 8D. RGB value is (150,74,141). Sum of RGB (Red+Green+Blue) = 150+74+141=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 74 (29.30% from 255 or 20.27% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964A8D is #69B572. Grayscale: #686868. Windows color (decimal): -6927731 or 9259670. OLE color: 9259670.
HSL color Cylindrical-coordinate representation of color #964A8D: hue angle of 307.11º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A8D is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 141 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.41 |
| HSL | 307.11º | 0.34% | 0.44% | - |
| HSV(B) | 307.11º | 0.51% | 0.59% | - |
| XYZ | 19.83 | 13.3 | 26.72 | - |
| YUV | 104.36 | 148.68 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 141 | 0 | 0.51 | 0.06 | 0.41 | 307.11 | 0.34 | 0.44 |
| Hex | 96 | 4A | 8D | 0 | 33 | 6 | 29 | 133 | 22 | 2C |
| Octal | 226 | 112 | 215 | 0 | 63 | 6 | 51 | 463 | 42 | 54 |
| Binary | 10010110 | 1001010 | 10001101 | 0 | 110011 | 110 | 101001 | 100110011 | 100010 | 101100 |
Color Harmonies of #964A8D
Complementary color
Monochromatic Colors of #964A8D
Black with #964A8D
Text Example
Text Example
White with #964A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A8D; }
p { color: rgb(150,74,141); }
H1.HeaderClassName
{
color: #964A8D;
}
.AnyTagClassName
{
color: #964A8D;
}
</style>
background-color css
<style>
a { background-color: #964A8D; }
a { background-color: rgb(150,74,141); }
div.DivClassName
{
background-color: #964A8D;
}
.BgClassName
{
background-color: #964A8D;
}
</style>
border-color css
<style>
span { border-color: #964A8D; }
span { border-color: rgb(150,74,141); }
td.TdClassName
{
border-color: #964A8D;
}
.TagClassName
{
border-color: #964A8D;
}
</style>