Shades of Violet Blue #99539E
Tints of Violet Blue #99539E
RGB
CMYK
RGB Variations
Color information
#99539E (or 0x99539E) is known color: Violet Blue. HEX triplet: 99, 53 and 9E. RGB value is (153,83,158). Sum of RGB (Red+Green+Blue) = 153+83+158=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 158 (62.11% from 255 or 40.10% from 394); Max value from RGB is 158 - color contains mainly: blue. Hex color #99539E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99539E is #66AC61. Grayscale: #707070. Windows color (decimal): -6728802 or 10376089. OLE color: 10376089.
HSL color Cylindrical-coordinate representation of color #99539E: hue angle of 296º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99539E is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 83 | 158 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.38 |
| HSL | 296º | 0.31% | 0.47% | - |
| HSV(B) | 296º | 0.47% | 0.62% | - |
| XYZ | 22.4 | 15.43 | 34.14 | - |
| YUV | 112.48 | 153.69 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 158 | 0.03 | 0.47 | 0 | 0.38 | 296 | 0.31 | 0.47 |
| Hex | 99 | 53 | 9E | 3 | 2F | 0 | 26 | 128 | 1F | 2F |
| Octal | 231 | 123 | 236 | 3 | 57 | 0 | 46 | 450 | 37 | 57 |
| Binary | 10011001 | 1010011 | 10011110 | 11 | 101111 | 0 | 100110 | 100101000 | 11111 | 101111 |
Color Harmonies of #99539E
Complementary color
Monochromatic Colors of #99539E
Black with #99539E
Text Example
Text Example
White with #99539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99539E; }
p { color: rgb(153,83,158); }
H1.HeaderClassName
{
color: #99539E;
}
.AnyTagClassName
{
color: #99539E;
}
</style>
background-color css
<style>
a { background-color: #99539E; }
a { background-color: rgb(153,83,158); }
div.DivClassName
{
background-color: #99539E;
}
.BgClassName
{
background-color: #99539E;
}
</style>
border-color css
<style>
span { border-color: #99539E; }
span { border-color: rgb(153,83,158); }
td.TdClassName
{
border-color: #99539E;
}
.TagClassName
{
border-color: #99539E;
}
</style>