Shades of Medium Purple #9A85F0
Tints of Medium Purple #9A85F0
RGB
CMYK
RGB Variations
Color information
#9A85F0 (or 0x9A85F0) is known color: Medium Purple. HEX triplet: 9A, 85 and F0. RGB value is (154,133,240). Sum of RGB (Red+Green+Blue) = 154+133+240=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #9A85F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A85F0 is #657A0F. Grayscale: #979797. Windows color (decimal): -6650384 or 15762842. OLE color: 15762842.
HSL color Cylindrical-coordinate representation of color #9A85F0: hue angle of 251.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A85F0 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 133 | 240 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.06 |
| HSL | 251.78º | 0.78% | 0.73% | - |
| HSV(B) | 251.78º | 0.45% | 0.94% | - |
| XYZ | 37.44 | 29.94 | 86.24 | - |
| YUV | 151.48 | 177.96 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 133 | 240 | 0.36 | 0.45 | 0 | 0.06 | 251.78 | 0.78 | 0.73 |
| Hex | 9A | 85 | F0 | 24 | 2D | 0 | 6 | FC | 4E | 49 |
| Octal | 232 | 205 | 360 | 44 | 55 | 0 | 6 | 374 | 116 | 111 |
| Binary | 10011010 | 10000101 | 11110000 | 100100 | 101101 | 0 | 110 | 11111100 | 1001110 | 1001001 |
Color Harmonies of #9A85F0
Complementary color
Monochromatic Colors of #9A85F0
Black with #9A85F0
Text Example
Text Example
White with #9A85F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A85F0; }
p { color: rgb(154,133,240); }
H1.HeaderClassName
{
color: #9A85F0;
}
.AnyTagClassName
{
color: #9A85F0;
}
</style>
background-color css
<style>
a { background-color: #9A85F0; }
a { background-color: rgb(154,133,240); }
div.DivClassName
{
background-color: #9A85F0;
}
.BgClassName
{
background-color: #9A85F0;
}
</style>
border-color css
<style>
span { border-color: #9A85F0; }
span { border-color: rgb(154,133,240); }
td.TdClassName
{
border-color: #9A85F0;
}
.TagClassName
{
border-color: #9A85F0;
}
</style>