Shades of Violet Blue #9964A7
Tints of Violet Blue #9964A7
RGB
CMYK
RGB Variations
Color information
#9964A7 (or 0x9964A7) is known color: Violet Blue. HEX triplet: 99, 64 and A7. RGB value is (153,100,167). Sum of RGB (Red+Green+Blue) = 153+100+167=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 167 (65.62% from 255 or 39.76% from 420); Max value from RGB is 167 - color contains mainly: blue. Hex color #9964A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9964A7 is #669B58. Grayscale: #7B7B7B. Windows color (decimal): -6724441 or 10970265. OLE color: 10970265.
HSL color Cylindrical-coordinate representation of color #9964A7: hue angle of 287.46º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9964A7 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 100 | 167 | - |
| CMYK | 0.08 | 0.40 | 0 | 0.35 |
| HSL | 287.46º | 0.28% | 0.52% | - |
| HSV(B) | 287.46º | 0.4% | 0.65% | - |
| XYZ | 24.67 | 18.68 | 38.86 | - |
| YUV | 123.49 | 152.56 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 167 | 0.08 | 0.40 | 0 | 0.35 | 287.46 | 0.28 | 0.52 |
| Hex | 99 | 64 | A7 | 8 | 28 | 0 | 23 | 11F | 1C | 34 |
| Octal | 231 | 144 | 247 | 10 | 50 | 0 | 43 | 437 | 34 | 64 |
| Binary | 10011001 | 1100100 | 10100111 | 1000 | 101000 | 0 | 100011 | 100011111 | 11100 | 110100 |
Color Harmonies of #9964A7
Complementary color
Monochromatic Colors of #9964A7
Black with #9964A7
Text Example
Text Example
White with #9964A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9964A7; }
p { color: rgb(153,100,167); }
H1.HeaderClassName
{
color: #9964A7;
}
.AnyTagClassName
{
color: #9964A7;
}
</style>
background-color css
<style>
a { background-color: #9964A7; }
a { background-color: rgb(153,100,167); }
div.DivClassName
{
background-color: #9964A7;
}
.BgClassName
{
background-color: #9964A7;
}
</style>
border-color css
<style>
span { border-color: #9964A7; }
span { border-color: rgb(153,100,167); }
td.TdClassName
{
border-color: #9964A7;
}
.TagClassName
{
border-color: #9964A7;
}
</style>