Shades of Violet Blue #9D43A0
Tints of Violet Blue #9D43A0
RGB
CMYK
RGB Variations
Color information
#9D43A0 (or 0x9D43A0) is known color: Violet Blue. HEX triplet: 9D, 43 and A0. RGB value is (157,67,160). Sum of RGB (Red+Green+Blue) = 157+67+160=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #9D43A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D43A0 is #62BC5F. Grayscale: #686868. Windows color (decimal): -6470752 or 10503069. OLE color: 10503069.
HSL color Cylindrical-coordinate representation of color #9D43A0: hue angle of 298.06º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D43A0 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 67 | 160 | - |
| CMYK | 0.02 | 0.58 | 0 | 0.37 |
| HSL | 298.06º | 0.41% | 0.45% | - |
| HSV(B) | 298.06º | 0.58% | 0.63% | - |
| XYZ | 22.26 | 13.72 | 34.73 | - |
| YUV | 104.51 | 159.32 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 67 | 160 | 0.02 | 0.58 | 0 | 0.37 | 298.06 | 0.41 | 0.45 |
| Hex | 9D | 43 | A0 | 2 | 3A | 0 | 25 | 12A | 29 | 2D |
| Octal | 235 | 103 | 240 | 2 | 72 | 0 | 45 | 452 | 51 | 55 |
| Binary | 10011101 | 1000011 | 10100000 | 10 | 111010 | 0 | 100101 | 100101010 | 101001 | 101101 |
Color Harmonies of #9D43A0
Complementary color
Monochromatic Colors of #9D43A0
Black with #9D43A0
Text Example
Text Example
White with #9D43A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D43A0; }
p { color: rgb(157,67,160); }
H1.HeaderClassName
{
color: #9D43A0;
}
.AnyTagClassName
{
color: #9D43A0;
}
</style>
background-color css
<style>
a { background-color: #9D43A0; }
a { background-color: rgb(157,67,160); }
div.DivClassName
{
background-color: #9D43A0;
}
.BgClassName
{
background-color: #9D43A0;
}
</style>
border-color css
<style>
span { border-color: #9D43A0; }
span { border-color: rgb(157,67,160); }
td.TdClassName
{
border-color: #9D43A0;
}
.TagClassName
{
border-color: #9D43A0;
}
</style>