Shades of Violet Blue #9D3F98
Tints of Violet Blue #9D3F98
RGB
CMYK
RGB Variations
Color information
#9D3F98 (or 0x9D3F98) is known color: Violet Blue. HEX triplet: 9D, 3F and 98. RGB value is (157,63,152). Sum of RGB (Red+Green+Blue) = 157+63+152=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3F98 is #62C067. Grayscale: #646464. Windows color (decimal): -6471784 or 9977757. OLE color: 9977757.
HSL color Cylindrical-coordinate representation of color #9D3F98: hue angle of 303.19º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D3F98 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 63 | 152 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.38 |
| HSL | 303.19º | 0.43% | 0.43% | - |
| HSV(B) | 303.19º | 0.6% | 0.62% | - |
| XYZ | 21.35 | 12.99 | 31.09 | - |
| YUV | 101.25 | 156.64 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 152 | 0 | 0.60 | 0.03 | 0.38 | 303.19 | 0.43 | 0.43 |
| Hex | 9D | 3F | 98 | 0 | 3C | 3 | 26 | 12F | 2B | 2B |
| Octal | 235 | 77 | 230 | 0 | 74 | 3 | 46 | 457 | 53 | 53 |
| Binary | 10011101 | 111111 | 10011000 | 0 | 111100 | 11 | 100110 | 100101111 | 101011 | 101011 |
Color Harmonies of #9D3F98
Complementary color
Monochromatic Colors of #9D3F98
Black with #9D3F98
Text Example
Text Example
White with #9D3F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3F98; }
p { color: rgb(157,63,152); }
H1.HeaderClassName
{
color: #9D3F98;
}
.AnyTagClassName
{
color: #9D3F98;
}
</style>
background-color css
<style>
a { background-color: #9D3F98; }
a { background-color: rgb(157,63,152); }
div.DivClassName
{
background-color: #9D3F98;
}
.BgClassName
{
background-color: #9D3F98;
}
</style>
border-color css
<style>
span { border-color: #9D3F98; }
span { border-color: rgb(157,63,152); }
td.TdClassName
{
border-color: #9D3F98;
}
.TagClassName
{
border-color: #9D3F98;
}
</style>