Shades of Violet Blue #96539F
Tints of Violet Blue #96539F
RGB
CMYK
RGB Variations
Color information
#96539F (or 0x96539F) is known color: Violet Blue. HEX triplet: 96, 53 and 9F. RGB value is (150,83,159). Sum of RGB (Red+Green+Blue) = 150+83+159=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #96539F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96539F is #69AC60. Grayscale: #6F6F6F. Windows color (decimal): -6925409 or 10441622. OLE color: 10441622.
HSL color Cylindrical-coordinate representation of color #96539F: hue angle of 292.89º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96539F is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 83 | 159 | - |
| CMYK | 0.06 | 0.48 | 0 | 0.38 |
| HSL | 292.89º | 0.31% | 0.47% | - |
| HSV(B) | 292.89º | 0.48% | 0.62% | - |
| XYZ | 21.93 | 15.17 | 34.57 | - |
| YUV | 111.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 159 | 0.06 | 0.48 | 0 | 0.38 | 292.89 | 0.31 | 0.47 |
| Hex | 96 | 53 | 9F | 6 | 30 | 0 | 26 | 125 | 1F | 2F |
| Octal | 226 | 123 | 237 | 6 | 60 | 0 | 46 | 445 | 37 | 57 |
| Binary | 10010110 | 1010011 | 10011111 | 110 | 110000 | 0 | 100110 | 100100101 | 11111 | 101111 |
Color Harmonies of #96539F
Complementary color
Monochromatic Colors of #96539F
Black with #96539F
Text Example
Text Example
White with #96539F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96539F; }
p { color: rgb(150,83,159); }
H1.HeaderClassName
{
color: #96539F;
}
.AnyTagClassName
{
color: #96539F;
}
</style>
background-color css
<style>
a { background-color: #96539F; }
a { background-color: rgb(150,83,159); }
div.DivClassName
{
background-color: #96539F;
}
.BgClassName
{
background-color: #96539F;
}
</style>
border-color css
<style>
span { border-color: #96539F; }
span { border-color: rgb(150,83,159); }
td.TdClassName
{
border-color: #96539F;
}
.TagClassName
{
border-color: #96539F;
}
</style>