Shades of Violet Blue #99479E
Tints of Violet Blue #99479E
RGB
CMYK
RGB Variations
Color information
#99479E (or 0x99479E) is known color: Violet Blue. HEX triplet: 99, 47 and 9E. RGB value is (153,71,158). Sum of RGB (Red+Green+Blue) = 153+71+158=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #99479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99479E is #66B861. Grayscale: #696969. Windows color (decimal): -6731874 or 10373017. OLE color: 10373017.
HSL color Cylindrical-coordinate representation of color #99479E: hue angle of 296.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99479E is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 71 | 158 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.38 |
| HSL | 296.55º | 0.38% | 0.45% | - |
| HSV(B) | 296.55º | 0.55% | 0.62% | - |
| XYZ | 21.56 | 13.75 | 33.86 | - |
| YUV | 105.44 | 157.67 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 158 | 0.03 | 0.55 | 0 | 0.38 | 296.55 | 0.38 | 0.45 |
| Hex | 99 | 47 | 9E | 3 | 37 | 0 | 26 | 129 | 26 | 2D |
| Octal | 231 | 107 | 236 | 3 | 67 | 0 | 46 | 451 | 46 | 55 |
| Binary | 10011001 | 1000111 | 10011110 | 11 | 110111 | 0 | 100110 | 100101001 | 100110 | 101101 |
Color Harmonies of #99479E
Complementary color
Monochromatic Colors of #99479E
Black with #99479E
Text Example
Text Example
White with #99479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99479E; }
p { color: rgb(153,71,158); }
H1.HeaderClassName
{
color: #99479E;
}
.AnyTagClassName
{
color: #99479E;
}
</style>
background-color css
<style>
a { background-color: #99479E; }
a { background-color: rgb(153,71,158); }
div.DivClassName
{
background-color: #99479E;
}
.BgClassName
{
background-color: #99479E;
}
</style>
border-color css
<style>
span { border-color: #99479E; }
span { border-color: rgb(153,71,158); }
td.TdClassName
{
border-color: #99479E;
}
.TagClassName
{
border-color: #99479E;
}
</style>