Shades of Violet Blue #99729D
Tints of Violet Blue #99729D
RGB
CMYK
RGB Variations
Color information
#99729D (or 0x99729D) is known color: Violet Blue. HEX triplet: 99, 72 and 9D. RGB value is (153,114,157). Sum of RGB (Red+Green+Blue) = 153+114+157=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #99729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99729D is #668D62. Grayscale: #828282. Windows color (decimal): -6720867 or 10318489. OLE color: 10318489.
HSL color Cylindrical-coordinate representation of color #99729D: hue angle of 294.42º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99729D is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 114 | 157 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.38 |
| HSL | 294.42º | 0.18% | 0.53% | - |
| HSV(B) | 294.42º | 0.27% | 0.62% | - |
| XYZ | 25.24 | 21.24 | 34.67 | - |
| YUV | 130.56 | 142.92 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 157 | 0.03 | 0.27 | 0 | 0.38 | 294.42 | 0.18 | 0.53 |
| Hex | 99 | 72 | 9D | 3 | 1B | 0 | 26 | 126 | 12 | 35 |
| Octal | 231 | 162 | 235 | 3 | 33 | 0 | 46 | 446 | 22 | 65 |
| Binary | 10011001 | 1110010 | 10011101 | 11 | 11011 | 0 | 100110 | 100100110 | 10010 | 110101 |
Color Harmonies of #99729D
Complementary color
Monochromatic Colors of #99729D
Black with #99729D
Text Example
Text Example
White with #99729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99729D; }
p { color: rgb(153,114,157); }
H1.HeaderClassName
{
color: #99729D;
}
.AnyTagClassName
{
color: #99729D;
}
</style>
background-color css
<style>
a { background-color: #99729D; }
a { background-color: rgb(153,114,157); }
div.DivClassName
{
background-color: #99729D;
}
.BgClassName
{
background-color: #99729D;
}
</style>
border-color css
<style>
span { border-color: #99729D; }
span { border-color: rgb(153,114,157); }
td.TdClassName
{
border-color: #99729D;
}
.TagClassName
{
border-color: #99729D;
}
</style>