Shades of Violet Blue #9D448D
Tints of Violet Blue #9D448D
RGB
CMYK
RGB Variations
Color information
#9D448D (or 0x9D448D) is known color: Violet Blue. HEX triplet: 9D, 44 and 8D. RGB value is (157,68,141). Sum of RGB (Red+Green+Blue) = 157+68+141=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D448D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D448D is #62BB72. Grayscale: #666666. Windows color (decimal): -6470515 or 9258141. OLE color: 9258141.
HSL color Cylindrical-coordinate representation of color #9D448D: hue angle of 310.79º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D448D is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 68 | 141 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.38 |
| HSL | 310.79º | 0.4% | 0.44% | - |
| HSV(B) | 310.79º | 0.57% | 0.62% | - |
| XYZ | 20.78 | 13.23 | 26.66 | - |
| YUV | 102.93 | 149.49 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 68 | 141 | 0 | 0.57 | 0.10 | 0.38 | 310.79 | 0.4 | 0.44 |
| Hex | 9D | 44 | 8D | 0 | 39 | A | 26 | 137 | 28 | 2C |
| Octal | 235 | 104 | 215 | 0 | 71 | 12 | 46 | 467 | 50 | 54 |
| Binary | 10011101 | 1000100 | 10001101 | 0 | 111001 | 1010 | 100110 | 100110111 | 101000 | 101100 |
Color Harmonies of #9D448D
Complementary color
Monochromatic Colors of #9D448D
Black with #9D448D
Text Example
Text Example
White with #9D448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D448D; }
p { color: rgb(157,68,141); }
H1.HeaderClassName
{
color: #9D448D;
}
.AnyTagClassName
{
color: #9D448D;
}
</style>
background-color css
<style>
a { background-color: #9D448D; }
a { background-color: rgb(157,68,141); }
div.DivClassName
{
background-color: #9D448D;
}
.BgClassName
{
background-color: #9D448D;
}
</style>
border-color css
<style>
span { border-color: #9D448D; }
span { border-color: rgb(157,68,141); }
td.TdClassName
{
border-color: #9D448D;
}
.TagClassName
{
border-color: #9D448D;
}
</style>