Shades of Violet Blue #9A408E
Tints of Violet Blue #9A408E
RGB
CMYK
RGB Variations
Color information
#9A408E (or 0x9A408E) is known color: Violet Blue. HEX triplet: 9A, 40 and 8E. RGB value is (154,64,142). Sum of RGB (Red+Green+Blue) = 154+64+142=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A408E is #65BF71. Grayscale: #636363. Windows color (decimal): -6668146 or 9322650. OLE color: 9322650.
HSL color Cylindrical-coordinate representation of color #9A408E: hue angle of 308º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A408E is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 142 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.40 |
| HSL | 308º | 0.41% | 0.43% | - |
| HSV(B) | 308º | 0.58% | 0.6% | - |
| XYZ | 20.04 | 12.49 | 26.95 | - |
| YUV | 99.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 142 | 0 | 0.58 | 0.08 | 0.40 | 308 | 0.41 | 0.43 |
| Hex | 9A | 40 | 8E | 0 | 3A | 8 | 28 | 134 | 29 | 2B |
| Octal | 232 | 100 | 216 | 0 | 72 | 10 | 50 | 464 | 51 | 53 |
| Binary | 10011010 | 1000000 | 10001110 | 0 | 111010 | 1000 | 101000 | 100110100 | 101001 | 101011 |
Color Harmonies of #9A408E
Complementary color
Monochromatic Colors of #9A408E
Black with #9A408E
Text Example
Text Example
White with #9A408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A408E; }
p { color: rgb(154,64,142); }
H1.HeaderClassName
{
color: #9A408E;
}
.AnyTagClassName
{
color: #9A408E;
}
</style>
background-color css
<style>
a { background-color: #9A408E; }
a { background-color: rgb(154,64,142); }
div.DivClassName
{
background-color: #9A408E;
}
.BgClassName
{
background-color: #9A408E;
}
</style>
border-color css
<style>
span { border-color: #9A408E; }
span { border-color: rgb(154,64,142); }
td.TdClassName
{
border-color: #9A408E;
}
.TagClassName
{
border-color: #9A408E;
}
</style>