Shades of Medium Purple #9A6BE7
Tints of Medium Purple #9A6BE7
RGB
CMYK
RGB Variations
Color information
#9A6BE7 (or 0x9A6BE7) is known color: Medium Purple. HEX triplet: 9A, 6B and E7. RGB value is (154,107,231). Sum of RGB (Red+Green+Blue) = 154+107+231=492 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.30% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #9A6BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BE7 is #659418. Grayscale: #868686. Windows color (decimal): -6657049 or 15166362. OLE color: 15166362.
HSL color Cylindrical-coordinate representation of color #9A6BE7: hue angle of 262.74º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A6BE7 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 107 | 231 | - |
| CMYK | 0.33 | 0.54 | 0 | 0.09 |
| HSL | 262.74º | 0.72% | 0.66% | - |
| HSV(B) | 262.74º | 0.54% | 0.91% | - |
| XYZ | 33.01 | 23.15 | 78.33 | - |
| YUV | 135.19 | 182.07 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 231 | 0.33 | 0.54 | 0 | 0.09 | 262.74 | 0.72 | 0.66 |
| Hex | 9A | 6B | E7 | 21 | 36 | 0 | 9 | 107 | 48 | 42 |
| Octal | 232 | 153 | 347 | 41 | 66 | 0 | 11 | 407 | 110 | 102 |
| Binary | 10011010 | 1101011 | 11100111 | 100001 | 110110 | 0 | 1001 | 100000111 | 1001000 | 1000010 |
Color Harmonies of #9A6BE7
Complementary color
Monochromatic Colors of #9A6BE7
Black with #9A6BE7
Text Example
Text Example
White with #9A6BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BE7; }
p { color: rgb(154,107,231); }
H1.HeaderClassName
{
color: #9A6BE7;
}
.AnyTagClassName
{
color: #9A6BE7;
}
</style>
background-color css
<style>
a { background-color: #9A6BE7; }
a { background-color: rgb(154,107,231); }
div.DivClassName
{
background-color: #9A6BE7;
}
.BgClassName
{
background-color: #9A6BE7;
}
</style>
border-color css
<style>
span { border-color: #9A6BE7; }
span { border-color: rgb(154,107,231); }
td.TdClassName
{
border-color: #9A6BE7;
}
.TagClassName
{
border-color: #9A6BE7;
}
</style>