Shades of Violet Blue #9D4595
Tints of Violet Blue #9D4595
RGB
CMYK
RGB Variations
Color information
#9D4595 (or 0x9D4595) is known color: Violet Blue. HEX triplet: 9D, 45 and 95. RGB value is (157,69,149). Sum of RGB (Red+Green+Blue) = 157+69+149=375 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.87% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4595 is #62BA6A. Grayscale: #686868. Windows color (decimal): -6470251 or 9782685. OLE color: 9782685.
HSL color Cylindrical-coordinate representation of color #9D4595: hue angle of 305.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4595 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 149 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.38 |
| HSL | 305.45º | 0.39% | 0.44% | - |
| HSV(B) | 305.45º | 0.56% | 0.62% | - |
| XYZ | 21.46 | 13.59 | 29.93 | - |
| YUV | 104.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 149 | 0 | 0.56 | 0.05 | 0.38 | 305.45 | 0.39 | 0.44 |
| Hex | 9D | 45 | 95 | 0 | 38 | 5 | 26 | 131 | 27 | 2C |
| Octal | 235 | 105 | 225 | 0 | 70 | 5 | 46 | 461 | 47 | 54 |
| Binary | 10011101 | 1000101 | 10010101 | 0 | 111000 | 101 | 100110 | 100110001 | 100111 | 101100 |
Color Harmonies of #9D4595
Complementary color
Monochromatic Colors of #9D4595
Black with #9D4595
Text Example
Text Example
White with #9D4595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4595; }
p { color: rgb(157,69,149); }
H1.HeaderClassName
{
color: #9D4595;
}
.AnyTagClassName
{
color: #9D4595;
}
</style>
background-color css
<style>
a { background-color: #9D4595; }
a { background-color: rgb(157,69,149); }
div.DivClassName
{
background-color: #9D4595;
}
.BgClassName
{
background-color: #9D4595;
}
</style>
border-color css
<style>
span { border-color: #9D4595; }
span { border-color: rgb(157,69,149); }
td.TdClassName
{
border-color: #9D4595;
}
.TagClassName
{
border-color: #9D4595;
}
</style>