Shades of Violet Blue #9359A4
Tints of Violet Blue #9359A4
RGB
CMYK
RGB Variations
Color information
#9359A4 (or 0x9359A4) is known color: Violet Blue. HEX triplet: 93, 59 and A4. RGB value is (147,89,164). Sum of RGB (Red+Green+Blue) = 147+89+164=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 164 - color contains mainly: blue. Hex color #9359A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9359A4 is #6CA65B. Grayscale: #727272. Windows color (decimal): -7120476 or 10770835. OLE color: 10770835.
HSL color Cylindrical-coordinate representation of color #9359A4: hue angle of 286.4º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9359A4 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 89 | 164 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.36 |
| HSL | 286.4º | 0.3% | 0.5% | - |
| HSV(B) | 286.4º | 0.46% | 0.64% | - |
| XYZ | 22.31 | 16.03 | 37.04 | - |
| YUV | 114.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 164 | 0.10 | 0.46 | 0 | 0.36 | 286.4 | 0.3 | 0.5 |
| Hex | 93 | 59 | A4 | A | 2E | 0 | 24 | 11E | 1E | 32 |
| Octal | 223 | 131 | 244 | 12 | 56 | 0 | 44 | 436 | 36 | 62 |
| Binary | 10010011 | 1011001 | 10100100 | 1010 | 101110 | 0 | 100100 | 100011110 | 11110 | 110010 |
Color Harmonies of #9359A4
Complementary color
Monochromatic Colors of #9359A4
Black with #9359A4
Text Example
Text Example
White with #9359A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359A4; }
p { color: rgb(147,89,164); }
H1.HeaderClassName
{
color: #9359A4;
}
.AnyTagClassName
{
color: #9359A4;
}
</style>
background-color css
<style>
a { background-color: #9359A4; }
a { background-color: rgb(147,89,164); }
div.DivClassName
{
background-color: #9359A4;
}
.BgClassName
{
background-color: #9359A4;
}
</style>
border-color css
<style>
span { border-color: #9359A4; }
span { border-color: rgb(147,89,164); }
td.TdClassName
{
border-color: #9359A4;
}
.TagClassName
{
border-color: #9359A4;
}
</style>