Shades of Medium Purple #9A6BE6
Tints of Medium Purple #9A6BE6
RGB
CMYK
RGB Variations
Color information
#9A6BE6 (or 0x9A6BE6) is known color: Medium Purple. HEX triplet: 9A, 6B and E6. RGB value is (154,107,230). Sum of RGB (Red+Green+Blue) = 154+107+230=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #9A6BE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A6BE6 is #659419. Grayscale: #868686. Windows color (decimal): -6657050 or 15100826. OLE color: 15100826.
HSL color Cylindrical-coordinate representation of color #9A6BE6: hue angle of 262.93º degrees, saturation: 0.71, 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 #9A6BE6 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 107 | 230 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.10 |
| HSL | 262.93º | 0.71% | 0.66% | - |
| HSV(B) | 262.93º | 0.53% | 0.9% | - |
| XYZ | 32.87 | 23.1 | 77.59 | - |
| YUV | 135.08 | 181.57 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 107 | 230 | 0.33 | 0.53 | 0 | 0.10 | 262.93 | 0.71 | 0.66 |
| Hex | 9A | 6B | E6 | 21 | 35 | 0 | A | 107 | 47 | 42 |
| Octal | 232 | 153 | 346 | 41 | 65 | 0 | 12 | 407 | 107 | 102 |
| Binary | 10011010 | 1101011 | 11100110 | 100001 | 110101 | 0 | 1010 | 100000111 | 1000111 | 1000010 |
Color Harmonies of #9A6BE6
Complementary color
Monochromatic Colors of #9A6BE6
Black with #9A6BE6
Text Example
Text Example
White with #9A6BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6BE6; }
p { color: rgb(154,107,230); }
H1.HeaderClassName
{
color: #9A6BE6;
}
.AnyTagClassName
{
color: #9A6BE6;
}
</style>
background-color css
<style>
a { background-color: #9A6BE6; }
a { background-color: rgb(154,107,230); }
div.DivClassName
{
background-color: #9A6BE6;
}
.BgClassName
{
background-color: #9A6BE6;
}
</style>
border-color css
<style>
span { border-color: #9A6BE6; }
span { border-color: rgb(154,107,230); }
td.TdClassName
{
border-color: #9A6BE6;
}
.TagClassName
{
border-color: #9A6BE6;
}
</style>