Shades of Violet Blue #9847A4
Tints of Violet Blue #9847A4
RGB
CMYK
RGB Variations
Color information
#9847A4 (or 0x9847A4) is known color: Violet Blue. HEX triplet: 98, 47 and A4. RGB value is (152,71,164). Sum of RGB (Red+Green+Blue) = 152+71+164=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #9847A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9847A4 is #67B85B. Grayscale: #696969. Windows color (decimal): -6797404 or 10766232. OLE color: 10766232.
HSL color Cylindrical-coordinate representation of color #9847A4: hue angle of 292.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9847A4 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 71 | 164 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.36 |
| HSL | 292.26º | 0.4% | 0.46% | - |
| HSV(B) | 292.26º | 0.57% | 0.64% | - |
| XYZ | 21.9 | 13.86 | 36.64 | - |
| YUV | 105.82 | 160.84 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 71 | 164 | 0.07 | 0.57 | 0 | 0.36 | 292.26 | 0.4 | 0.46 |
| Hex | 98 | 47 | A4 | 7 | 39 | 0 | 24 | 124 | 28 | 2E |
| Octal | 230 | 107 | 244 | 7 | 71 | 0 | 44 | 444 | 50 | 56 |
| Binary | 10011000 | 1000111 | 10100100 | 111 | 111001 | 0 | 100100 | 100100100 | 101000 | 101110 |
Color Harmonies of #9847A4
Complementary color
Monochromatic Colors of #9847A4
Black with #9847A4
Text Example
Text Example
White with #9847A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9847A4; }
p { color: rgb(152,71,164); }
H1.HeaderClassName
{
color: #9847A4;
}
.AnyTagClassName
{
color: #9847A4;
}
</style>
background-color css
<style>
a { background-color: #9847A4; }
a { background-color: rgb(152,71,164); }
div.DivClassName
{
background-color: #9847A4;
}
.BgClassName
{
background-color: #9847A4;
}
</style>
border-color css
<style>
span { border-color: #9847A4; }
span { border-color: rgb(152,71,164); }
td.TdClassName
{
border-color: #9847A4;
}
.TagClassName
{
border-color: #9847A4;
}
</style>