Shades of Medium Purple #9481D7
Tints of Medium Purple #9481D7
RGB
CMYK
RGB Variations
Color information
#9481D7 (or 0x9481D7) is known color: Medium Purple. HEX triplet: 94, 81 and D7. RGB value is (148,129,215). Sum of RGB (Red+Green+Blue) = 148+129+215=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #9481D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481D7 is #6B7E28. Grayscale: #909090. Windows color (decimal): -7044649 or 14123412. OLE color: 14123412.
HSL color Cylindrical-coordinate representation of color #9481D7: hue angle of 253.26º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9481D7 is Cyan = 0.31, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 129 | 215 | - |
| CMYK | 0.31 | 0.4 | 0 | 0.16 |
| HSL | 253.26º | 0.52% | 0.67% | - |
| HSV(B) | 253.26º | 0.4% | 0.84% | - |
| XYZ | 32.33 | 26.9 | 67.78 | - |
| YUV | 144.49 | 167.79 | 130.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 215 | 0.31 | 0.4 | 0 | 0.16 | 253.26 | 0.52 | 0.67 |
| Hex | 94 | 81 | D7 | 1F | 28 | 0 | 10 | FD | 34 | 43 |
| Octal | 224 | 201 | 327 | 37 | 50 | 0 | 20 | 375 | 64 | 103 |
| Binary | 10010100 | 10000001 | 11010111 | 11111 | 101000 | 0 | 10000 | 11111101 | 110100 | 1000011 |
Color Harmonies of #9481D7
Complementary color
Monochromatic Colors of #9481D7
Black with #9481D7
Text Example
Text Example
White with #9481D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481D7; }
p { color: rgb(148,129,215); }
H1.HeaderClassName
{
color: #9481D7;
}
.AnyTagClassName
{
color: #9481D7;
}
</style>
background-color css
<style>
a { background-color: #9481D7; }
a { background-color: rgb(148,129,215); }
div.DivClassName
{
background-color: #9481D7;
}
.BgClassName
{
background-color: #9481D7;
}
</style>
border-color css
<style>
span { border-color: #9481D7; }
span { border-color: rgb(148,129,215); }
td.TdClassName
{
border-color: #9481D7;
}
.TagClassName
{
border-color: #9481D7;
}
</style>