Shades of Medium Purple #9A7BEC
Tints of Medium Purple #9A7BEC
RGB
CMYK
RGB Variations
Color information
#9A7BEC (or 0x9A7BEC) is known color: Medium Purple. HEX triplet: 9A, 7B and EC. RGB value is (154,123,236). Sum of RGB (Red+Green+Blue) = 154+123+236=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A7BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A7BEC is #658413. Grayscale: #909090. Windows color (decimal): -6652948 or 15498138. OLE color: 15498138.
HSL color Cylindrical-coordinate representation of color #9A7BEC: hue angle of 256.46º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A7BEC is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 123 | 236 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.07 |
| HSL | 256.46º | 0.75% | 0.7% | - |
| HSV(B) | 256.46º | 0.48% | 0.93% | - |
| XYZ | 35.55 | 27.09 | 82.71 | - |
| YUV | 145.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 123 | 236 | 0.35 | 0.48 | 0 | 0.07 | 256.46 | 0.75 | 0.7 |
| Hex | 9A | 7B | EC | 23 | 30 | 0 | 7 | 100 | 4B | 46 |
| Octal | 232 | 173 | 354 | 43 | 60 | 0 | 7 | 400 | 113 | 106 |
| Binary | 10011010 | 1111011 | 11101100 | 100011 | 110000 | 0 | 111 | 100000000 | 1001011 | 1000110 |
Color Harmonies of #9A7BEC
Complementary color
Monochromatic Colors of #9A7BEC
Black with #9A7BEC
Text Example
Text Example
White with #9A7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7BEC; }
p { color: rgb(154,123,236); }
H1.HeaderClassName
{
color: #9A7BEC;
}
.AnyTagClassName
{
color: #9A7BEC;
}
</style>
background-color css
<style>
a { background-color: #9A7BEC; }
a { background-color: rgb(154,123,236); }
div.DivClassName
{
background-color: #9A7BEC;
}
.BgClassName
{
background-color: #9A7BEC;
}
</style>
border-color css
<style>
span { border-color: #9A7BEC; }
span { border-color: rgb(154,123,236); }
td.TdClassName
{
border-color: #9A7BEC;
}
.TagClassName
{
border-color: #9A7BEC;
}
</style>