Shades of Violet Blue #96569A
Tints of Violet Blue #96569A
RGB
CMYK
RGB Variations
Color information
#96569A (or 0x96569A) is known color: Violet Blue. HEX triplet: 96, 56 and 9A. RGB value is (150,86,154). Sum of RGB (Red+Green+Blue) = 150+86+154=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 154 - color contains mainly: blue. Hex color #96569A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96569A is #69A965. Grayscale: #707070. Windows color (decimal): -6924646 or 10114710. OLE color: 10114710.
HSL color Cylindrical-coordinate representation of color #96569A: hue angle of 296.47º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96569A is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 86 | 154 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.40 |
| HSL | 296.47º | 0.28% | 0.47% | - |
| HSV(B) | 296.47º | 0.44% | 0.6% | - |
| XYZ | 21.74 | 15.47 | 32.41 | - |
| YUV | 112.89 | 151.2 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 154 | 0.03 | 0.44 | 0 | 0.40 | 296.47 | 0.28 | 0.47 |
| Hex | 96 | 56 | 9A | 3 | 2C | 0 | 28 | 128 | 1C | 2F |
| Octal | 226 | 126 | 232 | 3 | 54 | 0 | 50 | 450 | 34 | 57 |
| Binary | 10010110 | 1010110 | 10011010 | 11 | 101100 | 0 | 101000 | 100101000 | 11100 | 101111 |
Color Harmonies of #96569A
Complementary color
Monochromatic Colors of #96569A
Black with #96569A
Text Example
Text Example
White with #96569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96569A; }
p { color: rgb(150,86,154); }
H1.HeaderClassName
{
color: #96569A;
}
.AnyTagClassName
{
color: #96569A;
}
</style>
background-color css
<style>
a { background-color: #96569A; }
a { background-color: rgb(150,86,154); }
div.DivClassName
{
background-color: #96569A;
}
.BgClassName
{
background-color: #96569A;
}
</style>
border-color css
<style>
span { border-color: #96569A; }
span { border-color: rgb(150,86,154); }
td.TdClassName
{
border-color: #96569A;
}
.TagClassName
{
border-color: #96569A;
}
</style>