Shades of Violet Blue #99478E
Tints of Violet Blue #99478E
RGB
CMYK
RGB Variations
Color information
#99478E (or 0x99478E) is known color: Violet Blue. HEX triplet: 99, 47 and 8E. RGB value is (153,71,142). Sum of RGB (Red+Green+Blue) = 153+71+142=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #99478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99478E is #66B871. Grayscale: #676767. Windows color (decimal): -6731890 or 9324441. OLE color: 9324441.
HSL color Cylindrical-coordinate representation of color #99478E: hue angle of 308.05º 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 #99478E is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 142 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.4 |
| HSL | 308.05º | 0.37% | 0.44% | - |
| HSV(B) | 308.05º | 0.54% | 0.6% | - |
| XYZ | 20.27 | 13.23 | 27.08 | - |
| YUV | 103.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 142 | 0 | 0.54 | 0.07 | 0.4 | 308.05 | 0.37 | 0.44 |
| Hex | 99 | 47 | 8E | 0 | 36 | 7 | 28 | 134 | 25 | 2C |
| Octal | 231 | 107 | 216 | 0 | 66 | 7 | 50 | 464 | 45 | 54 |
| Binary | 10011001 | 1000111 | 10001110 | 0 | 110110 | 111 | 101000 | 100110100 | 100101 | 101100 |
Color Harmonies of #99478E
Complementary color
Monochromatic Colors of #99478E
Black with #99478E
Text Example
Text Example
White with #99478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99478E; }
p { color: rgb(153,71,142); }
H1.HeaderClassName
{
color: #99478E;
}
.AnyTagClassName
{
color: #99478E;
}
</style>
background-color css
<style>
a { background-color: #99478E; }
a { background-color: rgb(153,71,142); }
div.DivClassName
{
background-color: #99478E;
}
.BgClassName
{
background-color: #99478E;
}
</style>
border-color css
<style>
span { border-color: #99478E; }
span { border-color: rgb(153,71,142); }
td.TdClassName
{
border-color: #99478E;
}
.TagClassName
{
border-color: #99478E;
}
</style>