Shades of Violet Blue #9D409F
Tints of Violet Blue #9D409F
RGB
CMYK
RGB Variations
Color information
#9D409F (or 0x9D409F) is known color: Violet Blue. HEX triplet: 9D, 40 and 9F. RGB value is (157,64,159). Sum of RGB (Red+Green+Blue) = 157+64+159=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 159 - color contains mainly: blue. Hex color #9D409F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D409F is #62BF60. Grayscale: #666666. Windows color (decimal): -6471521 or 10436765. OLE color: 10436765.
HSL color Cylindrical-coordinate representation of color #9D409F: hue angle of 298.74º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D409F is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 159 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.38 |
| HSL | 298.74º | 0.43% | 0.44% | - |
| HSV(B) | 298.74º | 0.6% | 0.62% | - |
| XYZ | 22 | 13.34 | 34.22 | - |
| YUV | 102.64 | 159.81 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 159 | 0.01 | 0.60 | 0 | 0.38 | 298.74 | 0.43 | 0.44 |
| Hex | 9D | 40 | 9F | 1 | 3C | 0 | 26 | 12B | 2B | 2C |
| Octal | 235 | 100 | 237 | 1 | 74 | 0 | 46 | 453 | 53 | 54 |
| Binary | 10011101 | 1000000 | 10011111 | 1 | 111100 | 0 | 100110 | 100101011 | 101011 | 101100 |
Color Harmonies of #9D409F
Complementary color
Monochromatic Colors of #9D409F
Black with #9D409F
Text Example
Text Example
White with #9D409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D409F; }
p { color: rgb(157,64,159); }
H1.HeaderClassName
{
color: #9D409F;
}
.AnyTagClassName
{
color: #9D409F;
}
</style>
background-color css
<style>
a { background-color: #9D409F; }
a { background-color: rgb(157,64,159); }
div.DivClassName
{
background-color: #9D409F;
}
.BgClassName
{
background-color: #9D409F;
}
</style>
border-color css
<style>
span { border-color: #9D409F; }
span { border-color: rgb(157,64,159); }
td.TdClassName
{
border-color: #9D409F;
}
.TagClassName
{
border-color: #9D409F;
}
</style>