Shades of Medium Purple #9A85EC
Tints of Medium Purple #9A85EC
RGB
CMYK
RGB Variations
Color information
#9A85EC (or 0x9A85EC) is known color: Medium Purple. HEX triplet: 9A, 85 and EC. RGB value is (154,133,236). Sum of RGB (Red+Green+Blue) = 154+133+236=523 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.45% from 523); Green value is 133 (52.34% from 255 or 25.43% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #9A85EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85EC is #657A13. Grayscale: #969696. Windows color (decimal): -6650388 or 15500698. OLE color: 15500698.
HSL color Cylindrical-coordinate representation of color #9A85EC: hue angle of 252.23º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A85EC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 133 | 236 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.07 |
| HSL | 252.23º | 0.73% | 0.72% | - |
| HSV(B) | 252.23º | 0.44% | 0.93% | - |
| XYZ | 36.85 | 29.7 | 83.15 | - |
| YUV | 151.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 236 | 0.35 | 0.44 | 0 | 0.07 | 252.23 | 0.73 | 0.72 |
| Hex | 9A | 85 | EC | 23 | 2C | 0 | 7 | FC | 49 | 48 |
| Octal | 232 | 205 | 354 | 43 | 54 | 0 | 7 | 374 | 111 | 110 |
| Binary | 10011010 | 10000101 | 11101100 | 100011 | 101100 | 0 | 111 | 11111100 | 1001001 | 1001000 |
Color Harmonies of #9A85EC
Complementary color
Monochromatic Colors of #9A85EC
Black with #9A85EC
Text Example
Text Example
White with #9A85EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A85EC; }
p { color: rgb(154,133,236); }
H1.HeaderClassName
{
color: #9A85EC;
}
.AnyTagClassName
{
color: #9A85EC;
}
</style>
background-color css
<style>
a { background-color: #9A85EC; }
a { background-color: rgb(154,133,236); }
div.DivClassName
{
background-color: #9A85EC;
}
.BgClassName
{
background-color: #9A85EC;
}
</style>
border-color css
<style>
span { border-color: #9A85EC; }
span { border-color: rgb(154,133,236); }
td.TdClassName
{
border-color: #9A85EC;
}
.TagClassName
{
border-color: #9A85EC;
}
</style>