Shades of Violet Blue #964D8E
Tints of Violet Blue #964D8E
RGB
CMYK
RGB Variations
Color information
#964D8E (or 0x964D8E) is known color: Violet Blue. HEX triplet: 96, 4D and 8E. RGB value is (150,77,142). Sum of RGB (Red+Green+Blue) = 150+77+142=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #964D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D8E is #69B271. Grayscale: #6A6A6A. Windows color (decimal): -6926962 or 9325974. OLE color: 9325974.
HSL color Cylindrical-coordinate representation of color #964D8E: hue angle of 306.58º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D8E is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 142 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.41 |
| HSL | 306.58º | 0.32% | 0.45% | - |
| HSV(B) | 306.58º | 0.49% | 0.59% | - |
| XYZ | 20.11 | 13.74 | 27.18 | - |
| YUV | 106.24 | 148.18 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 142 | 0 | 0.49 | 0.05 | 0.41 | 306.58 | 0.32 | 0.45 |
| Hex | 96 | 4D | 8E | 0 | 31 | 5 | 29 | 133 | 20 | 2D |
| Octal | 226 | 115 | 216 | 0 | 61 | 5 | 51 | 463 | 40 | 55 |
| Binary | 10010110 | 1001101 | 10001110 | 0 | 110001 | 101 | 101001 | 100110011 | 100000 | 101101 |
Color Harmonies of #964D8E
Complementary color
Monochromatic Colors of #964D8E
Black with #964D8E
Text Example
Text Example
White with #964D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D8E; }
p { color: rgb(150,77,142); }
H1.HeaderClassName
{
color: #964D8E;
}
.AnyTagClassName
{
color: #964D8E;
}
</style>
background-color css
<style>
a { background-color: #964D8E; }
a { background-color: rgb(150,77,142); }
div.DivClassName
{
background-color: #964D8E;
}
.BgClassName
{
background-color: #964D8E;
}
</style>
border-color css
<style>
span { border-color: #964D8E; }
span { border-color: rgb(150,77,142); }
td.TdClassName
{
border-color: #964D8E;
}
.TagClassName
{
border-color: #964D8E;
}
</style>