Shades of Violet Blue #9A408F
Tints of Violet Blue #9A408F
RGB
CMYK
RGB Variations
Color information
#9A408F (or 0x9A408F) is known color: Violet Blue. HEX triplet: 9A, 40 and 8F. RGB value is (154,64,143). Sum of RGB (Red+Green+Blue) = 154+64+143=361 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.66% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 154 - color contains mainly: red. Hex color #9A408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A408F is #65BF70. Grayscale: #636363. Windows color (decimal): -6668145 or 9388186. OLE color: 9388186.
HSL color Cylindrical-coordinate representation of color #9A408F: hue angle of 307.33º 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 #9A408F is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 64 | 143 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.40 |
| HSL | 307.33º | 0.41% | 0.43% | - |
| HSV(B) | 307.33º | 0.58% | 0.6% | - |
| XYZ | 20.12 | 12.52 | 27.34 | - |
| YUV | 99.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 143 | 0 | 0.58 | 0.07 | 0.40 | 307.33 | 0.41 | 0.43 |
| Hex | 9A | 40 | 8F | 0 | 3A | 7 | 28 | 133 | 29 | 2B |
| Octal | 232 | 100 | 217 | 0 | 72 | 7 | 50 | 463 | 51 | 53 |
| Binary | 10011010 | 1000000 | 10001111 | 0 | 111010 | 111 | 101000 | 100110011 | 101001 | 101011 |
Color Harmonies of #9A408F
Complementary color
Monochromatic Colors of #9A408F
Black with #9A408F
Text Example
Text Example
White with #9A408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A408F; }
p { color: rgb(154,64,143); }
H1.HeaderClassName
{
color: #9A408F;
}
.AnyTagClassName
{
color: #9A408F;
}
</style>
background-color css
<style>
a { background-color: #9A408F; }
a { background-color: rgb(154,64,143); }
div.DivClassName
{
background-color: #9A408F;
}
.BgClassName
{
background-color: #9A408F;
}
</style>
border-color css
<style>
span { border-color: #9A408F; }
span { border-color: rgb(154,64,143); }
td.TdClassName
{
border-color: #9A408F;
}
.TagClassName
{
border-color: #9A408F;
}
</style>