Shades of Violet Blue #99468D
Tints of Violet Blue #99468D
RGB
CMYK
RGB Variations
Color information
#99468D (or 0x99468D) is known color: Violet Blue. HEX triplet: 99, 46 and 8D. RGB value is (153,70,141). Sum of RGB (Red+Green+Blue) = 153+70+141=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99468D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99468D is #66B972. Grayscale: #666666. Windows color (decimal): -6732147 or 9258649. OLE color: 9258649.
HSL color Cylindrical-coordinate representation of color #99468D: hue angle of 308.67º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99468D is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 141 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.4 |
| HSL | 308.67º | 0.37% | 0.44% | - |
| HSV(B) | 308.67º | 0.54% | 0.6% | - |
| XYZ | 20.13 | 13.08 | 26.66 | - |
| YUV | 102.91 | 149.5 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 141 | 0 | 0.54 | 0.08 | 0.4 | 308.67 | 0.37 | 0.44 |
| Hex | 99 | 46 | 8D | 0 | 36 | 8 | 28 | 135 | 25 | 2C |
| Octal | 231 | 106 | 215 | 0 | 66 | 10 | 50 | 465 | 45 | 54 |
| Binary | 10011001 | 1000110 | 10001101 | 0 | 110110 | 1000 | 101000 | 100110101 | 100101 | 101100 |
Color Harmonies of #99468D
Complementary color
Monochromatic Colors of #99468D
Black with #99468D
Text Example
Text Example
White with #99468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99468D; }
p { color: rgb(153,70,141); }
H1.HeaderClassName
{
color: #99468D;
}
.AnyTagClassName
{
color: #99468D;
}
</style>
background-color css
<style>
a { background-color: #99468D; }
a { background-color: rgb(153,70,141); }
div.DivClassName
{
background-color: #99468D;
}
.BgClassName
{
background-color: #99468D;
}
</style>
border-color css
<style>
span { border-color: #99468D; }
span { border-color: rgb(153,70,141); }
td.TdClassName
{
border-color: #99468D;
}
.TagClassName
{
border-color: #99468D;
}
</style>