Shades of Violet Blue #9D3D98
Tints of Violet Blue #9D3D98
RGB
CMYK
RGB Variations
Color information
#9D3D98 (or 0x9D3D98) is known color: Violet Blue. HEX triplet: 9D, 3D and 98. RGB value is (157,61,152). Sum of RGB (Red+Green+Blue) = 157+61+152=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3D98 is #62C267. Grayscale: #636363. Windows color (decimal): -6472296 or 9977245. OLE color: 9977245.
HSL color Cylindrical-coordinate representation of color #9D3D98: hue angle of 303.12º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D3D98 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 61 | 152 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.38 |
| HSL | 303.13º | 0.44% | 0.43% | - |
| HSV(B) | 303.13º | 0.61% | 0.62% | - |
| XYZ | 21.24 | 12.77 | 31.05 | - |
| YUV | 100.08 | 157.3 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 61 | 152 | 0 | 0.61 | 0.03 | 0.38 | 303.13 | 0.44 | 0.43 |
| Hex | 9D | 3D | 98 | 0 | 3D | 3 | 26 | 12F | 2C | 2B |
| Octal | 235 | 75 | 230 | 0 | 75 | 3 | 46 | 457 | 54 | 53 |
| Binary | 10011101 | 111101 | 10011000 | 0 | 111101 | 11 | 100110 | 100101111 | 101100 | 101011 |
Color Harmonies of #9D3D98
Complementary color
Monochromatic Colors of #9D3D98
Black with #9D3D98
Text Example
Text Example
White with #9D3D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3D98; }
p { color: rgb(157,61,152); }
H1.HeaderClassName
{
color: #9D3D98;
}
.AnyTagClassName
{
color: #9D3D98;
}
</style>
background-color css
<style>
a { background-color: #9D3D98; }
a { background-color: rgb(157,61,152); }
div.DivClassName
{
background-color: #9D3D98;
}
.BgClassName
{
background-color: #9D3D98;
}
</style>
border-color css
<style>
span { border-color: #9D3D98; }
span { border-color: rgb(157,61,152); }
td.TdClassName
{
border-color: #9D3D98;
}
.TagClassName
{
border-color: #9D3D98;
}
</style>