Shades of Violet Blue #965F8E
Tints of Violet Blue #965F8E
RGB
CMYK
RGB Variations
Color information
#965F8E (or 0x965F8E) is known color: Violet Blue. HEX triplet: 96, 5F and 8E. RGB value is (150,95,142). Sum of RGB (Red+Green+Blue) = 150+95+142=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #965F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965F8E is #69A071. Grayscale: #747474. Windows color (decimal): -6922354 or 9330582. OLE color: 9330582.
HSL color Cylindrical-coordinate representation of color #965F8E: hue angle of 308.73º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965F8E is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 95 | 142 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.41 |
| HSL | 308.73º | 0.22% | 0.48% | - |
| HSV(B) | 308.73º | 0.37% | 0.59% | - |
| XYZ | 21.55 | 16.62 | 27.66 | - |
| YUV | 116.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 142 | 0 | 0.37 | 0.05 | 0.41 | 308.73 | 0.22 | 0.48 |
| Hex | 96 | 5F | 8E | 0 | 25 | 5 | 29 | 135 | 16 | 30 |
| Octal | 226 | 137 | 216 | 0 | 45 | 5 | 51 | 465 | 26 | 60 |
| Binary | 10010110 | 1011111 | 10001110 | 0 | 100101 | 101 | 101001 | 100110101 | 10110 | 110000 |
Color Harmonies of #965F8E
Complementary color
Monochromatic Colors of #965F8E
Black with #965F8E
Text Example
Text Example
White with #965F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965F8E; }
p { color: rgb(150,95,142); }
H1.HeaderClassName
{
color: #965F8E;
}
.AnyTagClassName
{
color: #965F8E;
}
</style>
background-color css
<style>
a { background-color: #965F8E; }
a { background-color: rgb(150,95,142); }
div.DivClassName
{
background-color: #965F8E;
}
.BgClassName
{
background-color: #965F8E;
}
</style>
border-color css
<style>
span { border-color: #965F8E; }
span { border-color: rgb(150,95,142); }
td.TdClassName
{
border-color: #965F8E;
}
.TagClassName
{
border-color: #965F8E;
}
</style>