Shades of Violet Blue #9358A2
Tints of Violet Blue #9358A2
RGB
CMYK
RGB Variations
Color information
#9358A2 (or 0x9358A2) is known color: Violet Blue. HEX triplet: 93, 58 and A2. RGB value is (147,88,162). Sum of RGB (Red+Green+Blue) = 147+88+162=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 162 - color contains mainly: blue. Hex color #9358A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9358A2 is #6CA75D. Grayscale: #717171. Windows color (decimal): -7120734 or 10639507. OLE color: 10639507.
HSL color Cylindrical-coordinate representation of color #9358A2: hue angle of 287.84º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9358A2 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 88 | 162 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.36 |
| HSL | 287.84º | 0.3% | 0.49% | - |
| HSV(B) | 287.84º | 0.46% | 0.64% | - |
| XYZ | 22.04 | 15.79 | 36.07 | - |
| YUV | 114.08 | 155.05 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 88 | 162 | 0.09 | 0.46 | 0 | 0.36 | 287.84 | 0.3 | 0.49 |
| Hex | 93 | 58 | A2 | 9 | 2E | 0 | 24 | 120 | 1E | 31 |
| Octal | 223 | 130 | 242 | 11 | 56 | 0 | 44 | 440 | 36 | 61 |
| Binary | 10010011 | 1011000 | 10100010 | 1001 | 101110 | 0 | 100100 | 100100000 | 11110 | 110001 |
Color Harmonies of #9358A2
Complementary color
Monochromatic Colors of #9358A2
Black with #9358A2
Text Example
Text Example
White with #9358A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9358A2; }
p { color: rgb(147,88,162); }
H1.HeaderClassName
{
color: #9358A2;
}
.AnyTagClassName
{
color: #9358A2;
}
</style>
background-color css
<style>
a { background-color: #9358A2; }
a { background-color: rgb(147,88,162); }
div.DivClassName
{
background-color: #9358A2;
}
.BgClassName
{
background-color: #9358A2;
}
</style>
border-color css
<style>
span { border-color: #9358A2; }
span { border-color: rgb(147,88,162); }
td.TdClassName
{
border-color: #9358A2;
}
.TagClassName
{
border-color: #9358A2;
}
</style>