Shades of Medium Purple #9A85ED
Tints of Medium Purple #9A85ED
RGB
CMYK
RGB Variations
Color information
#9A85ED (or 0x9A85ED) is known color: Medium Purple. HEX triplet: 9A, 85 and ED. RGB value is (154,133,237). Sum of RGB (Red+Green+Blue) = 154+133+237=524 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.39% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 237 (92.97% from 255 or 45.23% from 524); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A85ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85ED is #657A12. Grayscale: #969696. Windows color (decimal): -6650387 or 15566234. OLE color: 15566234.
HSL color Cylindrical-coordinate representation of color #9A85ED: hue angle of 252.12º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A85ED is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 133 | 237 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.07 |
| HSL | 252.12º | 0.74% | 0.73% | - |
| HSV(B) | 252.12º | 0.44% | 0.93% | - |
| XYZ | 37 | 29.76 | 83.91 | - |
| YUV | 151.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 237 | 0.35 | 0.44 | 0 | 0.07 | 252.12 | 0.74 | 0.73 |
| Hex | 9A | 85 | ED | 23 | 2C | 0 | 7 | FC | 4A | 49 |
| Octal | 232 | 205 | 355 | 43 | 54 | 0 | 7 | 374 | 112 | 111 |
| Binary | 10011010 | 10000101 | 11101101 | 100011 | 101100 | 0 | 111 | 11111100 | 1001010 | 1001001 |
Color Harmonies of #9A85ED
Complementary color
Monochromatic Colors of #9A85ED
Black with #9A85ED
Text Example
Text Example
White with #9A85ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A85ED; }
p { color: rgb(154,133,237); }
H1.HeaderClassName
{
color: #9A85ED;
}
.AnyTagClassName
{
color: #9A85ED;
}
</style>
background-color css
<style>
a { background-color: #9A85ED; }
a { background-color: rgb(154,133,237); }
div.DivClassName
{
background-color: #9A85ED;
}
.BgClassName
{
background-color: #9A85ED;
}
</style>
border-color css
<style>
span { border-color: #9A85ED; }
span { border-color: rgb(154,133,237); }
td.TdClassName
{
border-color: #9A85ED;
}
.TagClassName
{
border-color: #9A85ED;
}
</style>