Shades of Violet Blue #96599B
Tints of Violet Blue #96599B
RGB
CMYK
RGB Variations
Color information
#96599B (or 0x96599B) is known color: Violet Blue. HEX triplet: 96, 59 and 9B. RGB value is (150,89,155). Sum of RGB (Red+Green+Blue) = 150+89+155=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #96599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96599B is #69A664. Grayscale: #727272. Windows color (decimal): -6923877 or 10181014. OLE color: 10181014.
HSL color Cylindrical-coordinate representation of color #96599B: hue angle of 295.45º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96599B is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 89 | 155 | - |
| CMYK | 0.03 | 0.43 | 0 | 0.39 |
| HSL | 295.45º | 0.27% | 0.48% | - |
| HSV(B) | 295.45º | 0.43% | 0.61% | - |
| XYZ | 22.07 | 16 | 32.93 | - |
| YUV | 114.76 | 150.71 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 155 | 0.03 | 0.43 | 0 | 0.39 | 295.45 | 0.27 | 0.48 |
| Hex | 96 | 59 | 9B | 3 | 2B | 0 | 27 | 127 | 1B | 30 |
| Octal | 226 | 131 | 233 | 3 | 53 | 0 | 47 | 447 | 33 | 60 |
| Binary | 10010110 | 1011001 | 10011011 | 11 | 101011 | 0 | 100111 | 100100111 | 11011 | 110000 |
Color Harmonies of #96599B
Complementary color
Monochromatic Colors of #96599B
Black with #96599B
Text Example
Text Example
White with #96599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96599B; }
p { color: rgb(150,89,155); }
H1.HeaderClassName
{
color: #96599B;
}
.AnyTagClassName
{
color: #96599B;
}
</style>
background-color css
<style>
a { background-color: #96599B; }
a { background-color: rgb(150,89,155); }
div.DivClassName
{
background-color: #96599B;
}
.BgClassName
{
background-color: #96599B;
}
</style>
border-color css
<style>
span { border-color: #96599B; }
span { border-color: rgb(150,89,155); }
td.TdClassName
{
border-color: #96599B;
}
.TagClassName
{
border-color: #96599B;
}
</style>