Shades of Violet Blue #964D8B
Tints of Violet Blue #964D8B
RGB
CMYK
RGB Variations
Color information
#964D8B (or 0x964D8B) is known color: Violet Blue. HEX triplet: 96, 4D and 8B. RGB value is (150,77,139). Sum of RGB (Red+Green+Blue) = 150+77+139=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 77 (30.47% from 255 or 21.04% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D8B is #69B274. Grayscale: #696969. Windows color (decimal): -6926965 or 9129366. OLE color: 9129366.
HSL color Cylindrical-coordinate representation of color #964D8B: hue angle of 309.04º 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 #964D8B is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 139 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.41 |
| HSL | 309.04º | 0.32% | 0.45% | - |
| HSV(B) | 309.04º | 0.49% | 0.59% | - |
| XYZ | 19.89 | 13.66 | 26.01 | - |
| YUV | 105.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 139 | 0 | 0.49 | 0.07 | 0.41 | 309.04 | 0.32 | 0.45 |
| Hex | 96 | 4D | 8B | 0 | 31 | 7 | 29 | 135 | 20 | 2D |
| Octal | 226 | 115 | 213 | 0 | 61 | 7 | 51 | 465 | 40 | 55 |
| Binary | 10010110 | 1001101 | 10001011 | 0 | 110001 | 111 | 101001 | 100110101 | 100000 | 101101 |
Color Harmonies of #964D8B
Complementary color
Monochromatic Colors of #964D8B
Black with #964D8B
Text Example
Text Example
White with #964D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D8B; }
p { color: rgb(150,77,139); }
H1.HeaderClassName
{
color: #964D8B;
}
.AnyTagClassName
{
color: #964D8B;
}
</style>
background-color css
<style>
a { background-color: #964D8B; }
a { background-color: rgb(150,77,139); }
div.DivClassName
{
background-color: #964D8B;
}
.BgClassName
{
background-color: #964D8B;
}
</style>
border-color css
<style>
span { border-color: #964D8B; }
span { border-color: rgb(150,77,139); }
td.TdClassName
{
border-color: #964D8B;
}
.TagClassName
{
border-color: #964D8B;
}
</style>