Shades of Medium Purple #9481E1
Tints of Medium Purple #9481E1
RGB
CMYK
RGB Variations
Color information
#9481E1 (or 0x9481E1) is known color: Medium Purple. HEX triplet: 94, 81 and E1. RGB value is (148,129,225). Sum of RGB (Red+Green+Blue) = 148+129+225=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #9481E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481E1 is #6B7E1E. Grayscale: #919191. Windows color (decimal): -7044639 or 14778772. OLE color: 14778772.
HSL color Cylindrical-coordinate representation of color #9481E1: hue angle of 251.87º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9481E1 is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 129 | 225 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.12 |
| HSL | 251.88º | 0.62% | 0.69% | - |
| HSV(B) | 251.88º | 0.43% | 0.88% | - |
| XYZ | 33.65 | 27.43 | 74.76 | - |
| YUV | 145.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 225 | 0.34 | 0.43 | 0 | 0.12 | 251.88 | 0.62 | 0.69 |
| Hex | 94 | 81 | E1 | 22 | 2B | 0 | C | FC | 3E | 45 |
| Octal | 224 | 201 | 341 | 42 | 53 | 0 | 14 | 374 | 76 | 105 |
| Binary | 10010100 | 10000001 | 11100001 | 100010 | 101011 | 0 | 1100 | 11111100 | 111110 | 1000101 |
Color Harmonies of #9481E1
Complementary color
Monochromatic Colors of #9481E1
Black with #9481E1
Text Example
Text Example
White with #9481E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481E1; }
p { color: rgb(148,129,225); }
H1.HeaderClassName
{
color: #9481E1;
}
.AnyTagClassName
{
color: #9481E1;
}
</style>
background-color css
<style>
a { background-color: #9481E1; }
a { background-color: rgb(148,129,225); }
div.DivClassName
{
background-color: #9481E1;
}
.BgClassName
{
background-color: #9481E1;
}
</style>
border-color css
<style>
span { border-color: #9481E1; }
span { border-color: rgb(148,129,225); }
td.TdClassName
{
border-color: #9481E1;
}
.TagClassName
{
border-color: #9481E1;
}
</style>