Shades of Violet Blue #99608D
Tints of Violet Blue #99608D
RGB
CMYK
RGB Variations
Color information
#99608D (or 0x99608D) is known color: Violet Blue. HEX triplet: 99, 60 and 8D. RGB value is (153,96,141). Sum of RGB (Red+Green+Blue) = 153+96+141=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #99608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99608D is #669F72. Grayscale: #767676. Windows color (decimal): -6725491 or 9265305. OLE color: 9265305.
HSL color Cylindrical-coordinate representation of color #99608D: hue angle of 312.63º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99608D is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 141 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.4 |
| HSL | 312.63º | 0.23% | 0.49% | - |
| HSV(B) | 312.63º | 0.37% | 0.6% | - |
| XYZ | 22.13 | 17.06 | 27.33 | - |
| YUV | 118.17 | 140.88 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 141 | 0 | 0.37 | 0.08 | 0.4 | 312.63 | 0.23 | 0.49 |
| Hex | 99 | 60 | 8D | 0 | 25 | 8 | 28 | 139 | 17 | 31 |
| Octal | 231 | 140 | 215 | 0 | 45 | 10 | 50 | 471 | 27 | 61 |
| Binary | 10011001 | 1100000 | 10001101 | 0 | 100101 | 1000 | 101000 | 100111001 | 10111 | 110001 |
Color Harmonies of #99608D
Complementary color
Monochromatic Colors of #99608D
Black with #99608D
Text Example
Text Example
White with #99608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99608D; }
p { color: rgb(153,96,141); }
H1.HeaderClassName
{
color: #99608D;
}
.AnyTagClassName
{
color: #99608D;
}
</style>
background-color css
<style>
a { background-color: #99608D; }
a { background-color: rgb(153,96,141); }
div.DivClassName
{
background-color: #99608D;
}
.BgClassName
{
background-color: #99608D;
}
</style>
border-color css
<style>
span { border-color: #99608D; }
span { border-color: rgb(153,96,141); }
td.TdClassName
{
border-color: #99608D;
}
.TagClassName
{
border-color: #99608D;
}
</style>