Shades of Violet Blue #9D428F
Tints of Violet Blue #9D428F
RGB
CMYK
RGB Variations
Color information
#9D428F (or 0x9D428F) is known color: Violet Blue. HEX triplet: 9D, 42 and 8F. RGB value is (157,66,143). Sum of RGB (Red+Green+Blue) = 157+66+143=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 143 (56.25% from 255 or 39.07% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D428F is #62BD70. Grayscale: #656565. Windows color (decimal): -6471025 or 9388701. OLE color: 9388701.
HSL color Cylindrical-coordinate representation of color #9D428F: hue angle of 309.23º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D428F is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 143 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.38 |
| HSL | 309.23º | 0.41% | 0.44% | - |
| HSV(B) | 309.23º | 0.58% | 0.62% | - |
| XYZ | 20.81 | 13.05 | 27.41 | - |
| YUV | 101.99 | 151.15 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 143 | 0 | 0.58 | 0.09 | 0.38 | 309.23 | 0.41 | 0.44 |
| Hex | 9D | 42 | 8F | 0 | 3A | 9 | 26 | 135 | 29 | 2C |
| Octal | 235 | 102 | 217 | 0 | 72 | 11 | 46 | 465 | 51 | 54 |
| Binary | 10011101 | 1000010 | 10001111 | 0 | 111010 | 1001 | 100110 | 100110101 | 101001 | 101100 |
Color Harmonies of #9D428F
Complementary color
Monochromatic Colors of #9D428F
Black with #9D428F
Text Example
Text Example
White with #9D428F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D428F; }
p { color: rgb(157,66,143); }
H1.HeaderClassName
{
color: #9D428F;
}
.AnyTagClassName
{
color: #9D428F;
}
</style>
background-color css
<style>
a { background-color: #9D428F; }
a { background-color: rgb(157,66,143); }
div.DivClassName
{
background-color: #9D428F;
}
.BgClassName
{
background-color: #9D428F;
}
</style>
border-color css
<style>
span { border-color: #9D428F; }
span { border-color: rgb(157,66,143); }
td.TdClassName
{
border-color: #9D428F;
}
.TagClassName
{
border-color: #9D428F;
}
</style>