Shades of Violet Blue #965B8F
Tints of Violet Blue #965B8F
RGB
CMYK
RGB Variations
Color information
#965B8F (or 0x965B8F) is known color: Violet Blue. HEX triplet: 96, 5B and 8F. RGB value is (150,91,143). Sum of RGB (Red+Green+Blue) = 150+91+143=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #965B8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965B8F is #69A470. Grayscale: #727272. Windows color (decimal): -6923377 or 9395094. OLE color: 9395094.
HSL color Cylindrical-coordinate representation of color #965B8F: hue angle of 307.12º 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 #965B8F is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 91 | 143 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.41 |
| HSL | 307.12º | 0.24% | 0.47% | - |
| HSV(B) | 307.12º | 0.39% | 0.59% | - |
| XYZ | 21.28 | 15.95 | 27.94 | - |
| YUV | 114.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 143 | 0 | 0.39 | 0.05 | 0.41 | 307.12 | 0.24 | 0.47 |
| Hex | 96 | 5B | 8F | 0 | 27 | 5 | 29 | 133 | 18 | 2F |
| Octal | 226 | 133 | 217 | 0 | 47 | 5 | 51 | 463 | 30 | 57 |
| Binary | 10010110 | 1011011 | 10001111 | 0 | 100111 | 101 | 101001 | 100110011 | 11000 | 101111 |
Color Harmonies of #965B8F
Complementary color
Monochromatic Colors of #965B8F
Black with #965B8F
Text Example
Text Example
White with #965B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965B8F; }
p { color: rgb(150,91,143); }
H1.HeaderClassName
{
color: #965B8F;
}
.AnyTagClassName
{
color: #965B8F;
}
</style>
background-color css
<style>
a { background-color: #965B8F; }
a { background-color: rgb(150,91,143); }
div.DivClassName
{
background-color: #965B8F;
}
.BgClassName
{
background-color: #965B8F;
}
</style>
border-color css
<style>
span { border-color: #965B8F; }
span { border-color: rgb(150,91,143); }
td.TdClassName
{
border-color: #965B8F;
}
.TagClassName
{
border-color: #965B8F;
}
</style>