Shades of Medium Purple #9481E5
Tints of Medium Purple #9481E5
RGB
CMYK
RGB Variations
Color information
#9481E5 (or 0x9481E5) is known color: Medium Purple. HEX triplet: 94, 81 and E5. RGB value is (148,129,229). Sum of RGB (Red+Green+Blue) = 148+129+229=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 129 (50.78% from 255 or 25.49% from 506); Blue value is 229 (89.84% from 255 or 45.26% from 506); Max value from RGB is 229 - color contains mainly: blue. Hex color #9481E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481E5 is #6B7E1A. Grayscale: #919191. Windows color (decimal): -7044635 or 15040916. OLE color: 15040916.
HSL color Cylindrical-coordinate representation of color #9481E5: hue angle of 251.4º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9481E5 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 129 | 229 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.10 |
| HSL | 251.4º | 0.66% | 0.7% | - |
| HSV(B) | 251.4º | 0.44% | 0.9% | - |
| XYZ | 34.21 | 27.65 | 77.66 | - |
| YUV | 146.08 | 174.79 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 229 | 0.35 | 0.44 | 0 | 0.10 | 251.4 | 0.66 | 0.7 |
| Hex | 94 | 81 | E5 | 23 | 2C | 0 | A | FB | 42 | 46 |
| Octal | 224 | 201 | 345 | 43 | 54 | 0 | 12 | 373 | 102 | 106 |
| Binary | 10010100 | 10000001 | 11100101 | 100011 | 101100 | 0 | 1010 | 11111011 | 1000010 | 1000110 |
Color Harmonies of #9481E5
Complementary color
Monochromatic Colors of #9481E5
Black with #9481E5
Text Example
Text Example
White with #9481E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481E5; }
p { color: rgb(148,129,229); }
H1.HeaderClassName
{
color: #9481E5;
}
.AnyTagClassName
{
color: #9481E5;
}
</style>
background-color css
<style>
a { background-color: #9481E5; }
a { background-color: rgb(148,129,229); }
div.DivClassName
{
background-color: #9481E5;
}
.BgClassName
{
background-color: #9481E5;
}
</style>
border-color css
<style>
span { border-color: #9481E5; }
span { border-color: rgb(148,129,229); }
td.TdClassName
{
border-color: #9481E5;
}
.TagClassName
{
border-color: #9481E5;
}
</style>