Shades of Violet Blue #965A9C
Tints of Violet Blue #965A9C
RGB
CMYK
RGB Variations
Color information
#965A9C (or 0x965A9C) is known color: Violet Blue. HEX triplet: 96, 5A and 9C. RGB value is (150,90,156). Sum of RGB (Red+Green+Blue) = 150+90+156=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #965A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965A9C is #69A563. Grayscale: #737373. Windows color (decimal): -6923620 or 10246806. OLE color: 10246806.
HSL color Cylindrical-coordinate representation of color #965A9C: hue angle of 294.55º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #965A9C is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 90 | 156 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.39 |
| HSL | 294.55º | 0.27% | 0.48% | - |
| HSV(B) | 294.55º | 0.42% | 0.61% | - |
| XYZ | 22.23 | 16.2 | 33.41 | - |
| YUV | 115.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 156 | 0.04 | 0.42 | 0 | 0.39 | 294.55 | 0.27 | 0.48 |
| Hex | 96 | 5A | 9C | 4 | 2A | 0 | 27 | 127 | 1B | 30 |
| Octal | 226 | 132 | 234 | 4 | 52 | 0 | 47 | 447 | 33 | 60 |
| Binary | 10010110 | 1011010 | 10011100 | 100 | 101010 | 0 | 100111 | 100100111 | 11011 | 110000 |
Color Harmonies of #965A9C
Complementary color
Monochromatic Colors of #965A9C
Black with #965A9C
Text Example
Text Example
White with #965A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A9C; }
p { color: rgb(150,90,156); }
H1.HeaderClassName
{
color: #965A9C;
}
.AnyTagClassName
{
color: #965A9C;
}
</style>
background-color css
<style>
a { background-color: #965A9C; }
a { background-color: rgb(150,90,156); }
div.DivClassName
{
background-color: #965A9C;
}
.BgClassName
{
background-color: #965A9C;
}
</style>
border-color css
<style>
span { border-color: #965A9C; }
span { border-color: rgb(150,90,156); }
td.TdClassName
{
border-color: #965A9C;
}
.TagClassName
{
border-color: #965A9C;
}
</style>