Shades of Violet Blue #9459A0
Tints of Violet Blue #9459A0
RGB
CMYK
RGB Variations
Color information
#9459A0 (or 0x9459A0) is known color: Violet Blue. HEX triplet: 94, 59 and A0. RGB value is (148,89,160). Sum of RGB (Red+Green+Blue) = 148+89+160=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #9459A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9459A0 is #6BA65F. Grayscale: #727272. Windows color (decimal): -7054944 or 10508692. OLE color: 10508692.
HSL color Cylindrical-coordinate representation of color #9459A0: hue angle of 289.86º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9459A0 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 89 | 160 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.37 |
| HSL | 289.86º | 0.29% | 0.49% | - |
| HSV(B) | 289.86º | 0.44% | 0.63% | - |
| XYZ | 22.13 | 15.98 | 35.18 | - |
| YUV | 114.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 160 | 0.07 | 0.44 | 0 | 0.37 | 289.86 | 0.29 | 0.49 |
| Hex | 94 | 59 | A0 | 7 | 2C | 0 | 25 | 122 | 1D | 31 |
| Octal | 224 | 131 | 240 | 7 | 54 | 0 | 45 | 442 | 35 | 61 |
| Binary | 10010100 | 1011001 | 10100000 | 111 | 101100 | 0 | 100101 | 100100010 | 11101 | 110001 |
Color Harmonies of #9459A0
Complementary color
Monochromatic Colors of #9459A0
Black with #9459A0
Text Example
Text Example
White with #9459A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459A0; }
p { color: rgb(148,89,160); }
H1.HeaderClassName
{
color: #9459A0;
}
.AnyTagClassName
{
color: #9459A0;
}
</style>
background-color css
<style>
a { background-color: #9459A0; }
a { background-color: rgb(148,89,160); }
div.DivClassName
{
background-color: #9459A0;
}
.BgClassName
{
background-color: #9459A0;
}
</style>
border-color css
<style>
span { border-color: #9459A0; }
span { border-color: rgb(148,89,160); }
td.TdClassName
{
border-color: #9459A0;
}
.TagClassName
{
border-color: #9459A0;
}
</style>