Shades of Violet Blue #9A4D8D
Tints of Violet Blue #9A4D8D
RGB
CMYK
RGB Variations
Color information
#9A4D8D (or 0x9A4D8D) is known color: Violet Blue. HEX triplet: 9A, 4D and 8D. RGB value is (154,77,141). Sum of RGB (Red+Green+Blue) = 154+77+141=372 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.40% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4D8D is #65B272. Grayscale: #6B6B6B. Windows color (decimal): -6664819 or 9260442. OLE color: 9260442.
HSL color Cylindrical-coordinate representation of color #9A4D8D: hue angle of 310.13º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A4D8D is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 141 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.40 |
| HSL | 310.13º | 0.33% | 0.45% | - |
| HSV(B) | 310.13º | 0.5% | 0.6% | - |
| XYZ | 20.79 | 14.1 | 26.83 | - |
| YUV | 107.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 141 | 0 | 0.50 | 0.08 | 0.40 | 310.13 | 0.33 | 0.45 |
| Hex | 9A | 4D | 8D | 0 | 32 | 8 | 28 | 136 | 21 | 2D |
| Octal | 232 | 115 | 215 | 0 | 62 | 10 | 50 | 466 | 41 | 55 |
| Binary | 10011010 | 1001101 | 10001101 | 0 | 110010 | 1000 | 101000 | 100110110 | 100001 | 101101 |
Color Harmonies of #9A4D8D
Complementary color
Monochromatic Colors of #9A4D8D
Black with #9A4D8D
Text Example
Text Example
White with #9A4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D8D; }
p { color: rgb(154,77,141); }
H1.HeaderClassName
{
color: #9A4D8D;
}
.AnyTagClassName
{
color: #9A4D8D;
}
</style>
background-color css
<style>
a { background-color: #9A4D8D; }
a { background-color: rgb(154,77,141); }
div.DivClassName
{
background-color: #9A4D8D;
}
.BgClassName
{
background-color: #9A4D8D;
}
</style>
border-color css
<style>
span { border-color: #9A4D8D; }
span { border-color: rgb(154,77,141); }
td.TdClassName
{
border-color: #9A4D8D;
}
.TagClassName
{
border-color: #9A4D8D;
}
</style>