Shades of Violet Blue #964F9F
Tints of Violet Blue #964F9F
RGB
CMYK
RGB Variations
Color information
#964F9F (or 0x964F9F) is known color: Violet Blue. HEX triplet: 96, 4F and 9F. RGB value is (150,79,159). Sum of RGB (Red+Green+Blue) = 150+79+159=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 159 - color contains mainly: blue. Hex color #964F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F9F is #69B060. Grayscale: #6D6D6D. Windows color (decimal): -6926433 or 10440598. OLE color: 10440598.
HSL color Cylindrical-coordinate representation of color #964F9F: hue angle of 293.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #964F9F is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 79 | 159 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.38 |
| HSL | 293.25º | 0.34% | 0.47% | - |
| HSV(B) | 293.25º | 0.5% | 0.62% | - |
| XYZ | 21.63 | 14.58 | 34.47 | - |
| YUV | 109.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 79 | 159 | 0.06 | 0.50 | 0 | 0.38 | 293.25 | 0.34 | 0.47 |
| Hex | 96 | 4F | 9F | 6 | 32 | 0 | 26 | 125 | 22 | 2F |
| Octal | 226 | 117 | 237 | 6 | 62 | 0 | 46 | 445 | 42 | 57 |
| Binary | 10010110 | 1001111 | 10011111 | 110 | 110010 | 0 | 100110 | 100100101 | 100010 | 101111 |
Color Harmonies of #964F9F
Complementary color
Monochromatic Colors of #964F9F
Black with #964F9F
Text Example
Text Example
White with #964F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964F9F; }
p { color: rgb(150,79,159); }
H1.HeaderClassName
{
color: #964F9F;
}
.AnyTagClassName
{
color: #964F9F;
}
</style>
background-color css
<style>
a { background-color: #964F9F; }
a { background-color: rgb(150,79,159); }
div.DivClassName
{
background-color: #964F9F;
}
.BgClassName
{
background-color: #964F9F;
}
</style>
border-color css
<style>
span { border-color: #964F9F; }
span { border-color: rgb(150,79,159); }
td.TdClassName
{
border-color: #964F9F;
}
.TagClassName
{
border-color: #964F9F;
}
</style>