Shades of Violet Blue #99479F
Tints of Violet Blue #99479F
RGB
CMYK
RGB Variations
Color information
#99479F (or 0x99479F) is known color: Violet Blue. HEX triplet: 99, 47 and 9F. RGB value is (153,71,159). Sum of RGB (Red+Green+Blue) = 153+71+159=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #99479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99479F is #66B860. Grayscale: #696969. Windows color (decimal): -6731873 or 10438553. OLE color: 10438553.
HSL color Cylindrical-coordinate representation of color #99479F: hue angle of 295.91º 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 #99479F is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 71 | 159 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.38 |
| HSL | 295.91º | 0.38% | 0.45% | - |
| HSV(B) | 295.91º | 0.55% | 0.62% | - |
| XYZ | 21.65 | 13.78 | 34.32 | - |
| YUV | 105.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 159 | 0.04 | 0.55 | 0 | 0.38 | 295.91 | 0.38 | 0.45 |
| Hex | 99 | 47 | 9F | 4 | 37 | 0 | 26 | 128 | 26 | 2D |
| Octal | 231 | 107 | 237 | 4 | 67 | 0 | 46 | 450 | 46 | 55 |
| Binary | 10011001 | 1000111 | 10011111 | 100 | 110111 | 0 | 100110 | 100101000 | 100110 | 101101 |
Color Harmonies of #99479F
Complementary color
Monochromatic Colors of #99479F
Black with #99479F
Text Example
Text Example
White with #99479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99479F; }
p { color: rgb(153,71,159); }
H1.HeaderClassName
{
color: #99479F;
}
.AnyTagClassName
{
color: #99479F;
}
</style>
background-color css
<style>
a { background-color: #99479F; }
a { background-color: rgb(153,71,159); }
div.DivClassName
{
background-color: #99479F;
}
.BgClassName
{
background-color: #99479F;
}
</style>
border-color css
<style>
span { border-color: #99479F; }
span { border-color: rgb(153,71,159); }
td.TdClassName
{
border-color: #99479F;
}
.TagClassName
{
border-color: #99479F;
}
</style>