Shades of Medium Purple #9A7CF3
Tints of Medium Purple #9A7CF3
RGB
CMYK
RGB Variations
Color information
#9A7CF3 (or 0x9A7CF3) is known color: Medium Purple. HEX triplet: 9A, 7C and F3. RGB value is (154,124,243). Sum of RGB (Red+Green+Blue) = 154+124+243=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 243 (95.31% from 255 or 46.64% from 521); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A7CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7CF3 is #65830C. Grayscale: #929292. Windows color (decimal): -6652685 or 15957146. OLE color: 15957146.
HSL color Cylindrical-coordinate representation of color #9A7CF3: hue angle of 255.13º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9A7CF3 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 124 | 243 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.05 |
| HSL | 255.13º | 0.83% | 0.72% | - |
| HSV(B) | 255.13º | 0.49% | 0.95% | - |
| XYZ | 36.71 | 27.76 | 88.22 | - |
| YUV | 146.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 124 | 243 | 0.37 | 0.49 | 0 | 0.05 | 255.13 | 0.83 | 0.72 |
| Hex | 9A | 7C | F3 | 25 | 31 | 0 | 5 | FF | 53 | 48 |
| Octal | 232 | 174 | 363 | 45 | 61 | 0 | 5 | 377 | 123 | 110 |
| Binary | 10011010 | 1111100 | 11110011 | 100101 | 110001 | 0 | 101 | 11111111 | 1010011 | 1001000 |
Color Harmonies of #9A7CF3
Complementary color
Monochromatic Colors of #9A7CF3
Black with #9A7CF3
Text Example
Text Example
White with #9A7CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7CF3; }
p { color: rgb(154,124,243); }
H1.HeaderClassName
{
color: #9A7CF3;
}
.AnyTagClassName
{
color: #9A7CF3;
}
</style>
background-color css
<style>
a { background-color: #9A7CF3; }
a { background-color: rgb(154,124,243); }
div.DivClassName
{
background-color: #9A7CF3;
}
.BgClassName
{
background-color: #9A7CF3;
}
</style>
border-color css
<style>
span { border-color: #9A7CF3; }
span { border-color: rgb(154,124,243); }
td.TdClassName
{
border-color: #9A7CF3;
}
.TagClassName
{
border-color: #9A7CF3;
}
</style>