Shades of Violet Blue #965BA7
Tints of Violet Blue #965BA7
RGB
CMYK
RGB Variations
Color information
#965BA7 (or 0x965BA7) is known color: Violet Blue. HEX triplet: 96, 5B and A7. RGB value is (150,91,167). Sum of RGB (Red+Green+Blue) = 150+91+167=408 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.76% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 167 - color contains mainly: blue. Hex color #965BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965BA7 is #69A458. Grayscale: #757575. Windows color (decimal): -6923353 or 10967958. OLE color: 10967958.
HSL color Cylindrical-coordinate representation of color #965BA7: hue angle of 286.58º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965BA7 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 91 | 167 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.35 |
| HSL | 286.58º | 0.3% | 0.51% | - |
| HSV(B) | 286.58º | 0.46% | 0.65% | - |
| XYZ | 23.29 | 16.76 | 38.57 | - |
| YUV | 117.31 | 156.05 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 167 | 0.10 | 0.46 | 0 | 0.35 | 286.58 | 0.3 | 0.51 |
| Hex | 96 | 5B | A7 | A | 2E | 0 | 23 | 11F | 1E | 33 |
| Octal | 226 | 133 | 247 | 12 | 56 | 0 | 43 | 437 | 36 | 63 |
| Binary | 10010110 | 1011011 | 10100111 | 1010 | 101110 | 0 | 100011 | 100011111 | 11110 | 110011 |
Color Harmonies of #965BA7
Complementary color
Monochromatic Colors of #965BA7
Black with #965BA7
Text Example
Text Example
White with #965BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BA7; }
p { color: rgb(150,91,167); }
H1.HeaderClassName
{
color: #965BA7;
}
.AnyTagClassName
{
color: #965BA7;
}
</style>
background-color css
<style>
a { background-color: #965BA7; }
a { background-color: rgb(150,91,167); }
div.DivClassName
{
background-color: #965BA7;
}
.BgClassName
{
background-color: #965BA7;
}
</style>
border-color css
<style>
span { border-color: #965BA7; }
span { border-color: rgb(150,91,167); }
td.TdClassName
{
border-color: #965BA7;
}
.TagClassName
{
border-color: #965BA7;
}
</style>