Shades of Violet Blue #99759B
Tints of Violet Blue #99759B
RGB
CMYK
RGB Variations
Color information
#99759B (or 0x99759B) is known color: Violet Blue. HEX triplet: 99, 75 and 9B. RGB value is (153,117,155). Sum of RGB (Red+Green+Blue) = 153+117+155=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #99759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99759B is #668A64. Grayscale: #838383. Windows color (decimal): -6720101 or 10188185. OLE color: 10188185.
HSL color Cylindrical-coordinate representation of color #99759B: hue angle of 296.84º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99759B is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 117 | 155 | - |
| CMYK | 0.01 | 0.25 | 0 | 0.39 |
| HSL | 296.84º | 0.16% | 0.53% | - |
| HSV(B) | 296.84º | 0.25% | 0.61% | - |
| XYZ | 25.41 | 21.86 | 33.89 | - |
| YUV | 132.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 155 | 0.01 | 0.25 | 0 | 0.39 | 296.84 | 0.16 | 0.53 |
| Hex | 99 | 75 | 9B | 1 | 19 | 0 | 27 | 129 | 10 | 35 |
| Octal | 231 | 165 | 233 | 1 | 31 | 0 | 47 | 451 | 20 | 65 |
| Binary | 10011001 | 1110101 | 10011011 | 1 | 11001 | 0 | 100111 | 100101001 | 10000 | 110101 |
Color Harmonies of #99759B
Complementary color
Monochromatic Colors of #99759B
Black with #99759B
Text Example
Text Example
White with #99759B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99759B; }
p { color: rgb(153,117,155); }
H1.HeaderClassName
{
color: #99759B;
}
.AnyTagClassName
{
color: #99759B;
}
</style>
background-color css
<style>
a { background-color: #99759B; }
a { background-color: rgb(153,117,155); }
div.DivClassName
{
background-color: #99759B;
}
.BgClassName
{
background-color: #99759B;
}
</style>
border-color css
<style>
span { border-color: #99759B; }
span { border-color: rgb(153,117,155); }
td.TdClassName
{
border-color: #99759B;
}
.TagClassName
{
border-color: #99759B;
}
</style>