Shades of Medium Purple #9481DD
Tints of Medium Purple #9481DD
RGB
CMYK
RGB Variations
Color information
#9481DD (or 0x9481DD) is known color: Medium Purple. HEX triplet: 94, 81 and DD. RGB value is (148,129,221). Sum of RGB (Red+Green+Blue) = 148+129+221=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #9481DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481DD is #6B7E22. Grayscale: #909090. Windows color (decimal): -7044643 or 14516628. OLE color: 14516628.
HSL color Cylindrical-coordinate representation of color #9481DD: hue angle of 252.39º degrees, saturation: 0.57, 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 #9481DD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 129 | 221 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.13 |
| HSL | 252.39º | 0.58% | 0.69% | - |
| HSV(B) | 252.39º | 0.42% | 0.87% | - |
| XYZ | 33.11 | 27.22 | 71.91 | - |
| YUV | 145.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 221 | 0.33 | 0.42 | 0 | 0.13 | 252.39 | 0.58 | 0.69 |
| Hex | 94 | 81 | DD | 21 | 2A | 0 | D | FC | 3A | 45 |
| Octal | 224 | 201 | 335 | 41 | 52 | 0 | 15 | 374 | 72 | 105 |
| Binary | 10010100 | 10000001 | 11011101 | 100001 | 101010 | 0 | 1101 | 11111100 | 111010 | 1000101 |
Color Harmonies of #9481DD
Complementary color
Monochromatic Colors of #9481DD
Black with #9481DD
Text Example
Text Example
White with #9481DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481DD; }
p { color: rgb(148,129,221); }
H1.HeaderClassName
{
color: #9481DD;
}
.AnyTagClassName
{
color: #9481DD;
}
</style>
background-color css
<style>
a { background-color: #9481DD; }
a { background-color: rgb(148,129,221); }
div.DivClassName
{
background-color: #9481DD;
}
.BgClassName
{
background-color: #9481DD;
}
</style>
border-color css
<style>
span { border-color: #9481DD; }
span { border-color: rgb(148,129,221); }
td.TdClassName
{
border-color: #9481DD;
}
.TagClassName
{
border-color: #9481DD;
}
</style>