Shades of Violet Blue #99639F
Tints of Violet Blue #99639F
RGB
CMYK
RGB Variations
Color information
#99639F (or 0x99639F) is known color: Violet Blue. HEX triplet: 99, 63 and 9F. RGB value is (153,99,159). Sum of RGB (Red+Green+Blue) = 153+99+159=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #99639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99639F is #669C60. Grayscale: #797979. Windows color (decimal): -6724705 or 10445721. OLE color: 10445721.
HSL color Cylindrical-coordinate representation of color #99639F: hue angle of 294º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99639F is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 99 | 159 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.38 |
| HSL | 294º | 0.24% | 0.51% | - |
| HSV(B) | 294º | 0.38% | 0.62% | - |
| XYZ | 23.86 | 18.2 | 35.06 | - |
| YUV | 121.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 159 | 0.04 | 0.38 | 0 | 0.38 | 294 | 0.24 | 0.51 |
| Hex | 99 | 63 | 9F | 4 | 26 | 0 | 26 | 126 | 18 | 33 |
| Octal | 231 | 143 | 237 | 4 | 46 | 0 | 46 | 446 | 30 | 63 |
| Binary | 10011001 | 1100011 | 10011111 | 100 | 100110 | 0 | 100110 | 100100110 | 11000 | 110011 |
Color Harmonies of #99639F
Complementary color
Monochromatic Colors of #99639F
Black with #99639F
Text Example
Text Example
White with #99639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99639F; }
p { color: rgb(153,99,159); }
H1.HeaderClassName
{
color: #99639F;
}
.AnyTagClassName
{
color: #99639F;
}
</style>
background-color css
<style>
a { background-color: #99639F; }
a { background-color: rgb(153,99,159); }
div.DivClassName
{
background-color: #99639F;
}
.BgClassName
{
background-color: #99639F;
}
</style>
border-color css
<style>
span { border-color: #99639F; }
span { border-color: rgb(153,99,159); }
td.TdClassName
{
border-color: #99639F;
}
.TagClassName
{
border-color: #99639F;
}
</style>