Shades of Violet Blue #99759E
Tints of Violet Blue #99759E
RGB
CMYK
RGB Variations
Color information
#99759E (or 0x99759E) is known color: Violet Blue. HEX triplet: 99, 75 and 9E. RGB value is (153,117,158). Sum of RGB (Red+Green+Blue) = 153+117+158=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 158 - color contains mainly: blue. Hex color #99759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99759E is #668A61. Grayscale: #848484. Windows color (decimal): -6720098 or 10384793. OLE color: 10384793.
HSL color Cylindrical-coordinate representation of color #99759E: hue angle of 292.68º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99759E is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 117 | 158 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.38 |
| HSL | 292.68º | 0.17% | 0.54% | - |
| HSV(B) | 292.68º | 0.26% | 0.62% | - |
| XYZ | 25.67 | 21.96 | 35.23 | - |
| YUV | 132.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 158 | 0.03 | 0.26 | 0 | 0.38 | 292.68 | 0.17 | 0.54 |
| Hex | 99 | 75 | 9E | 3 | 1A | 0 | 26 | 125 | 11 | 36 |
| Octal | 231 | 165 | 236 | 3 | 32 | 0 | 46 | 445 | 21 | 66 |
| Binary | 10011001 | 1110101 | 10011110 | 11 | 11010 | 0 | 100110 | 100100101 | 10001 | 110110 |
Color Harmonies of #99759E
Complementary color
Monochromatic Colors of #99759E
Black with #99759E
Text Example
Text Example
White with #99759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99759E; }
p { color: rgb(153,117,158); }
H1.HeaderClassName
{
color: #99759E;
}
.AnyTagClassName
{
color: #99759E;
}
</style>
background-color css
<style>
a { background-color: #99759E; }
a { background-color: rgb(153,117,158); }
div.DivClassName
{
background-color: #99759E;
}
.BgClassName
{
background-color: #99759E;
}
</style>
border-color css
<style>
span { border-color: #99759E; }
span { border-color: rgb(153,117,158); }
td.TdClassName
{
border-color: #99759E;
}
.TagClassName
{
border-color: #99759E;
}
</style>