Shades of Violet Blue #9D3F9A
Tints of Violet Blue #9D3F9A
RGB
CMYK
RGB Variations
Color information
#9D3F9A (or 0x9D3F9A) is known color: Violet Blue. HEX triplet: 9D, 3F and 9A. RGB value is (157,63,154). Sum of RGB (Red+Green+Blue) = 157+63+154=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3F9A is #62C065. Grayscale: #656565. Windows color (decimal): -6471782 or 10108829. OLE color: 10108829.
HSL color Cylindrical-coordinate representation of color #9D3F9A: hue angle of 301.91º 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 #9D3F9A is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 63 | 154 | - |
| CMYK | 0 | 0.60 | 0.02 | 0.38 |
| HSL | 301.91º | 0.43% | 0.43% | - |
| HSV(B) | 301.91º | 0.6% | 0.62% | - |
| XYZ | 21.51 | 13.06 | 31.96 | - |
| YUV | 101.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 63 | 154 | 0 | 0.60 | 0.02 | 0.38 | 301.91 | 0.43 | 0.43 |
| Hex | 9D | 3F | 9A | 0 | 3C | 2 | 26 | 12E | 2B | 2B |
| Octal | 235 | 77 | 232 | 0 | 74 | 2 | 46 | 456 | 53 | 53 |
| Binary | 10011101 | 111111 | 10011010 | 0 | 111100 | 10 | 100110 | 100101110 | 101011 | 101011 |
Color Harmonies of #9D3F9A
Complementary color
Monochromatic Colors of #9D3F9A
Black with #9D3F9A
Text Example
Text Example
White with #9D3F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3F9A; }
p { color: rgb(157,63,154); }
H1.HeaderClassName
{
color: #9D3F9A;
}
.AnyTagClassName
{
color: #9D3F9A;
}
</style>
background-color css
<style>
a { background-color: #9D3F9A; }
a { background-color: rgb(157,63,154); }
div.DivClassName
{
background-color: #9D3F9A;
}
.BgClassName
{
background-color: #9D3F9A;
}
</style>
border-color css
<style>
span { border-color: #9D3F9A; }
span { border-color: rgb(157,63,154); }
td.TdClassName
{
border-color: #9D3F9A;
}
.TagClassName
{
border-color: #9D3F9A;
}
</style>