Shades of Medium Purple #9A69F3
Tints of Medium Purple #9A69F3
RGB
CMYK
RGB Variations
Color information
#9A69F3 (or 0x9A69F3) is known color: Medium Purple. HEX triplet: 9A, 69 and F3. RGB value is (154,105,243). Sum of RGB (Red+Green+Blue) = 154+105+243=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 243 (95.31% from 255 or 48.41% from 502); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A69F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A69F3 is #65960C. Grayscale: #868686. Windows color (decimal): -6657549 or 15952282. OLE color: 15952282.
HSL color Cylindrical-coordinate representation of color #9A69F3: hue angle of 261.3º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A69F3 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 105 | 243 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.05 |
| HSL | 261.3º | 0.85% | 0.68% | - |
| HSV(B) | 261.3º | 0.57% | 0.95% | - |
| XYZ | 34.56 | 23.44 | 87.5 | - |
| YUV | 135.38 | 188.73 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 105 | 243 | 0.37 | 0.57 | 0 | 0.05 | 261.3 | 0.85 | 0.68 |
| Hex | 9A | 69 | F3 | 25 | 39 | 0 | 5 | 105 | 55 | 44 |
| Octal | 232 | 151 | 363 | 45 | 71 | 0 | 5 | 405 | 125 | 104 |
| Binary | 10011010 | 1101001 | 11110011 | 100101 | 111001 | 0 | 101 | 100000101 | 1010101 | 1000100 |
Color Harmonies of #9A69F3
Complementary color
Monochromatic Colors of #9A69F3
Black with #9A69F3
Text Example
Text Example
White with #9A69F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A69F3; }
p { color: rgb(154,105,243); }
H1.HeaderClassName
{
color: #9A69F3;
}
.AnyTagClassName
{
color: #9A69F3;
}
</style>
background-color css
<style>
a { background-color: #9A69F3; }
a { background-color: rgb(154,105,243); }
div.DivClassName
{
background-color: #9A69F3;
}
.BgClassName
{
background-color: #9A69F3;
}
</style>
border-color css
<style>
span { border-color: #9A69F3; }
span { border-color: rgb(154,105,243); }
td.TdClassName
{
border-color: #9A69F3;
}
.TagClassName
{
border-color: #9A69F3;
}
</style>