Shades of Violet Blue #9A4C8D
Tints of Violet Blue #9A4C8D
RGB
CMYK
RGB Variations
Color information
#9A4C8D (or 0x9A4C8D) is known color: Violet Blue. HEX triplet: 9A, 4C and 8D. RGB value is (154,76,141). Sum of RGB (Red+Green+Blue) = 154+76+141=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4C8D is #65B372. Grayscale: #6A6A6A. Windows color (decimal): -6665075 or 9260186. OLE color: 9260186.
HSL color Cylindrical-coordinate representation of color #9A4C8D: hue angle of 310º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A4C8D is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 76 | 141 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.40 |
| HSL | 310º | 0.34% | 0.45% | - |
| HSV(B) | 310º | 0.51% | 0.6% | - |
| XYZ | 20.72 | 13.96 | 26.8 | - |
| YUV | 106.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 76 | 141 | 0 | 0.51 | 0.08 | 0.40 | 310 | 0.34 | 0.45 |
| Hex | 9A | 4C | 8D | 0 | 33 | 8 | 28 | 136 | 22 | 2D |
| Octal | 232 | 114 | 215 | 0 | 63 | 10 | 50 | 466 | 42 | 55 |
| Binary | 10011010 | 1001100 | 10001101 | 0 | 110011 | 1000 | 101000 | 100110110 | 100010 | 101101 |
Color Harmonies of #9A4C8D
Complementary color
Monochromatic Colors of #9A4C8D
Black with #9A4C8D
Text Example
Text Example
White with #9A4C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4C8D; }
p { color: rgb(154,76,141); }
H1.HeaderClassName
{
color: #9A4C8D;
}
.AnyTagClassName
{
color: #9A4C8D;
}
</style>
background-color css
<style>
a { background-color: #9A4C8D; }
a { background-color: rgb(154,76,141); }
div.DivClassName
{
background-color: #9A4C8D;
}
.BgClassName
{
background-color: #9A4C8D;
}
</style>
border-color css
<style>
span { border-color: #9A4C8D; }
span { border-color: rgb(154,76,141); }
td.TdClassName
{
border-color: #9A4C8D;
}
.TagClassName
{
border-color: #9A4C8D;
}
</style>