Shades of Violet Blue #9847A0
Tints of Violet Blue #9847A0
RGB
CMYK
RGB Variations
Color information
#9847A0 (or 0x9847A0) is known color: Violet Blue. HEX triplet: 98, 47 and A0. RGB value is (152,71,160). Sum of RGB (Red+Green+Blue) = 152+71+160=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #9847A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9847A0 is #67B85F. Grayscale: #696969. Windows color (decimal): -6797408 or 10504088. OLE color: 10504088.
HSL color Cylindrical-coordinate representation of color #9847A0: hue angle of 294.61º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9847A0 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 152 | 71 | 160 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.37 |
| HSL | 294.61º | 0.39% | 0.45% | - |
| HSV(B) | 294.61º | 0.56% | 0.63% | - |
| XYZ | 21.55 | 13.72 | 34.77 | - |
| YUV | 105.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 160 | 0.05 | 0.56 | 0 | 0.37 | 294.61 | 0.39 | 0.45 |
| Hex | 98 | 47 | A0 | 5 | 38 | 0 | 25 | 127 | 27 | 2D |
| Octal | 230 | 107 | 240 | 5 | 70 | 0 | 45 | 447 | 47 | 55 |
| Binary | 10011000 | 1000111 | 10100000 | 101 | 111000 | 0 | 100101 | 100100111 | 100111 | 101101 |
Color Harmonies of #9847A0
Complementary color
Monochromatic Colors of #9847A0
Black with #9847A0
Text Example
Text Example
White with #9847A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9847A0; }
p { color: rgb(152,71,160); }
H1.HeaderClassName
{
color: #9847A0;
}
.AnyTagClassName
{
color: #9847A0;
}
</style>
background-color css
<style>
a { background-color: #9847A0; }
a { background-color: rgb(152,71,160); }
div.DivClassName
{
background-color: #9847A0;
}
.BgClassName
{
background-color: #9847A0;
}
</style>
border-color css
<style>
span { border-color: #9847A0; }
span { border-color: rgb(152,71,160); }
td.TdClassName
{
border-color: #9847A0;
}
.TagClassName
{
border-color: #9847A0;
}
</style>