Shades of Violet Blue #99739C
Tints of Violet Blue #99739C
RGB
CMYK
RGB Variations
Color information
#99739C (or 0x99739C) is known color: Violet Blue. HEX triplet: 99, 73 and 9C. RGB value is (153,115,156). Sum of RGB (Red+Green+Blue) = 153+115+156=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #99739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99739C is #668C63. Grayscale: #828282. Windows color (decimal): -6720612 or 10253209. OLE color: 10253209.
HSL color Cylindrical-coordinate representation of color #99739C: hue angle of 295.61º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99739C is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 115 | 156 | - |
| CMYK | 0.02 | 0.26 | 0 | 0.39 |
| HSL | 295.61º | 0.17% | 0.53% | - |
| HSV(B) | 295.61º | 0.26% | 0.61% | - |
| XYZ | 25.27 | 21.43 | 34.26 | - |
| YUV | 131.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 156 | 0.02 | 0.26 | 0 | 0.39 | 295.61 | 0.17 | 0.53 |
| Hex | 99 | 73 | 9C | 2 | 1A | 0 | 27 | 128 | 11 | 35 |
| Octal | 231 | 163 | 234 | 2 | 32 | 0 | 47 | 450 | 21 | 65 |
| Binary | 10011001 | 1110011 | 10011100 | 10 | 11010 | 0 | 100111 | 100101000 | 10001 | 110101 |
Color Harmonies of #99739C
Complementary color
Monochromatic Colors of #99739C
Black with #99739C
Text Example
Text Example
White with #99739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99739C; }
p { color: rgb(153,115,156); }
H1.HeaderClassName
{
color: #99739C;
}
.AnyTagClassName
{
color: #99739C;
}
</style>
background-color css
<style>
a { background-color: #99739C; }
a { background-color: rgb(153,115,156); }
div.DivClassName
{
background-color: #99739C;
}
.BgClassName
{
background-color: #99739C;
}
</style>
border-color css
<style>
span { border-color: #99739C; }
span { border-color: rgb(153,115,156); }
td.TdClassName
{
border-color: #99739C;
}
.TagClassName
{
border-color: #99739C;
}
</style>