Shades of Blue Violet #9A4AEA
Tints of Blue Violet #9A4AEA
RGB
CMYK
RGB Variations
Color information
#9A4AEA (or 0x9A4AEA) is known color: Blue Violet. HEX triplet: 9A, 4A and EA. RGB value is (154,74,234). Sum of RGB (Red+Green+Blue) = 154+74+234=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #9A4AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A4AEA is #65B515. Grayscale: #737373. Windows color (decimal): -6665494 or 15354522. OLE color: 15354522.
HSL color Cylindrical-coordinate representation of color #9A4AEA: hue angle of 270º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A4AEA is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 74 | 234 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.08 |
| HSL | 270º | 0.79% | 0.6% | - |
| HSV(B) | 270º | 0.68% | 0.92% | - |
| XYZ | 30.63 | 17.71 | 79.65 | - |
| YUV | 116.16 | 194.5 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 74 | 234 | 0.34 | 0.68 | 0 | 0.08 | 270 | 0.79 | 0.6 |
| Hex | 9A | 4A | EA | 22 | 44 | 0 | 8 | 10E | 4F | 3C |
| Octal | 232 | 112 | 352 | 42 | 104 | 0 | 10 | 416 | 117 | 74 |
| Binary | 10011010 | 1001010 | 11101010 | 100010 | 1000100 | 0 | 1000 | 100001110 | 1001111 | 111100 |
Color Harmonies of #9A4AEA
Complementary color
Monochromatic Colors of #9A4AEA
Black with #9A4AEA
Text Example
Text Example
White with #9A4AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4AEA; }
p { color: rgb(154,74,234); }
H1.HeaderClassName
{
color: #9A4AEA;
}
.AnyTagClassName
{
color: #9A4AEA;
}
</style>
background-color css
<style>
a { background-color: #9A4AEA; }
a { background-color: rgb(154,74,234); }
div.DivClassName
{
background-color: #9A4AEA;
}
.BgClassName
{
background-color: #9A4AEA;
}
</style>
border-color css
<style>
span { border-color: #9A4AEA; }
span { border-color: rgb(154,74,234); }
td.TdClassName
{
border-color: #9A4AEA;
}
.TagClassName
{
border-color: #9A4AEA;
}
</style>