Shades of Violet Blue #9D418F
Tints of Violet Blue #9D418F
RGB
CMYK
RGB Variations
Color information
#9D418F (or 0x9D418F) is known color: Violet Blue. HEX triplet: 9D, 41 and 8F. RGB value is (157,65,143). Sum of RGB (Red+Green+Blue) = 157+65+143=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D418F is #62BE70. Grayscale: #656565. Windows color (decimal): -6471281 or 9388445. OLE color: 9388445.
HSL color Cylindrical-coordinate representation of color #9D418F: hue angle of 309.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D418F is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 65 | 143 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.38 |
| HSL | 309.13º | 0.41% | 0.44% | - |
| HSV(B) | 309.13º | 0.59% | 0.62% | - |
| XYZ | 20.75 | 12.93 | 27.39 | - |
| YUV | 101.4 | 151.48 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 65 | 143 | 0 | 0.59 | 0.09 | 0.38 | 309.13 | 0.41 | 0.44 |
| Hex | 9D | 41 | 8F | 0 | 3B | 9 | 26 | 135 | 29 | 2C |
| Octal | 235 | 101 | 217 | 0 | 73 | 11 | 46 | 465 | 51 | 54 |
| Binary | 10011101 | 1000001 | 10001111 | 0 | 111011 | 1001 | 100110 | 100110101 | 101001 | 101100 |
Color Harmonies of #9D418F
Complementary color
Monochromatic Colors of #9D418F
Black with #9D418F
Text Example
Text Example
White with #9D418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D418F; }
p { color: rgb(157,65,143); }
H1.HeaderClassName
{
color: #9D418F;
}
.AnyTagClassName
{
color: #9D418F;
}
</style>
background-color css
<style>
a { background-color: #9D418F; }
a { background-color: rgb(157,65,143); }
div.DivClassName
{
background-color: #9D418F;
}
.BgClassName
{
background-color: #9D418F;
}
</style>
border-color css
<style>
span { border-color: #9D418F; }
span { border-color: rgb(157,65,143); }
td.TdClassName
{
border-color: #9D418F;
}
.TagClassName
{
border-color: #9D418F;
}
</style>