Shades of Violet Blue #99739D
Tints of Violet Blue #99739D
RGB
CMYK
RGB Variations
Color information
#99739D (or 0x99739D) is known color: Violet Blue. HEX triplet: 99, 73 and 9D. RGB value is (153,115,157). Sum of RGB (Red+Green+Blue) = 153+115+157=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #99739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99739D is #668C62. Grayscale: #838383. Windows color (decimal): -6720611 or 10318745. OLE color: 10318745.
HSL color Cylindrical-coordinate representation of color #99739D: hue angle of 294.29º 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 #99739D is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 115 | 157 | - |
| CMYK | 0.03 | 0.27 | 0 | 0.38 |
| HSL | 294.29º | 0.18% | 0.53% | - |
| HSV(B) | 294.29º | 0.27% | 0.62% | - |
| XYZ | 25.35 | 21.47 | 34.71 | - |
| YUV | 131.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 157 | 0.03 | 0.27 | 0 | 0.38 | 294.29 | 0.18 | 0.53 |
| Hex | 99 | 73 | 9D | 3 | 1B | 0 | 26 | 126 | 12 | 35 |
| Octal | 231 | 163 | 235 | 3 | 33 | 0 | 46 | 446 | 22 | 65 |
| Binary | 10011001 | 1110011 | 10011101 | 11 | 11011 | 0 | 100110 | 100100110 | 10010 | 110101 |
Color Harmonies of #99739D
Complementary color
Monochromatic Colors of #99739D
Black with #99739D
Text Example
Text Example
White with #99739D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99739D; }
p { color: rgb(153,115,157); }
H1.HeaderClassName
{
color: #99739D;
}
.AnyTagClassName
{
color: #99739D;
}
</style>
background-color css
<style>
a { background-color: #99739D; }
a { background-color: rgb(153,115,157); }
div.DivClassName
{
background-color: #99739D;
}
.BgClassName
{
background-color: #99739D;
}
</style>
border-color css
<style>
span { border-color: #99739D; }
span { border-color: rgb(153,115,157); }
td.TdClassName
{
border-color: #99739D;
}
.TagClassName
{
border-color: #99739D;
}
</style>