Shades of Violet Blue #965AA5
Tints of Violet Blue #965AA5
RGB
CMYK
RGB Variations
Color information
#965AA5 (or 0x965AA5) is known color: Violet Blue. HEX triplet: 96, 5A and A5. RGB value is (150,90,165). Sum of RGB (Red+Green+Blue) = 150+90+165=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 165 (64.84% from 255 or 40.74% from 405); Max value from RGB is 165 - color contains mainly: blue. Hex color #965AA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965AA5 is #69A55A. Grayscale: #747474. Windows color (decimal): -6923611 or 10836630. OLE color: 10836630.
HSL color Cylindrical-coordinate representation of color #965AA5: hue angle of 288º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965AA5 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 90 | 165 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.35 |
| HSL | 288º | 0.29% | 0.5% | - |
| HSV(B) | 288º | 0.45% | 0.65% | - |
| XYZ | 23.03 | 16.51 | 37.57 | - |
| YUV | 116.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 165 | 0.09 | 0.45 | 0 | 0.35 | 288 | 0.29 | 0.5 |
| Hex | 96 | 5A | A5 | 9 | 2D | 0 | 23 | 120 | 1D | 32 |
| Octal | 226 | 132 | 245 | 11 | 55 | 0 | 43 | 440 | 35 | 62 |
| Binary | 10010110 | 1011010 | 10100101 | 1001 | 101101 | 0 | 100011 | 100100000 | 11101 | 110010 |
Color Harmonies of #965AA5
Complementary color
Monochromatic Colors of #965AA5
Black with #965AA5
Text Example
Text Example
White with #965AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965AA5; }
p { color: rgb(150,90,165); }
H1.HeaderClassName
{
color: #965AA5;
}
.AnyTagClassName
{
color: #965AA5;
}
</style>
background-color css
<style>
a { background-color: #965AA5; }
a { background-color: rgb(150,90,165); }
div.DivClassName
{
background-color: #965AA5;
}
.BgClassName
{
background-color: #965AA5;
}
</style>
border-color css
<style>
span { border-color: #965AA5; }
span { border-color: rgb(150,90,165); }
td.TdClassName
{
border-color: #965AA5;
}
.TagClassName
{
border-color: #965AA5;
}
</style>