Shades of Violet Blue #9D4B9A
Tints of Violet Blue #9D4B9A
RGB
CMYK
RGB Variations
Color information
#9D4B9A (or 0x9D4B9A) is known color: Violet Blue. HEX triplet: 9D, 4B and 9A. RGB value is (157,75,154). Sum of RGB (Red+Green+Blue) = 157+75+154=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4B9A is #62B465. Grayscale: #6C6C6C. Windows color (decimal): -6468710 or 10111901. OLE color: 10111901.
HSL color Cylindrical-coordinate representation of color #9D4B9A: hue angle of 302.2º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4B9A is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 75 | 154 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.38 |
| HSL | 302.2º | 0.35% | 0.45% | - |
| HSV(B) | 302.2º | 0.52% | 0.62% | - |
| XYZ | 22.25 | 14.53 | 32.2 | - |
| YUV | 108.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 154 | 0 | 0.52 | 0.02 | 0.38 | 302.2 | 0.35 | 0.45 |
| Hex | 9D | 4B | 9A | 0 | 34 | 2 | 26 | 12E | 23 | 2D |
| Octal | 235 | 113 | 232 | 0 | 64 | 2 | 46 | 456 | 43 | 55 |
| Binary | 10011101 | 1001011 | 10011010 | 0 | 110100 | 10 | 100110 | 100101110 | 100011 | 101101 |
Color Harmonies of #9D4B9A
Complementary color
Monochromatic Colors of #9D4B9A
Black with #9D4B9A
Text Example
Text Example
White with #9D4B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4B9A; }
p { color: rgb(157,75,154); }
H1.HeaderClassName
{
color: #9D4B9A;
}
.AnyTagClassName
{
color: #9D4B9A;
}
</style>
background-color css
<style>
a { background-color: #9D4B9A; }
a { background-color: rgb(157,75,154); }
div.DivClassName
{
background-color: #9D4B9A;
}
.BgClassName
{
background-color: #9D4B9A;
}
</style>
border-color css
<style>
span { border-color: #9D4B9A; }
span { border-color: rgb(157,75,154); }
td.TdClassName
{
border-color: #9D4B9A;
}
.TagClassName
{
border-color: #9D4B9A;
}
</style>