Shades of Violet Blue #9D458F
Tints of Violet Blue #9D458F
RGB
CMYK
RGB Variations
Color information
#9D458F (or 0x9D458F) is known color: Violet Blue. HEX triplet: 9D, 45 and 8F. RGB value is (157,69,143). Sum of RGB (Red+Green+Blue) = 157+69+143=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D458F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D458F is #62BA70. Grayscale: #676767. Windows color (decimal): -6470257 or 9389469. OLE color: 9389469.
HSL color Cylindrical-coordinate representation of color #9D458F: hue angle of 309.55º 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 #9D458F is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 69 | 143 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.38 |
| HSL | 309.55º | 0.39% | 0.44% | - |
| HSV(B) | 309.55º | 0.56% | 0.62% | - |
| XYZ | 20.99 | 13.41 | 27.47 | - |
| YUV | 103.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 69 | 143 | 0 | 0.56 | 0.09 | 0.38 | 309.55 | 0.39 | 0.44 |
| Hex | 9D | 45 | 8F | 0 | 38 | 9 | 26 | 136 | 27 | 2C |
| Octal | 235 | 105 | 217 | 0 | 70 | 11 | 46 | 466 | 47 | 54 |
| Binary | 10011101 | 1000101 | 10001111 | 0 | 111000 | 1001 | 100110 | 100110110 | 100111 | 101100 |
Color Harmonies of #9D458F
Complementary color
Monochromatic Colors of #9D458F
Black with #9D458F
Text Example
Text Example
White with #9D458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D458F; }
p { color: rgb(157,69,143); }
H1.HeaderClassName
{
color: #9D458F;
}
.AnyTagClassName
{
color: #9D458F;
}
</style>
background-color css
<style>
a { background-color: #9D458F; }
a { background-color: rgb(157,69,143); }
div.DivClassName
{
background-color: #9D458F;
}
.BgClassName
{
background-color: #9D458F;
}
</style>
border-color css
<style>
span { border-color: #9D458F; }
span { border-color: rgb(157,69,143); }
td.TdClassName
{
border-color: #9D458F;
}
.TagClassName
{
border-color: #9D458F;
}
</style>