Shades of Violet Blue #965B8D
Tints of Violet Blue #965B8D
RGB
CMYK
RGB Variations
Color information
#965B8D (or 0x965B8D) is known color: Violet Blue. HEX triplet: 96, 5B and 8D. RGB value is (150,91,141). Sum of RGB (Red+Green+Blue) = 150+91+141=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #965B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965B8D is #69A472. Grayscale: #727272. Windows color (decimal): -6923379 or 9264022. OLE color: 9264022.
HSL color Cylindrical-coordinate representation of color #965B8D: hue angle of 309.15º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965B8D is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 91 | 141 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.41 |
| HSL | 309.15º | 0.24% | 0.47% | - |
| HSV(B) | 309.15º | 0.39% | 0.59% | - |
| XYZ | 21.13 | 15.89 | 27.15 | - |
| YUV | 114.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 141 | 0 | 0.39 | 0.06 | 0.41 | 309.15 | 0.24 | 0.47 |
| Hex | 96 | 5B | 8D | 0 | 27 | 6 | 29 | 135 | 18 | 2F |
| Octal | 226 | 133 | 215 | 0 | 47 | 6 | 51 | 465 | 30 | 57 |
| Binary | 10010110 | 1011011 | 10001101 | 0 | 100111 | 110 | 101001 | 100110101 | 11000 | 101111 |
Color Harmonies of #965B8D
Complementary color
Monochromatic Colors of #965B8D
Black with #965B8D
Text Example
Text Example
White with #965B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965B8D; }
p { color: rgb(150,91,141); }
H1.HeaderClassName
{
color: #965B8D;
}
.AnyTagClassName
{
color: #965B8D;
}
</style>
background-color css
<style>
a { background-color: #965B8D; }
a { background-color: rgb(150,91,141); }
div.DivClassName
{
background-color: #965B8D;
}
.BgClassName
{
background-color: #965B8D;
}
</style>
border-color css
<style>
span { border-color: #965B8D; }
span { border-color: rgb(150,91,141); }
td.TdClassName
{
border-color: #965B8D;
}
.TagClassName
{
border-color: #965B8D;
}
</style>