Shades of Medium Purple #9A6BE5
Tints of Medium Purple #9A6BE5
RGB
CMYK
RGB Variations
Color information
#9A6BE5 (or 0x9A6BE5) is known color: Medium Purple. HEX triplet: 9A, 6B and E5. RGB value is (154,107,229). Sum of RGB (Red+Green+Blue) = 154+107+229=490 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.43% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #9A6BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6BE5 is #65941A. Grayscale: #868686. Windows color (decimal): -6657051 or 15035290. OLE color: 15035290.
HSL color Cylindrical-coordinate representation of color #9A6BE5: hue angle of 263.11º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9A6BE5 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 107 | 229 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.10 |
| HSL | 263.11º | 0.7% | 0.66% | - |
| HSV(B) | 263.11º | 0.53% | 0.9% | - |
| XYZ | 32.73 | 23.04 | 76.85 | - |
| YUV | 134.96 | 181.07 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 229 | 0.33 | 0.53 | 0 | 0.10 | 263.11 | 0.7 | 0.66 |
| Hex | 9A | 6B | E5 | 21 | 35 | 0 | A | 107 | 46 | 42 |
| Octal | 232 | 153 | 345 | 41 | 65 | 0 | 12 | 407 | 106 | 102 |
| Binary | 10011010 | 1101011 | 11100101 | 100001 | 110101 | 0 | 1010 | 100000111 | 1000110 | 1000010 |
Color Harmonies of #9A6BE5
Complementary color
Monochromatic Colors of #9A6BE5
Black with #9A6BE5
Text Example
Text Example
White with #9A6BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BE5; }
p { color: rgb(154,107,229); }
H1.HeaderClassName
{
color: #9A6BE5;
}
.AnyTagClassName
{
color: #9A6BE5;
}
</style>
background-color css
<style>
a { background-color: #9A6BE5; }
a { background-color: rgb(154,107,229); }
div.DivClassName
{
background-color: #9A6BE5;
}
.BgClassName
{
background-color: #9A6BE5;
}
</style>
border-color css
<style>
span { border-color: #9A6BE5; }
span { border-color: rgb(154,107,229); }
td.TdClassName
{
border-color: #9A6BE5;
}
.TagClassName
{
border-color: #9A6BE5;
}
</style>