Shades of Blue Violet #9A49E6
Tints of Blue Violet #9A49E6
RGB
CMYK
RGB Variations
Color information
#9A49E6 (or 0x9A49E6) is known color: Blue Violet. HEX triplet: 9A, 49 and E6. RGB value is (154,73,230). Sum of RGB (Red+Green+Blue) = 154+73+230=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 230 (90.23% from 255 or 50.33% from 457); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A49E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A49E6 is #65B619. Grayscale: #727272. Windows color (decimal): -6665754 or 15092122. OLE color: 15092122.
HSL color Cylindrical-coordinate representation of color #9A49E6: hue angle of 270.96º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A49E6 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 73 | 230 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.10 |
| HSL | 270.96º | 0.76% | 0.59% | - |
| HSV(B) | 270.96º | 0.68% | 0.9% | - |
| XYZ | 29.99 | 17.35 | 76.63 | - |
| YUV | 115.12 | 192.84 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 73 | 230 | 0.33 | 0.68 | 0 | 0.10 | 270.96 | 0.76 | 0.59 |
| Hex | 9A | 49 | E6 | 21 | 44 | 0 | A | 10F | 4C | 3B |
| Octal | 232 | 111 | 346 | 41 | 104 | 0 | 12 | 417 | 114 | 73 |
| Binary | 10011010 | 1001001 | 11100110 | 100001 | 1000100 | 0 | 1010 | 100001111 | 1001100 | 111011 |
Color Harmonies of #9A49E6
Complementary color
Monochromatic Colors of #9A49E6
Black with #9A49E6
Text Example
Text Example
White with #9A49E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A49E6; }
p { color: rgb(154,73,230); }
H1.HeaderClassName
{
color: #9A49E6;
}
.AnyTagClassName
{
color: #9A49E6;
}
</style>
background-color css
<style>
a { background-color: #9A49E6; }
a { background-color: rgb(154,73,230); }
div.DivClassName
{
background-color: #9A49E6;
}
.BgClassName
{
background-color: #9A49E6;
}
</style>
border-color css
<style>
span { border-color: #9A49E6; }
span { border-color: rgb(154,73,230); }
td.TdClassName
{
border-color: #9A49E6;
}
.TagClassName
{
border-color: #9A49E6;
}
</style>