Shades of Violet Blue #9D519A
Tints of Violet Blue #9D519A
RGB
CMYK
RGB Variations
Color information
#9D519A (or 0x9D519A) is known color: Violet Blue. HEX triplet: 9D, 51 and 9A. RGB value is (157,81,154). Sum of RGB (Red+Green+Blue) = 157+81+154=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D519A is #62AE65. Grayscale: #6F6F6F. Windows color (decimal): -6467174 or 10113437. OLE color: 10113437.
HSL color Cylindrical-coordinate representation of color #9D519A: hue angle of 302.37º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9D519A is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 81 | 154 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.38 |
| HSL | 302.37º | 0.32% | 0.47% | - |
| HSV(B) | 302.37º | 0.48% | 0.62% | - |
| XYZ | 22.68 | 15.39 | 32.35 | - |
| YUV | 112.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 81 | 154 | 0 | 0.48 | 0.02 | 0.38 | 302.37 | 0.32 | 0.47 |
| Hex | 9D | 51 | 9A | 0 | 30 | 2 | 26 | 12E | 20 | 2F |
| Octal | 235 | 121 | 232 | 0 | 60 | 2 | 46 | 456 | 40 | 57 |
| Binary | 10011101 | 1010001 | 10011010 | 0 | 110000 | 10 | 100110 | 100101110 | 100000 | 101111 |
Color Harmonies of #9D519A
Complementary color
Monochromatic Colors of #9D519A
Black with #9D519A
Text Example
Text Example
White with #9D519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D519A; }
p { color: rgb(157,81,154); }
H1.HeaderClassName
{
color: #9D519A;
}
.AnyTagClassName
{
color: #9D519A;
}
</style>
background-color css
<style>
a { background-color: #9D519A; }
a { background-color: rgb(157,81,154); }
div.DivClassName
{
background-color: #9D519A;
}
.BgClassName
{
background-color: #9D519A;
}
</style>
border-color css
<style>
span { border-color: #9D519A; }
span { border-color: rgb(157,81,154); }
td.TdClassName
{
border-color: #9D519A;
}
.TagClassName
{
border-color: #9D519A;
}
</style>