Shades of Vivid Violet #8946A3
Tints of Vivid Violet #8946A3
RGB
CMYK
RGB Variations
Color information
#8946A3 (or 0x8946A3) is known color: Vivid Violet. HEX triplet: 89, 46 and A3. RGB value is (137,70,163). Sum of RGB (Red+Green+Blue) = 137+70+163=370 (49% of max value = 765). Red value is 137 (53.91% from 255 or 37.03% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 163 (64.06% from 255 or 44.05% from 370); Max value from RGB is 163 - color contains mainly: blue. Hex color #8946A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8946A3 is #76B95C. Grayscale: #646464. Windows color (decimal): -7780701 or 10700425. OLE color: 10700425.
HSL color Cylindrical-coordinate representation of color #8946A3: hue angle of 283.23º 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 #8946A3 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 70 | 163 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.36 |
| HSL | 283.23º | 0.4% | 0.46% | - |
| HSV(B) | 283.23º | 0.57% | 0.64% | - |
| XYZ | 19.12 | 12.34 | 36.03 | - |
| YUV | 100.64 | 163.2 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 70 | 163 | 0.16 | 0.57 | 0 | 0.36 | 283.23 | 0.4 | 0.46 |
| Hex | 89 | 46 | A3 | 10 | 39 | 0 | 24 | 11B | 28 | 2E |
| Octal | 211 | 106 | 243 | 20 | 71 | 0 | 44 | 433 | 50 | 56 |
| Binary | 10001001 | 1000110 | 10100011 | 10000 | 111001 | 0 | 100100 | 100011011 | 101000 | 101110 |
Color Harmonies of #8946A3
Complementary color
Monochromatic Colors of #8946A3
Black with #8946A3
Text Example
Text Example
White with #8946A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8946A3; }
p { color: rgb(137,70,163); }
H1.HeaderClassName
{
color: #8946A3;
}
.AnyTagClassName
{
color: #8946A3;
}
</style>
background-color css
<style>
a { background-color: #8946A3; }
a { background-color: rgb(137,70,163); }
div.DivClassName
{
background-color: #8946A3;
}
.BgClassName
{
background-color: #8946A3;
}
</style>
border-color css
<style>
span { border-color: #8946A3; }
span { border-color: rgb(137,70,163); }
td.TdClassName
{
border-color: #8946A3;
}
.TagClassName
{
border-color: #8946A3;
}
</style>