Shades of Violet Blue #965A8C
Tints of Violet Blue #965A8C
RGB
CMYK
RGB Variations
Color information
#965A8C (or 0x965A8C) is known color: Violet Blue. HEX triplet: 96, 5A and 8C. RGB value is (150,90,140). Sum of RGB (Red+Green+Blue) = 150+90+140=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #965A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965A8C is #69A573. Grayscale: #717171. Windows color (decimal): -6923636 or 9198230. OLE color: 9198230.
HSL color Cylindrical-coordinate representation of color #965A8C: hue angle of 310º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A8C is Cyan = 0, Magento = 0.4, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 140 | - |
| CMYK | 0 | 0.4 | 0.07 | 0.41 |
| HSL | 310º | 0.25% | 0.47% | - |
| HSV(B) | 310º | 0.4% | 0.59% | - |
| XYZ | 20.97 | 15.69 | 26.73 | - |
| YUV | 113.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 140 | 0 | 0.4 | 0.07 | 0.41 | 310 | 0.25 | 0.47 |
| Hex | 96 | 5A | 8C | 0 | 28 | 7 | 29 | 136 | 19 | 2F |
| Octal | 226 | 132 | 214 | 0 | 50 | 7 | 51 | 466 | 31 | 57 |
| Binary | 10010110 | 1011010 | 10001100 | 0 | 101000 | 111 | 101001 | 100110110 | 11001 | 101111 |
Color Harmonies of #965A8C
Complementary color
Monochromatic Colors of #965A8C
Black with #965A8C
Text Example
Text Example
White with #965A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A8C; }
p { color: rgb(150,90,140); }
H1.HeaderClassName
{
color: #965A8C;
}
.AnyTagClassName
{
color: #965A8C;
}
</style>
background-color css
<style>
a { background-color: #965A8C; }
a { background-color: rgb(150,90,140); }
div.DivClassName
{
background-color: #965A8C;
}
.BgClassName
{
background-color: #965A8C;
}
</style>
border-color css
<style>
span { border-color: #965A8C; }
span { border-color: rgb(150,90,140); }
td.TdClassName
{
border-color: #965A8C;
}
.TagClassName
{
border-color: #965A8C;
}
</style>