Shades of Medium Purple #9481EE
Tints of Medium Purple #9481EE
RGB
CMYK
RGB Variations
Color information
#9481EE (or 0x9481EE) is known color: Medium Purple. HEX triplet: 94, 81 and EE. RGB value is (148,129,238). Sum of RGB (Red+Green+Blue) = 148+129+238=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 238 (93.36% from 255 or 46.21% from 515); Max value from RGB is 238 - color contains mainly: blue. Hex color #9481EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9481EE is #6B7E11. Grayscale: #929292. Windows color (decimal): -7044626 or 15630740. OLE color: 15630740.
HSL color Cylindrical-coordinate representation of color #9481EE: hue angle of 250.46º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9481EE is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 129 | 238 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.07 |
| HSL | 250.46º | 0.76% | 0.72% | - |
| HSV(B) | 250.46º | 0.46% | 0.93% | - |
| XYZ | 35.5 | 28.17 | 84.46 | - |
| YUV | 147.11 | 179.29 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 238 | 0.38 | 0.46 | 0 | 0.07 | 250.46 | 0.76 | 0.72 |
| Hex | 94 | 81 | EE | 26 | 2E | 0 | 7 | FA | 4C | 48 |
| Octal | 224 | 201 | 356 | 46 | 56 | 0 | 7 | 372 | 114 | 110 |
| Binary | 10010100 | 10000001 | 11101110 | 100110 | 101110 | 0 | 111 | 11111010 | 1001100 | 1001000 |
Color Harmonies of #9481EE
Complementary color
Monochromatic Colors of #9481EE
Black with #9481EE
Text Example
Text Example
White with #9481EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481EE; }
p { color: rgb(148,129,238); }
H1.HeaderClassName
{
color: #9481EE;
}
.AnyTagClassName
{
color: #9481EE;
}
</style>
background-color css
<style>
a { background-color: #9481EE; }
a { background-color: rgb(148,129,238); }
div.DivClassName
{
background-color: #9481EE;
}
.BgClassName
{
background-color: #9481EE;
}
</style>
border-color css
<style>
span { border-color: #9481EE; }
span { border-color: rgb(148,129,238); }
td.TdClassName
{
border-color: #9481EE;
}
.TagClassName
{
border-color: #9481EE;
}
</style>