Shades of Violet Blue #96538E
Tints of Violet Blue #96538E
RGB
CMYK
RGB Variations
Color information
#96538E (or 0x96538E) is known color: Violet Blue. HEX triplet: 96, 53 and 8E. RGB value is (150,83,142). Sum of RGB (Red+Green+Blue) = 150+83+142=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96538E is #69AC71. Grayscale: #6D6D6D. Windows color (decimal): -6925426 or 9327510. OLE color: 9327510.
HSL color Cylindrical-coordinate representation of color #96538E: hue angle of 307.16º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96538E is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 142 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.41 |
| HSL | 307.16º | 0.29% | 0.46% | - |
| HSV(B) | 307.16º | 0.45% | 0.59% | - |
| XYZ | 20.55 | 14.62 | 27.33 | - |
| YUV | 109.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 142 | 0 | 0.45 | 0.05 | 0.41 | 307.16 | 0.29 | 0.46 |
| Hex | 96 | 53 | 8E | 0 | 2D | 5 | 29 | 133 | 1D | 2E |
| Octal | 226 | 123 | 216 | 0 | 55 | 5 | 51 | 463 | 35 | 56 |
| Binary | 10010110 | 1010011 | 10001110 | 0 | 101101 | 101 | 101001 | 100110011 | 11101 | 101110 |
Color Harmonies of #96538E
Complementary color
Monochromatic Colors of #96538E
Black with #96538E
Text Example
Text Example
White with #96538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96538E; }
p { color: rgb(150,83,142); }
H1.HeaderClassName
{
color: #96538E;
}
.AnyTagClassName
{
color: #96538E;
}
</style>
background-color css
<style>
a { background-color: #96538E; }
a { background-color: rgb(150,83,142); }
div.DivClassName
{
background-color: #96538E;
}
.BgClassName
{
background-color: #96538E;
}
</style>
border-color css
<style>
span { border-color: #96538E; }
span { border-color: rgb(150,83,142); }
td.TdClassName
{
border-color: #96538E;
}
.TagClassName
{
border-color: #96538E;
}
</style>