Shades of Violet Blue #96509B
Tints of Violet Blue #96509B
RGB
CMYK
RGB Variations
Color information
#96509B (or 0x96509B) is known color: Violet Blue. HEX triplet: 96, 50 and 9B. RGB value is (150,80,155). Sum of RGB (Red+Green+Blue) = 150+80+155=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #96509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96509B is #69AF64. Grayscale: #6D6D6D. Windows color (decimal): -6926181 or 10178710. OLE color: 10178710.
HSL color Cylindrical-coordinate representation of color #96509B: hue angle of 296º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96509B is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 80 | 155 | - |
| CMYK | 0.03 | 0.48 | 0 | 0.39 |
| HSL | 296º | 0.32% | 0.46% | - |
| HSV(B) | 296º | 0.48% | 0.61% | - |
| XYZ | 21.36 | 14.59 | 32.7 | - |
| YUV | 109.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 80 | 155 | 0.03 | 0.48 | 0 | 0.39 | 296 | 0.32 | 0.46 |
| Hex | 96 | 50 | 9B | 3 | 30 | 0 | 27 | 128 | 20 | 2E |
| Octal | 226 | 120 | 233 | 3 | 60 | 0 | 47 | 450 | 40 | 56 |
| Binary | 10010110 | 1010000 | 10011011 | 11 | 110000 | 0 | 100111 | 100101000 | 100000 | 101110 |
Color Harmonies of #96509B
Complementary color
Monochromatic Colors of #96509B
Black with #96509B
Text Example
Text Example
White with #96509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96509B; }
p { color: rgb(150,80,155); }
H1.HeaderClassName
{
color: #96509B;
}
.AnyTagClassName
{
color: #96509B;
}
</style>
background-color css
<style>
a { background-color: #96509B; }
a { background-color: rgb(150,80,155); }
div.DivClassName
{
background-color: #96509B;
}
.BgClassName
{
background-color: #96509B;
}
</style>
border-color css
<style>
span { border-color: #96509B; }
span { border-color: rgb(150,80,155); }
td.TdClassName
{
border-color: #96509B;
}
.TagClassName
{
border-color: #96509B;
}
</style>