Shades of Violet Blue #9A4DA5
Tints of Violet Blue #9A4DA5
RGB
CMYK
RGB Variations
Color information
#9A4DA5 (or 0x9A4DA5) is known color: Violet Blue. HEX triplet: 9A, 4D and A5. RGB value is (154,77,165). Sum of RGB (Red+Green+Blue) = 154+77+165=396 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.89% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 165 - color contains mainly: blue. Hex color #9A4DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A4DA5 is #65B25A. Grayscale: #6D6D6D. Windows color (decimal): -6664795 or 10833306. OLE color: 10833306.
HSL color Cylindrical-coordinate representation of color #9A4DA5: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A4DA5 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 77 | 165 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.35 |
| HSL | 292.5º | 0.36% | 0.47% | - |
| HSV(B) | 292.5º | 0.53% | 0.65% | - |
| XYZ | 22.77 | 14.89 | 37.27 | - |
| YUV | 110.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 77 | 165 | 0.07 | 0.53 | 0 | 0.35 | 292.5 | 0.36 | 0.47 |
| Hex | 9A | 4D | A5 | 7 | 35 | 0 | 23 | 124 | 24 | 2F |
| Octal | 232 | 115 | 245 | 7 | 65 | 0 | 43 | 444 | 44 | 57 |
| Binary | 10011010 | 1001101 | 10100101 | 111 | 110101 | 0 | 100011 | 100100100 | 100100 | 101111 |
Color Harmonies of #9A4DA5
Complementary color
Monochromatic Colors of #9A4DA5
Black with #9A4DA5
Text Example
Text Example
White with #9A4DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4DA5; }
p { color: rgb(154,77,165); }
H1.HeaderClassName
{
color: #9A4DA5;
}
.AnyTagClassName
{
color: #9A4DA5;
}
</style>
background-color css
<style>
a { background-color: #9A4DA5; }
a { background-color: rgb(154,77,165); }
div.DivClassName
{
background-color: #9A4DA5;
}
.BgClassName
{
background-color: #9A4DA5;
}
</style>
border-color css
<style>
span { border-color: #9A4DA5; }
span { border-color: rgb(154,77,165); }
td.TdClassName
{
border-color: #9A4DA5;
}
.TagClassName
{
border-color: #9A4DA5;
}
</style>