Shades of Medium Purple #9486E6
Tints of Medium Purple #9486E6
RGB
CMYK
RGB Variations
Color information
#9486E6 (or 0x9486E6) is known color: Medium Purple. HEX triplet: 94, 86 and E6. RGB value is (148,134,230). Sum of RGB (Red+Green+Blue) = 148+134+230=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #9486E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9486E6 is #6B7919. Grayscale: #949494. Windows color (decimal): -7043354 or 15107732. OLE color: 15107732.
HSL color Cylindrical-coordinate representation of color #9486E6: hue angle of 248.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9486E6 is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 134 | 230 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.10 |
| HSL | 248.75º | 0.66% | 0.71% | - |
| HSV(B) | 248.75º | 0.42% | 0.9% | - |
| XYZ | 35.02 | 29.06 | 78.63 | - |
| YUV | 149.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 230 | 0.36 | 0.42 | 0 | 0.10 | 248.75 | 0.66 | 0.71 |
| Hex | 94 | 86 | E6 | 24 | 2A | 0 | A | F9 | 42 | 47 |
| Octal | 224 | 206 | 346 | 44 | 52 | 0 | 12 | 371 | 102 | 107 |
| Binary | 10010100 | 10000110 | 11100110 | 100100 | 101010 | 0 | 1010 | 11111001 | 1000010 | 1000111 |
Color Harmonies of #9486E6
Complementary color
Monochromatic Colors of #9486E6
Black with #9486E6
Text Example
Text Example
White with #9486E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486E6; }
p { color: rgb(148,134,230); }
H1.HeaderClassName
{
color: #9486E6;
}
.AnyTagClassName
{
color: #9486E6;
}
</style>
background-color css
<style>
a { background-color: #9486E6; }
a { background-color: rgb(148,134,230); }
div.DivClassName
{
background-color: #9486E6;
}
.BgClassName
{
background-color: #9486E6;
}
</style>
border-color css
<style>
span { border-color: #9486E6; }
span { border-color: rgb(148,134,230); }
td.TdClassName
{
border-color: #9486E6;
}
.TagClassName
{
border-color: #9486E6;
}
</style>