Shades of Violet Blue #9A418D
Tints of Violet Blue #9A418D
RGB
CMYK
RGB Variations
Color information
#9A418D (or 0x9A418D) is known color: Violet Blue. HEX triplet: 9A, 41 and 8D. RGB value is (154,65,141). Sum of RGB (Red+Green+Blue) = 154+65+141=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A418D is #65BE72. Grayscale: #646464. Windows color (decimal): -6667891 or 9257370. OLE color: 9257370.
HSL color Cylindrical-coordinate representation of color #9A418D: hue angle of 308.76º 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 #9A418D is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 65 | 141 | - |
| CMYK | 0 | 0.58 | 0.08 | 0.40 |
| HSL | 308.76º | 0.41% | 0.43% | - |
| HSV(B) | 308.76º | 0.58% | 0.6% | - |
| XYZ | 20.02 | 12.57 | 26.57 | - |
| YUV | 100.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 141 | 0 | 0.58 | 0.08 | 0.40 | 308.76 | 0.41 | 0.43 |
| Hex | 9A | 41 | 8D | 0 | 3A | 8 | 28 | 135 | 29 | 2B |
| Octal | 232 | 101 | 215 | 0 | 72 | 10 | 50 | 465 | 51 | 53 |
| Binary | 10011010 | 1000001 | 10001101 | 0 | 111010 | 1000 | 101000 | 100110101 | 101001 | 101011 |
Color Harmonies of #9A418D
Complementary color
Monochromatic Colors of #9A418D
Black with #9A418D
Text Example
Text Example
White with #9A418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A418D; }
p { color: rgb(154,65,141); }
H1.HeaderClassName
{
color: #9A418D;
}
.AnyTagClassName
{
color: #9A418D;
}
</style>
background-color css
<style>
a { background-color: #9A418D; }
a { background-color: rgb(154,65,141); }
div.DivClassName
{
background-color: #9A418D;
}
.BgClassName
{
background-color: #9A418D;
}
</style>
border-color css
<style>
span { border-color: #9A418D; }
span { border-color: rgb(154,65,141); }
td.TdClassName
{
border-color: #9A418D;
}
.TagClassName
{
border-color: #9A418D;
}
</style>