Shades of Violet Blue #964B8D
Tints of Violet Blue #964B8D
RGB
CMYK
RGB Variations
Color information
#964B8D (or 0x964B8D) is known color: Violet Blue. HEX triplet: 96, 4B and 8D. RGB value is (150,75,141). Sum of RGB (Red+Green+Blue) = 150+75+141=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #964B8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964B8D is #69B472. Grayscale: #686868. Windows color (decimal): -6927475 or 9259926. OLE color: 9259926.
HSL color Cylindrical-coordinate representation of color #964B8D: hue angle of 307.2º 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 #964B8D is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 75 | 141 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.41 |
| HSL | 307.2º | 0.33% | 0.44% | - |
| HSV(B) | 307.2º | 0.5% | 0.59% | - |
| XYZ | 19.9 | 13.44 | 26.74 | - |
| YUV | 104.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 75 | 141 | 0 | 0.5 | 0.06 | 0.41 | 307.2 | 0.33 | 0.44 |
| Hex | 96 | 4B | 8D | 0 | 32 | 6 | 29 | 133 | 21 | 2C |
| Octal | 226 | 113 | 215 | 0 | 62 | 6 | 51 | 463 | 41 | 54 |
| Binary | 10010110 | 1001011 | 10001101 | 0 | 110010 | 110 | 101001 | 100110011 | 100001 | 101100 |
Color Harmonies of #964B8D
Complementary color
Monochromatic Colors of #964B8D
Black with #964B8D
Text Example
Text Example
White with #964B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964B8D; }
p { color: rgb(150,75,141); }
H1.HeaderClassName
{
color: #964B8D;
}
.AnyTagClassName
{
color: #964B8D;
}
</style>
background-color css
<style>
a { background-color: #964B8D; }
a { background-color: rgb(150,75,141); }
div.DivClassName
{
background-color: #964B8D;
}
.BgClassName
{
background-color: #964B8D;
}
</style>
border-color css
<style>
span { border-color: #964B8D; }
span { border-color: rgb(150,75,141); }
td.TdClassName
{
border-color: #964B8D;
}
.TagClassName
{
border-color: #964B8D;
}
</style>