Shades of Medium Purple #9A7AF3
Tints of Medium Purple #9A7AF3
RGB
CMYK
RGB Variations
Color information
#9A7AF3 (or 0x9A7AF3) is known color: Medium Purple. HEX triplet: 9A, 7A and F3. RGB value is (154,122,243). Sum of RGB (Red+Green+Blue) = 154+122+243=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 122 (48.05% from 255 or 23.51% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A7AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7AF3 is #65850C. Grayscale: #909090. Windows color (decimal): -6653197 or 15956634. OLE color: 15956634.
HSL color Cylindrical-coordinate representation of color #9A7AF3: hue angle of 255.87º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A7AF3 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 122 | 243 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.05 |
| HSL | 255.87º | 0.83% | 0.72% | - |
| HSV(B) | 255.87º | 0.5% | 0.95% | - |
| XYZ | 36.46 | 27.26 | 88.13 | - |
| YUV | 145.36 | 183.1 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 122 | 243 | 0.37 | 0.50 | 0 | 0.05 | 255.87 | 0.83 | 0.72 |
| Hex | 9A | 7A | F3 | 25 | 32 | 0 | 5 | 100 | 53 | 48 |
| Octal | 232 | 172 | 363 | 45 | 62 | 0 | 5 | 400 | 123 | 110 |
| Binary | 10011010 | 1111010 | 11110011 | 100101 | 110010 | 0 | 101 | 100000000 | 1010011 | 1001000 |
Color Harmonies of #9A7AF3
Complementary color
Monochromatic Colors of #9A7AF3
Black with #9A7AF3
Text Example
Text Example
White with #9A7AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7AF3; }
p { color: rgb(154,122,243); }
H1.HeaderClassName
{
color: #9A7AF3;
}
.AnyTagClassName
{
color: #9A7AF3;
}
</style>
background-color css
<style>
a { background-color: #9A7AF3; }
a { background-color: rgb(154,122,243); }
div.DivClassName
{
background-color: #9A7AF3;
}
.BgClassName
{
background-color: #9A7AF3;
}
</style>
border-color css
<style>
span { border-color: #9A7AF3; }
span { border-color: rgb(154,122,243); }
td.TdClassName
{
border-color: #9A7AF3;
}
.TagClassName
{
border-color: #9A7AF3;
}
</style>