Shades of Medium Purple #9A6AF2
Tints of Medium Purple #9A6AF2
RGB
CMYK
RGB Variations
Color information
#9A6AF2 (or 0x9A6AF2) is known color: Medium Purple. HEX triplet: 9A, 6A and F2. RGB value is (154,106,242). Sum of RGB (Red+Green+Blue) = 154+106+242=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #9A6AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6AF2 is #65950D. Grayscale: #878787. Windows color (decimal): -6657294 or 15887002. OLE color: 15887002.
HSL color Cylindrical-coordinate representation of color #9A6AF2: hue angle of 261.18º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A6AF2 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 106 | 242 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.05 |
| HSL | 261.18º | 0.84% | 0.68% | - |
| HSV(B) | 261.18º | 0.56% | 0.95% | - |
| XYZ | 34.51 | 23.59 | 86.74 | - |
| YUV | 135.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 106 | 242 | 0.36 | 0.56 | 0 | 0.05 | 261.18 | 0.84 | 0.68 |
| Hex | 9A | 6A | F2 | 24 | 38 | 0 | 5 | 105 | 54 | 44 |
| Octal | 232 | 152 | 362 | 44 | 70 | 0 | 5 | 405 | 124 | 104 |
| Binary | 10011010 | 1101010 | 11110010 | 100100 | 111000 | 0 | 101 | 100000101 | 1010100 | 1000100 |
Color Harmonies of #9A6AF2
Complementary color
Monochromatic Colors of #9A6AF2
Black with #9A6AF2
Text Example
Text Example
White with #9A6AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6AF2; }
p { color: rgb(154,106,242); }
H1.HeaderClassName
{
color: #9A6AF2;
}
.AnyTagClassName
{
color: #9A6AF2;
}
</style>
background-color css
<style>
a { background-color: #9A6AF2; }
a { background-color: rgb(154,106,242); }
div.DivClassName
{
background-color: #9A6AF2;
}
.BgClassName
{
background-color: #9A6AF2;
}
</style>
border-color css
<style>
span { border-color: #9A6AF2; }
span { border-color: rgb(154,106,242); }
td.TdClassName
{
border-color: #9A6AF2;
}
.TagClassName
{
border-color: #9A6AF2;
}
</style>