Shades of Medium Purple #9A6BF3
Tints of Medium Purple #9A6BF3
RGB
CMYK
RGB Variations
Color information
#9A6BF3 (or 0x9A6BF3) is known color: Medium Purple. HEX triplet: 9A, 6B and F3. RGB value is (154,107,243). Sum of RGB (Red+Green+Blue) = 154+107+243=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #9A6BF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BF3 is #65940C. Grayscale: #888888. Windows color (decimal): -6657037 or 15952794. OLE color: 15952794.
HSL color Cylindrical-coordinate representation of color #9A6BF3: hue angle of 260.74º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A6BF3 is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 107 | 243 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.05 |
| HSL | 260.74º | 0.85% | 0.69% | - |
| HSV(B) | 260.74º | 0.56% | 0.95% | - |
| XYZ | 34.76 | 23.86 | 87.57 | - |
| YUV | 136.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 243 | 0.37 | 0.56 | 0 | 0.05 | 260.74 | 0.85 | 0.69 |
| Hex | 9A | 6B | F3 | 25 | 38 | 0 | 5 | 105 | 55 | 45 |
| Octal | 232 | 153 | 363 | 45 | 70 | 0 | 5 | 405 | 125 | 105 |
| Binary | 10011010 | 1101011 | 11110011 | 100101 | 111000 | 0 | 101 | 100000101 | 1010101 | 1000101 |
Color Harmonies of #9A6BF3
Complementary color
Monochromatic Colors of #9A6BF3
Black with #9A6BF3
Text Example
Text Example
White with #9A6BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BF3; }
p { color: rgb(154,107,243); }
H1.HeaderClassName
{
color: #9A6BF3;
}
.AnyTagClassName
{
color: #9A6BF3;
}
</style>
background-color css
<style>
a { background-color: #9A6BF3; }
a { background-color: rgb(154,107,243); }
div.DivClassName
{
background-color: #9A6BF3;
}
.BgClassName
{
background-color: #9A6BF3;
}
</style>
border-color css
<style>
span { border-color: #9A6BF3; }
span { border-color: rgb(154,107,243); }
td.TdClassName
{
border-color: #9A6BF3;
}
.TagClassName
{
border-color: #9A6BF3;
}
</style>