Shades of Blue Violet #9A3AEA
Tints of Blue Violet #9A3AEA
RGB
CMYK
RGB Variations
Color information
#9A3AEA (or 0x9A3AEA) is known color: Blue Violet. HEX triplet: 9A, 3A and EA. RGB value is (154,58,234). Sum of RGB (Red+Green+Blue) = 154+58+234=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A3AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A3AEA is #65C515. Grayscale: #6A6A6A. Windows color (decimal): -6669590 or 15350426. OLE color: 15350426.
HSL color Cylindrical-coordinate representation of color #9A3AEA: hue angle of 272.73º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A3AEA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 58 | 234 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.08 |
| HSL | 272.73º | 0.81% | 0.57% | - |
| HSV(B) | 272.73º | 0.75% | 0.92% | - |
| XYZ | 29.69 | 15.84 | 79.33 | - |
| YUV | 106.77 | 199.8 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 58 | 234 | 0.34 | 0.75 | 0 | 0.08 | 272.73 | 0.81 | 0.57 |
| Hex | 9A | 3A | EA | 22 | 4B | 0 | 8 | 111 | 51 | 39 |
| Octal | 232 | 72 | 352 | 42 | 113 | 0 | 10 | 421 | 121 | 71 |
| Binary | 10011010 | 111010 | 11101010 | 100010 | 1001011 | 0 | 1000 | 100010001 | 1010001 | 111001 |
Color Harmonies of #9A3AEA
Complementary color
Monochromatic Colors of #9A3AEA
Black with #9A3AEA
Text Example
Text Example
White with #9A3AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3AEA; }
p { color: rgb(154,58,234); }
H1.HeaderClassName
{
color: #9A3AEA;
}
.AnyTagClassName
{
color: #9A3AEA;
}
</style>
background-color css
<style>
a { background-color: #9A3AEA; }
a { background-color: rgb(154,58,234); }
div.DivClassName
{
background-color: #9A3AEA;
}
.BgClassName
{
background-color: #9A3AEA;
}
</style>
border-color css
<style>
span { border-color: #9A3AEA; }
span { border-color: rgb(154,58,234); }
td.TdClassName
{
border-color: #9A3AEA;
}
.TagClassName
{
border-color: #9A3AEA;
}
</style>