Shades of Violet Blue #964C8D
Tints of Violet Blue #964C8D
RGB
CMYK
RGB Variations
Color information
#964C8D (or 0x964C8D) is known color: Violet Blue. HEX triplet: 96, 4C and 8D. RGB value is (150,76,141). Sum of RGB (Red+Green+Blue) = 150+76+141=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #964C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C8D is #69B372. Grayscale: #696969. Windows color (decimal): -6927219 or 9260182. OLE color: 9260182.
HSL color Cylindrical-coordinate representation of color #964C8D: hue angle of 307.3º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964C8D is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 76 | 141 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.41 |
| HSL | 307.3º | 0.33% | 0.44% | - |
| HSV(B) | 307.3º | 0.49% | 0.59% | - |
| XYZ | 19.97 | 13.58 | 26.77 | - |
| YUV | 105.54 | 148.02 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 76 | 141 | 0 | 0.49 | 0.06 | 0.41 | 307.3 | 0.33 | 0.44 |
| Hex | 96 | 4C | 8D | 0 | 31 | 6 | 29 | 133 | 21 | 2C |
| Octal | 226 | 114 | 215 | 0 | 61 | 6 | 51 | 463 | 41 | 54 |
| Binary | 10010110 | 1001100 | 10001101 | 0 | 110001 | 110 | 101001 | 100110011 | 100001 | 101100 |
Color Harmonies of #964C8D
Complementary color
Monochromatic Colors of #964C8D
Black with #964C8D
Text Example
Text Example
White with #964C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964C8D; }
p { color: rgb(150,76,141); }
H1.HeaderClassName
{
color: #964C8D;
}
.AnyTagClassName
{
color: #964C8D;
}
</style>
background-color css
<style>
a { background-color: #964C8D; }
a { background-color: rgb(150,76,141); }
div.DivClassName
{
background-color: #964C8D;
}
.BgClassName
{
background-color: #964C8D;
}
</style>
border-color css
<style>
span { border-color: #964C8D; }
span { border-color: rgb(150,76,141); }
td.TdClassName
{
border-color: #964C8D;
}
.TagClassName
{
border-color: #964C8D;
}
</style>