Shades of Violet Blue #9953A7
Tints of Violet Blue #9953A7
RGB
CMYK
RGB Variations
Color information
#9953A7 (or 0x9953A7) is known color: Violet Blue. HEX triplet: 99, 53 and A7. RGB value is (153,83,167). Sum of RGB (Red+Green+Blue) = 153+83+167=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 167 - color contains mainly: blue. Hex color #9953A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9953A7 is #66AC58. Grayscale: #717171. Windows color (decimal): -6728793 or 10965913. OLE color: 10965913.
HSL color Cylindrical-coordinate representation of color #9953A7: hue angle of 290º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9953A7 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 83 | 167 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.35 |
| HSL | 290º | 0.34% | 0.49% | - |
| HSV(B) | 290º | 0.5% | 0.65% | - |
| XYZ | 23.21 | 15.75 | 38.38 | - |
| YUV | 113.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 167 | 0.08 | 0.50 | 0 | 0.35 | 290 | 0.34 | 0.49 |
| Hex | 99 | 53 | A7 | 8 | 32 | 0 | 23 | 122 | 22 | 31 |
| Octal | 231 | 123 | 247 | 10 | 62 | 0 | 43 | 442 | 42 | 61 |
| Binary | 10011001 | 1010011 | 10100111 | 1000 | 110010 | 0 | 100011 | 100100010 | 100010 | 110001 |
Color Harmonies of #9953A7
Complementary color
Monochromatic Colors of #9953A7
Black with #9953A7
Text Example
Text Example
White with #9953A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953A7; }
p { color: rgb(153,83,167); }
H1.HeaderClassName
{
color: #9953A7;
}
.AnyTagClassName
{
color: #9953A7;
}
</style>
background-color css
<style>
a { background-color: #9953A7; }
a { background-color: rgb(153,83,167); }
div.DivClassName
{
background-color: #9953A7;
}
.BgClassName
{
background-color: #9953A7;
}
</style>
border-color css
<style>
span { border-color: #9953A7; }
span { border-color: rgb(153,83,167); }
td.TdClassName
{
border-color: #9953A7;
}
.TagClassName
{
border-color: #9953A7;
}
</style>