Shades of Violet Blue #9A4A8B
Tints of Violet Blue #9A4A8B
RGB
CMYK
RGB Variations
Color information
#9A4A8B (or 0x9A4A8B) is known color: Violet Blue. HEX triplet: 9A, 4A and 8B. RGB value is (154,74,139). Sum of RGB (Red+Green+Blue) = 154+74+139=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4A8B is #65B574. Grayscale: #696969. Windows color (decimal): -6665589 or 9128602. OLE color: 9128602.
HSL color Cylindrical-coordinate representation of color #9A4A8B: hue angle of 311.25º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A4A8B is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 74 | 139 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.40 |
| HSL | 311.25º | 0.35% | 0.45% | - |
| HSV(B) | 311.25º | 0.52% | 0.6% | - |
| XYZ | 20.44 | 13.63 | 25.98 | - |
| YUV | 105.33 | 147 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 139 | 0 | 0.52 | 0.10 | 0.40 | 311.25 | 0.35 | 0.45 |
| Hex | 9A | 4A | 8B | 0 | 34 | A | 28 | 137 | 23 | 2D |
| Octal | 232 | 112 | 213 | 0 | 64 | 12 | 50 | 467 | 43 | 55 |
| Binary | 10011010 | 1001010 | 10001011 | 0 | 110100 | 1010 | 101000 | 100110111 | 100011 | 101101 |
Color Harmonies of #9A4A8B
Complementary color
Monochromatic Colors of #9A4A8B
Black with #9A4A8B
Text Example
Text Example
White with #9A4A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4A8B; }
p { color: rgb(154,74,139); }
H1.HeaderClassName
{
color: #9A4A8B;
}
.AnyTagClassName
{
color: #9A4A8B;
}
</style>
background-color css
<style>
a { background-color: #9A4A8B; }
a { background-color: rgb(154,74,139); }
div.DivClassName
{
background-color: #9A4A8B;
}
.BgClassName
{
background-color: #9A4A8B;
}
</style>
border-color css
<style>
span { border-color: #9A4A8B; }
span { border-color: rgb(154,74,139); }
td.TdClassName
{
border-color: #9A4A8B;
}
.TagClassName
{
border-color: #9A4A8B;
}
</style>