Shades of Violet Blue #9A418F
Tints of Violet Blue #9A418F
RGB
CMYK
RGB Variations
Color information
#9A418F (or 0x9A418F) is known color: Violet Blue. HEX triplet: 9A, 41 and 8F. RGB value is (154,65,143). Sum of RGB (Red+Green+Blue) = 154+65+143=362 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.54% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 143 (56.25% from 255 or 39.50% from 362); Max value from RGB is 154 - color contains mainly: red. Hex color #9A418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A418F is #65BE70. Grayscale: #646464. Windows color (decimal): -6667889 or 9388442. OLE color: 9388442.
HSL color Cylindrical-coordinate representation of color #9A418F: hue angle of 307.42º 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 #9A418F is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 65 | 143 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.40 |
| HSL | 307.42º | 0.41% | 0.43% | - |
| HSV(B) | 307.42º | 0.58% | 0.6% | - |
| XYZ | 20.17 | 12.63 | 27.36 | - |
| YUV | 100.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 143 | 0 | 0.58 | 0.07 | 0.40 | 307.42 | 0.41 | 0.43 |
| Hex | 9A | 41 | 8F | 0 | 3A | 7 | 28 | 133 | 29 | 2B |
| Octal | 232 | 101 | 217 | 0 | 72 | 7 | 50 | 463 | 51 | 53 |
| Binary | 10011010 | 1000001 | 10001111 | 0 | 111010 | 111 | 101000 | 100110011 | 101001 | 101011 |
Color Harmonies of #9A418F
Complementary color
Monochromatic Colors of #9A418F
Black with #9A418F
Text Example
Text Example
White with #9A418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A418F; }
p { color: rgb(154,65,143); }
H1.HeaderClassName
{
color: #9A418F;
}
.AnyTagClassName
{
color: #9A418F;
}
</style>
background-color css
<style>
a { background-color: #9A418F; }
a { background-color: rgb(154,65,143); }
div.DivClassName
{
background-color: #9A418F;
}
.BgClassName
{
background-color: #9A418F;
}
</style>
border-color css
<style>
span { border-color: #9A418F; }
span { border-color: rgb(154,65,143); }
td.TdClassName
{
border-color: #9A418F;
}
.TagClassName
{
border-color: #9A418F;
}
</style>