Shades of Violet Blue #96548B
Tints of Violet Blue #96548B
RGB
CMYK
RGB Variations
Color information
#96548B (or 0x96548B) is known color: Violet Blue. HEX triplet: 96, 54 and 8B. RGB value is (150,84,139). Sum of RGB (Red+Green+Blue) = 150+84+139=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 84 (33.20% from 255 or 22.52% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96548B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96548B is #69AB74. Grayscale: #6D6D6D. Windows color (decimal): -6925173 or 9131158. OLE color: 9131158.
HSL color Cylindrical-coordinate representation of color #96548B: hue angle of 310º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96548B is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 139 | - |
| CMYK | 0 | 0.44 | 0.07 | 0.41 |
| HSL | 310º | 0.28% | 0.46% | - |
| HSV(B) | 310º | 0.44% | 0.59% | - |
| XYZ | 20.41 | 14.69 | 26.19 | - |
| YUV | 110 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 139 | 0 | 0.44 | 0.07 | 0.41 | 310 | 0.28 | 0.46 |
| Hex | 96 | 54 | 8B | 0 | 2C | 7 | 29 | 136 | 1C | 2E |
| Octal | 226 | 124 | 213 | 0 | 54 | 7 | 51 | 466 | 34 | 56 |
| Binary | 10010110 | 1010100 | 10001011 | 0 | 101100 | 111 | 101001 | 100110110 | 11100 | 101110 |
Color Harmonies of #96548B
Complementary color
Monochromatic Colors of #96548B
Black with #96548B
Text Example
Text Example
White with #96548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96548B; }
p { color: rgb(150,84,139); }
H1.HeaderClassName
{
color: #96548B;
}
.AnyTagClassName
{
color: #96548B;
}
</style>
background-color css
<style>
a { background-color: #96548B; }
a { background-color: rgb(150,84,139); }
div.DivClassName
{
background-color: #96548B;
}
.BgClassName
{
background-color: #96548B;
}
</style>
border-color css
<style>
span { border-color: #96548B; }
span { border-color: rgb(150,84,139); }
td.TdClassName
{
border-color: #96548B;
}
.TagClassName
{
border-color: #96548B;
}
</style>