Shades of Violet Blue #9D438E
Tints of Violet Blue #9D438E
RGB
CMYK
RGB Variations
Color information
#9D438E (or 0x9D438E) is known color: Violet Blue. HEX triplet: 9D, 43 and 8E. RGB value is (157,67,142). Sum of RGB (Red+Green+Blue) = 157+67+142=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D438E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D438E is #62BC71. Grayscale: #666666. Windows color (decimal): -6470770 or 9323421. OLE color: 9323421.
HSL color Cylindrical-coordinate representation of color #9D438E: hue angle of 310º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D438E is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 67 | 142 | - |
| CMYK | 0 | 0.57 | 0.10 | 0.38 |
| HSL | 310º | 0.4% | 0.44% | - |
| HSV(B) | 310º | 0.57% | 0.62% | - |
| XYZ | 20.79 | 13.14 | 27.03 | - |
| YUV | 102.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 142 | 0 | 0.57 | 0.10 | 0.38 | 310 | 0.4 | 0.44 |
| Hex | 9D | 43 | 8E | 0 | 39 | A | 26 | 136 | 28 | 2C |
| Octal | 235 | 103 | 216 | 0 | 71 | 12 | 46 | 466 | 50 | 54 |
| Binary | 10011101 | 1000011 | 10001110 | 0 | 111001 | 1010 | 100110 | 100110110 | 101000 | 101100 |
Color Harmonies of #9D438E
Complementary color
Monochromatic Colors of #9D438E
Black with #9D438E
Text Example
Text Example
White with #9D438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D438E; }
p { color: rgb(157,67,142); }
H1.HeaderClassName
{
color: #9D438E;
}
.AnyTagClassName
{
color: #9D438E;
}
</style>
background-color css
<style>
a { background-color: #9D438E; }
a { background-color: rgb(157,67,142); }
div.DivClassName
{
background-color: #9D438E;
}
.BgClassName
{
background-color: #9D438E;
}
</style>
border-color css
<style>
span { border-color: #9D438E; }
span { border-color: rgb(157,67,142); }
td.TdClassName
{
border-color: #9D438E;
}
.TagClassName
{
border-color: #9D438E;
}
</style>