Shades of Violet Blue #965C8D
Tints of Violet Blue #965C8D
RGB
CMYK
RGB Variations
Color information
#965C8D (or 0x965C8D) is known color: Violet Blue. HEX triplet: 96, 5C and 8D. RGB value is (150,92,141). Sum of RGB (Red+Green+Blue) = 150+92+141=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #965C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965C8D is #69A372. Grayscale: #727272. Windows color (decimal): -6923123 or 9264278. OLE color: 9264278.
HSL color Cylindrical-coordinate representation of color #965C8D: hue angle of 309.31º 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 #965C8D is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 141 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.41 |
| HSL | 309.31º | 0.24% | 0.47% | - |
| HSV(B) | 309.31º | 0.39% | 0.59% | - |
| XYZ | 21.21 | 16.06 | 27.18 | - |
| YUV | 114.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 141 | 0 | 0.39 | 0.06 | 0.41 | 309.31 | 0.24 | 0.47 |
| Hex | 96 | 5C | 8D | 0 | 27 | 6 | 29 | 135 | 18 | 2F |
| Octal | 226 | 134 | 215 | 0 | 47 | 6 | 51 | 465 | 30 | 57 |
| Binary | 10010110 | 1011100 | 10001101 | 0 | 100111 | 110 | 101001 | 100110101 | 11000 | 101111 |
Color Harmonies of #965C8D
Complementary color
Monochromatic Colors of #965C8D
Black with #965C8D
Text Example
Text Example
White with #965C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C8D; }
p { color: rgb(150,92,141); }
H1.HeaderClassName
{
color: #965C8D;
}
.AnyTagClassName
{
color: #965C8D;
}
</style>
background-color css
<style>
a { background-color: #965C8D; }
a { background-color: rgb(150,92,141); }
div.DivClassName
{
background-color: #965C8D;
}
.BgClassName
{
background-color: #965C8D;
}
</style>
border-color css
<style>
span { border-color: #965C8D; }
span { border-color: rgb(150,92,141); }
td.TdClassName
{
border-color: #965C8D;
}
.TagClassName
{
border-color: #965C8D;
}
</style>