Shades of Violet Blue #964B8B
Tints of Violet Blue #964B8B
RGB
CMYK
RGB Variations
Color information
#964B8B (or 0x964B8B) is known color: Violet Blue. HEX triplet: 96, 4B and 8B. RGB value is (150,75,139). Sum of RGB (Red+Green+Blue) = 150+75+139=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #964B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964B8B is #69B474. Grayscale: #686868. Windows color (decimal): -6927477 or 9128854. OLE color: 9128854.
HSL color Cylindrical-coordinate representation of color #964B8B: hue angle of 308.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964B8B is Cyan = 0, Magento = 0.5, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 139 | - |
| CMYK | 0 | 0.5 | 0.07 | 0.41 |
| HSL | 308.8º | 0.33% | 0.44% | - |
| HSV(B) | 308.8º | 0.5% | 0.59% | - |
| XYZ | 19.75 | 13.38 | 25.97 | - |
| YUV | 104.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 139 | 0 | 0.5 | 0.07 | 0.41 | 308.8 | 0.33 | 0.44 |
| Hex | 96 | 4B | 8B | 0 | 32 | 7 | 29 | 135 | 21 | 2C |
| Octal | 226 | 113 | 213 | 0 | 62 | 7 | 51 | 465 | 41 | 54 |
| Binary | 10010110 | 1001011 | 10001011 | 0 | 110010 | 111 | 101001 | 100110101 | 100001 | 101100 |
Color Harmonies of #964B8B
Complementary color
Monochromatic Colors of #964B8B
Black with #964B8B
Text Example
Text Example
White with #964B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B8B; }
p { color: rgb(150,75,139); }
H1.HeaderClassName
{
color: #964B8B;
}
.AnyTagClassName
{
color: #964B8B;
}
</style>
background-color css
<style>
a { background-color: #964B8B; }
a { background-color: rgb(150,75,139); }
div.DivClassName
{
background-color: #964B8B;
}
.BgClassName
{
background-color: #964B8B;
}
</style>
border-color css
<style>
span { border-color: #964B8B; }
span { border-color: rgb(150,75,139); }
td.TdClassName
{
border-color: #964B8B;
}
.TagClassName
{
border-color: #964B8B;
}
</style>