Shades of Violet Blue #9A4D8B
Tints of Violet Blue #9A4D8B
RGB
CMYK
RGB Variations
Color information
#9A4D8B (or 0x9A4D8B) is known color: Violet Blue. HEX triplet: 9A, 4D and 8B. RGB value is (154,77,139). Sum of RGB (Red+Green+Blue) = 154+77+139=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4D8B is #65B274. Grayscale: #6A6A6A. Windows color (decimal): -6664821 or 9129370. OLE color: 9129370.
HSL color Cylindrical-coordinate representation of color #9A4D8B: hue angle of 311.69º 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 #9A4D8B is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 77 | 139 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.40 |
| HSL | 311.69º | 0.33% | 0.45% | - |
| HSV(B) | 311.69º | 0.5% | 0.6% | - |
| XYZ | 20.64 | 14.04 | 26.05 | - |
| YUV | 107.09 | 146.01 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 139 | 0 | 0.50 | 0.10 | 0.40 | 311.69 | 0.33 | 0.45 |
| Hex | 9A | 4D | 8B | 0 | 32 | A | 28 | 138 | 21 | 2D |
| Octal | 232 | 115 | 213 | 0 | 62 | 12 | 50 | 470 | 41 | 55 |
| Binary | 10011010 | 1001101 | 10001011 | 0 | 110010 | 1010 | 101000 | 100111000 | 100001 | 101101 |
Color Harmonies of #9A4D8B
Complementary color
Monochromatic Colors of #9A4D8B
Black with #9A4D8B
Text Example
Text Example
White with #9A4D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4D8B; }
p { color: rgb(154,77,139); }
H1.HeaderClassName
{
color: #9A4D8B;
}
.AnyTagClassName
{
color: #9A4D8B;
}
</style>
background-color css
<style>
a { background-color: #9A4D8B; }
a { background-color: rgb(154,77,139); }
div.DivClassName
{
background-color: #9A4D8B;
}
.BgClassName
{
background-color: #9A4D8B;
}
</style>
border-color css
<style>
span { border-color: #9A4D8B; }
span { border-color: rgb(154,77,139); }
td.TdClassName
{
border-color: #9A4D8B;
}
.TagClassName
{
border-color: #9A4D8B;
}
</style>