Shades of Medium Purple #9481DB
Tints of Medium Purple #9481DB
RGB
CMYK
RGB Variations
Color information
#9481DB (or 0x9481DB) is known color: Medium Purple. HEX triplet: 94, 81 and DB. RGB value is (148,129,219). Sum of RGB (Red+Green+Blue) = 148+129+219=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 129 (50.78% from 255 or 26.01% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #9481DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9481DB is #6B7E24. Grayscale: #909090. Windows color (decimal): -7044645 or 14385556. OLE color: 14385556.
HSL color Cylindrical-coordinate representation of color #9481DB: hue angle of 252.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9481DB is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 129 | 219 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.14 |
| HSL | 252.67º | 0.56% | 0.68% | - |
| HSV(B) | 252.67º | 0.41% | 0.86% | - |
| XYZ | 32.85 | 27.11 | 70.52 | - |
| YUV | 144.94 | 169.79 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 129 | 219 | 0.32 | 0.41 | 0 | 0.14 | 252.67 | 0.56 | 0.68 |
| Hex | 94 | 81 | DB | 20 | 29 | 0 | E | FD | 38 | 44 |
| Octal | 224 | 201 | 333 | 40 | 51 | 0 | 16 | 375 | 70 | 104 |
| Binary | 10010100 | 10000001 | 11011011 | 100000 | 101001 | 0 | 1110 | 11111101 | 111000 | 1000100 |
Color Harmonies of #9481DB
Complementary color
Monochromatic Colors of #9481DB
Black with #9481DB
Text Example
Text Example
White with #9481DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9481DB; }
p { color: rgb(148,129,219); }
H1.HeaderClassName
{
color: #9481DB;
}
.AnyTagClassName
{
color: #9481DB;
}
</style>
background-color css
<style>
a { background-color: #9481DB; }
a { background-color: rgb(148,129,219); }
div.DivClassName
{
background-color: #9481DB;
}
.BgClassName
{
background-color: #9481DB;
}
</style>
border-color css
<style>
span { border-color: #9481DB; }
span { border-color: rgb(148,129,219); }
td.TdClassName
{
border-color: #9481DB;
}
.TagClassName
{
border-color: #9481DB;
}
</style>