Shades of Violet Blue #99478C
Tints of Violet Blue #99478C
RGB
CMYK
RGB Variations
Color information
#99478C (or 0x99478C) is known color: Violet Blue. HEX triplet: 99, 47 and 8C. RGB value is (153,71,140). Sum of RGB (Red+Green+Blue) = 153+71+140=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 71 (28.12% from 255 or 19.51% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99478C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99478C is #66B873. Grayscale: #676767. Windows color (decimal): -6731892 or 9193369. OLE color: 9193369.
HSL color Cylindrical-coordinate representation of color #99478C: hue angle of 309.51º 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 #99478C is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 140 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.4 |
| HSL | 309.51º | 0.37% | 0.44% | - |
| HSV(B) | 309.51º | 0.54% | 0.6% | - |
| XYZ | 20.12 | 13.17 | 26.29 | - |
| YUV | 103.38 | 148.67 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 140 | 0 | 0.54 | 0.08 | 0.4 | 309.51 | 0.37 | 0.44 |
| Hex | 99 | 47 | 8C | 0 | 36 | 8 | 28 | 136 | 25 | 2C |
| Octal | 231 | 107 | 214 | 0 | 66 | 10 | 50 | 466 | 45 | 54 |
| Binary | 10011001 | 1000111 | 10001100 | 0 | 110110 | 1000 | 101000 | 100110110 | 100101 | 101100 |
Color Harmonies of #99478C
Complementary color
Monochromatic Colors of #99478C
Black with #99478C
Text Example
Text Example
White with #99478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99478C; }
p { color: rgb(153,71,140); }
H1.HeaderClassName
{
color: #99478C;
}
.AnyTagClassName
{
color: #99478C;
}
</style>
background-color css
<style>
a { background-color: #99478C; }
a { background-color: rgb(153,71,140); }
div.DivClassName
{
background-color: #99478C;
}
.BgClassName
{
background-color: #99478C;
}
</style>
border-color css
<style>
span { border-color: #99478C; }
span { border-color: rgb(153,71,140); }
td.TdClassName
{
border-color: #99478C;
}
.TagClassName
{
border-color: #99478C;
}
</style>