Shades of Violet Blue #99739E
Tints of Violet Blue #99739E
RGB
CMYK
RGB Variations
Color information
#99739E (or 0x99739E) is known color: Violet Blue. HEX triplet: 99, 73 and 9E. RGB value is (153,115,158). Sum of RGB (Red+Green+Blue) = 153+115+158=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 158 - color contains mainly: blue. Hex color #99739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99739E is #668C61. Grayscale: #838383. Windows color (decimal): -6720610 or 10384281. OLE color: 10384281.
HSL color Cylindrical-coordinate representation of color #99739E: hue angle of 293.02º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99739E is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 115 | 158 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.38 |
| HSL | 293.02º | 0.18% | 0.54% | - |
| HSV(B) | 293.02º | 0.27% | 0.62% | - |
| XYZ | 25.44 | 21.5 | 35.16 | - |
| YUV | 131.26 | 143.09 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 158 | 0.03 | 0.27 | 0 | 0.38 | 293.02 | 0.18 | 0.54 |
| Hex | 99 | 73 | 9E | 3 | 1B | 0 | 26 | 125 | 12 | 36 |
| Octal | 231 | 163 | 236 | 3 | 33 | 0 | 46 | 445 | 22 | 66 |
| Binary | 10011001 | 1110011 | 10011110 | 11 | 11011 | 0 | 100110 | 100100101 | 10010 | 110110 |
Color Harmonies of #99739E
Complementary color
Monochromatic Colors of #99739E
Black with #99739E
Text Example
Text Example
White with #99739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99739E; }
p { color: rgb(153,115,158); }
H1.HeaderClassName
{
color: #99739E;
}
.AnyTagClassName
{
color: #99739E;
}
</style>
background-color css
<style>
a { background-color: #99739E; }
a { background-color: rgb(153,115,158); }
div.DivClassName
{
background-color: #99739E;
}
.BgClassName
{
background-color: #99739E;
}
</style>
border-color css
<style>
span { border-color: #99739E; }
span { border-color: rgb(153,115,158); }
td.TdClassName
{
border-color: #99739E;
}
.TagClassName
{
border-color: #99739E;
}
</style>