Shades of Violet Blue #9749A2
Tints of Violet Blue #9749A2
RGB
CMYK
RGB Variations
Color information
#9749A2 (or 0x9749A2) is known color: Violet Blue. HEX triplet: 97, 49 and A2. RGB value is (151,73,162). Sum of RGB (Red+Green+Blue) = 151+73+162=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #9749A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9749A2 is #68B65D. Grayscale: #6A6A6A. Windows color (decimal): -6862430 or 10635671. OLE color: 10635671.
HSL color Cylindrical-coordinate representation of color #9749A2: hue angle of 292.58º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9749A2 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 73 | 162 | - |
| CMYK | 0.07 | 0.55 | 0 | 0.36 |
| HSL | 292.58º | 0.38% | 0.46% | - |
| HSV(B) | 292.58º | 0.55% | 0.64% | - |
| XYZ | 21.67 | 13.95 | 35.73 | - |
| YUV | 106.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 73 | 162 | 0.07 | 0.55 | 0 | 0.36 | 292.58 | 0.38 | 0.46 |
| Hex | 97 | 49 | A2 | 7 | 37 | 0 | 24 | 125 | 26 | 2E |
| Octal | 227 | 111 | 242 | 7 | 67 | 0 | 44 | 445 | 46 | 56 |
| Binary | 10010111 | 1001001 | 10100010 | 111 | 110111 | 0 | 100100 | 100100101 | 100110 | 101110 |
Color Harmonies of #9749A2
Complementary color
Monochromatic Colors of #9749A2
Black with #9749A2
Text Example
Text Example
White with #9749A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9749A2; }
p { color: rgb(151,73,162); }
H1.HeaderClassName
{
color: #9749A2;
}
.AnyTagClassName
{
color: #9749A2;
}
</style>
background-color css
<style>
a { background-color: #9749A2; }
a { background-color: rgb(151,73,162); }
div.DivClassName
{
background-color: #9749A2;
}
.BgClassName
{
background-color: #9749A2;
}
</style>
border-color css
<style>
span { border-color: #9749A2; }
span { border-color: rgb(151,73,162); }
td.TdClassName
{
border-color: #9749A2;
}
.TagClassName
{
border-color: #9749A2;
}
</style>