Shades of Violet Blue #9352A0
Tints of Violet Blue #9352A0
RGB
CMYK
RGB Variations
Color information
#9352A0 (or 0x9352A0) is known color: Violet Blue. HEX triplet: 93, 52 and A0. RGB value is (147,82,160). Sum of RGB (Red+Green+Blue) = 147+82+160=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 160 (62.89% from 255 or 41.13% from 389); Max value from RGB is 160 - color contains mainly: blue. Hex color #9352A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9352A0 is #6CAD5F. Grayscale: #6E6E6E. Windows color (decimal): -7122272 or 10506899. OLE color: 10506899.
HSL color Cylindrical-coordinate representation of color #9352A0: hue angle of 290º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9352A0 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 82 | 160 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.37 |
| HSL | 290º | 0.32% | 0.47% | - |
| HSV(B) | 290º | 0.49% | 0.63% | - |
| XYZ | 21.4 | 14.78 | 34.98 | - |
| YUV | 110.33 | 156.03 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 160 | 0.08 | 0.49 | 0 | 0.37 | 290 | 0.32 | 0.47 |
| Hex | 93 | 52 | A0 | 8 | 31 | 0 | 25 | 122 | 20 | 2F |
| Octal | 223 | 122 | 240 | 10 | 61 | 0 | 45 | 442 | 40 | 57 |
| Binary | 10010011 | 1010010 | 10100000 | 1000 | 110001 | 0 | 100101 | 100100010 | 100000 | 101111 |
Color Harmonies of #9352A0
Complementary color
Monochromatic Colors of #9352A0
Black with #9352A0
Text Example
Text Example
White with #9352A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352A0; }
p { color: rgb(147,82,160); }
H1.HeaderClassName
{
color: #9352A0;
}
.AnyTagClassName
{
color: #9352A0;
}
</style>
background-color css
<style>
a { background-color: #9352A0; }
a { background-color: rgb(147,82,160); }
div.DivClassName
{
background-color: #9352A0;
}
.BgClassName
{
background-color: #9352A0;
}
</style>
border-color css
<style>
span { border-color: #9352A0; }
span { border-color: rgb(147,82,160); }
td.TdClassName
{
border-color: #9352A0;
}
.TagClassName
{
border-color: #9352A0;
}
</style>