Shades of Violet Blue #9D5F90
Tints of Violet Blue #9D5F90
RGB
CMYK
RGB Variations
Color information
#9D5F90 (or 0x9D5F90) is known color: Violet Blue. HEX triplet: 9D, 5F and 90. RGB value is (157,95,144). Sum of RGB (Red+Green+Blue) = 157+95+144=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 95 (37.5% from 255 or 23.99% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5F90 is #62A06F. Grayscale: #767676. Windows color (decimal): -6463600 or 9461661. OLE color: 9461661.
HSL color Cylindrical-coordinate representation of color #9D5F90: hue angle of 312.58º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D5F90 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 95 | 144 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.38 |
| HSL | 312.58º | 0.25% | 0.49% | - |
| HSV(B) | 312.58º | 0.39% | 0.62% | - |
| XYZ | 23.03 | 17.37 | 28.52 | - |
| YUV | 119.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 95 | 144 | 0 | 0.39 | 0.08 | 0.38 | 312.58 | 0.25 | 0.49 |
| Hex | 9D | 5F | 90 | 0 | 27 | 8 | 26 | 139 | 19 | 31 |
| Octal | 235 | 137 | 220 | 0 | 47 | 10 | 46 | 471 | 31 | 61 |
| Binary | 10011101 | 1011111 | 10010000 | 0 | 100111 | 1000 | 100110 | 100111001 | 11001 | 110001 |
Color Harmonies of #9D5F90
Complementary color
Monochromatic Colors of #9D5F90
Black with #9D5F90
Text Example
Text Example
White with #9D5F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5F90; }
p { color: rgb(157,95,144); }
H1.HeaderClassName
{
color: #9D5F90;
}
.AnyTagClassName
{
color: #9D5F90;
}
</style>
background-color css
<style>
a { background-color: #9D5F90; }
a { background-color: rgb(157,95,144); }
div.DivClassName
{
background-color: #9D5F90;
}
.BgClassName
{
background-color: #9D5F90;
}
</style>
border-color css
<style>
span { border-color: #9D5F90; }
span { border-color: rgb(157,95,144); }
td.TdClassName
{
border-color: #9D5F90;
}
.TagClassName
{
border-color: #9D5F90;
}
</style>