Shades of Violet Blue #9D428E
Tints of Violet Blue #9D428E
RGB
CMYK
RGB Variations
Color information
#9D428E (or 0x9D428E) is known color: Violet Blue. HEX triplet: 9D, 42 and 8E. RGB value is (157,66,142). Sum of RGB (Red+Green+Blue) = 157+66+142=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 157 - color contains mainly: red. Hex color #9D428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D428E is #62BD71. Grayscale: #656565. Windows color (decimal): -6471026 or 9323165. OLE color: 9323165.
HSL color Cylindrical-coordinate representation of color #9D428E: hue angle of 309.89º 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 #9D428E is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 66 | 142 | - |
| CMYK | 0 | 0.58 | 0.10 | 0.38 |
| HSL | 309.89º | 0.41% | 0.44% | - |
| HSV(B) | 309.89º | 0.58% | 0.62% | - |
| XYZ | 20.74 | 13.02 | 27.01 | - |
| YUV | 101.87 | 150.65 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 66 | 142 | 0 | 0.58 | 0.10 | 0.38 | 309.89 | 0.41 | 0.44 |
| Hex | 9D | 42 | 8E | 0 | 3A | A | 26 | 136 | 29 | 2C |
| Octal | 235 | 102 | 216 | 0 | 72 | 12 | 46 | 466 | 51 | 54 |
| Binary | 10011101 | 1000010 | 10001110 | 0 | 111010 | 1010 | 100110 | 100110110 | 101001 | 101100 |
Color Harmonies of #9D428E
Complementary color
Monochromatic Colors of #9D428E
Black with #9D428E
Text Example
Text Example
White with #9D428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D428E; }
p { color: rgb(157,66,142); }
H1.HeaderClassName
{
color: #9D428E;
}
.AnyTagClassName
{
color: #9D428E;
}
</style>
background-color css
<style>
a { background-color: #9D428E; }
a { background-color: rgb(157,66,142); }
div.DivClassName
{
background-color: #9D428E;
}
.BgClassName
{
background-color: #9D428E;
}
</style>
border-color css
<style>
span { border-color: #9D428E; }
span { border-color: rgb(157,66,142); }
td.TdClassName
{
border-color: #9D428E;
}
.TagClassName
{
border-color: #9D428E;
}
</style>