Shades of Violet Blue #9D479E
Tints of Violet Blue #9D479E
RGB
CMYK
RGB Variations
Color information
#9D479E (or 0x9D479E) is known color: Violet Blue. HEX triplet: 9D, 47 and 9E. RGB value is (157,71,158). Sum of RGB (Red+Green+Blue) = 157+71+158=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #9D479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D479E is #62B861. Grayscale: #6A6A6A. Windows color (decimal): -6469730 or 10373021. OLE color: 10373021.
HSL color Cylindrical-coordinate representation of color #9D479E: hue angle of 299.31º 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 #9D479E is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 71 | 158 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.38 |
| HSL | 299.31º | 0.38% | 0.45% | - |
| HSV(B) | 299.31º | 0.55% | 0.62% | - |
| XYZ | 22.33 | 14.14 | 33.9 | - |
| YUV | 106.63 | 156.99 | 163.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 71 | 158 | 0.01 | 0.55 | 0 | 0.38 | 299.31 | 0.38 | 0.45 |
| Hex | 9D | 47 | 9E | 1 | 37 | 0 | 26 | 12B | 26 | 2D |
| Octal | 235 | 107 | 236 | 1 | 67 | 0 | 46 | 453 | 46 | 55 |
| Binary | 10011101 | 1000111 | 10011110 | 1 | 110111 | 0 | 100110 | 100101011 | 100110 | 101101 |
Color Harmonies of #9D479E
Complementary color
Monochromatic Colors of #9D479E
Black with #9D479E
Text Example
Text Example
White with #9D479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D479E; }
p { color: rgb(157,71,158); }
H1.HeaderClassName
{
color: #9D479E;
}
.AnyTagClassName
{
color: #9D479E;
}
</style>
background-color css
<style>
a { background-color: #9D479E; }
a { background-color: rgb(157,71,158); }
div.DivClassName
{
background-color: #9D479E;
}
.BgClassName
{
background-color: #9D479E;
}
</style>
border-color css
<style>
span { border-color: #9D479E; }
span { border-color: rgb(157,71,158); }
td.TdClassName
{
border-color: #9D479E;
}
.TagClassName
{
border-color: #9D479E;
}
</style>