Shades of Violet Blue #99479C
Tints of Violet Blue #99479C
RGB
CMYK
RGB Variations
Color information
#99479C (or 0x99479C) is known color: Violet Blue. HEX triplet: 99, 47 and 9C. RGB value is (153,71,156). Sum of RGB (Red+Green+Blue) = 153+71+156=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #99479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99479C is #66B863. Grayscale: #686868. Windows color (decimal): -6731876 or 10241945. OLE color: 10241945.
HSL color Cylindrical-coordinate representation of color #99479C: hue angle of 297.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99479C is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 71 | 156 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.39 |
| HSL | 297.88º | 0.37% | 0.45% | - |
| HSV(B) | 297.88º | 0.54% | 0.61% | - |
| XYZ | 21.39 | 13.68 | 32.97 | - |
| YUV | 105.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 156 | 0.02 | 0.54 | 0 | 0.39 | 297.88 | 0.37 | 0.45 |
| Hex | 99 | 47 | 9C | 2 | 36 | 0 | 27 | 12A | 25 | 2D |
| Octal | 231 | 107 | 234 | 2 | 66 | 0 | 47 | 452 | 45 | 55 |
| Binary | 10011001 | 1000111 | 10011100 | 10 | 110110 | 0 | 100111 | 100101010 | 100101 | 101101 |
Color Harmonies of #99479C
Complementary color
Monochromatic Colors of #99479C
Black with #99479C
Text Example
Text Example
White with #99479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99479C; }
p { color: rgb(153,71,156); }
H1.HeaderClassName
{
color: #99479C;
}
.AnyTagClassName
{
color: #99479C;
}
</style>
background-color css
<style>
a { background-color: #99479C; }
a { background-color: rgb(153,71,156); }
div.DivClassName
{
background-color: #99479C;
}
.BgClassName
{
background-color: #99479C;
}
</style>
border-color css
<style>
span { border-color: #99479C; }
span { border-color: rgb(153,71,156); }
td.TdClassName
{
border-color: #99479C;
}
.TagClassName
{
border-color: #99479C;
}
</style>