Shades of Medium Purple #9481DF
Tints of Medium Purple #9481DF
RGB
CMYK
RGB Variations
Color information
#9481DF (or 0x9481DF) is known color: Medium Purple. HEX triplet: 94, 81 and DF. RGB value is (148,129,223). Sum of RGB (Red+Green+Blue) = 148+129+223=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #9481DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481DF is #6B7E20. Grayscale: #919191. Windows color (decimal): -7044641 or 14647700. OLE color: 14647700.
HSL color Cylindrical-coordinate representation of color #9481DF: hue angle of 252.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9481DF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 129 | 223 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.13 |
| HSL | 252.13º | 0.59% | 0.69% | - |
| HSV(B) | 252.13º | 0.42% | 0.87% | - |
| XYZ | 33.38 | 27.32 | 73.33 | - |
| YUV | 145.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 223 | 0.34 | 0.42 | 0 | 0.13 | 252.13 | 0.59 | 0.69 |
| Hex | 94 | 81 | DF | 22 | 2A | 0 | D | FC | 3B | 45 |
| Octal | 224 | 201 | 337 | 42 | 52 | 0 | 15 | 374 | 73 | 105 |
| Binary | 10010100 | 10000001 | 11011111 | 100010 | 101010 | 0 | 1101 | 11111100 | 111011 | 1000101 |
Color Harmonies of #9481DF
Complementary color
Monochromatic Colors of #9481DF
Black with #9481DF
Text Example
Text Example
White with #9481DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481DF; }
p { color: rgb(148,129,223); }
H1.HeaderClassName
{
color: #9481DF;
}
.AnyTagClassName
{
color: #9481DF;
}
</style>
background-color css
<style>
a { background-color: #9481DF; }
a { background-color: rgb(148,129,223); }
div.DivClassName
{
background-color: #9481DF;
}
.BgClassName
{
background-color: #9481DF;
}
</style>
border-color css
<style>
span { border-color: #9481DF; }
span { border-color: rgb(148,129,223); }
td.TdClassName
{
border-color: #9481DF;
}
.TagClassName
{
border-color: #9481DF;
}
</style>