Shades of Medium Purple #9468DB
Tints of Medium Purple #9468DB
RGB
CMYK
RGB Variations
Color information
#9468DB (or 0x9468DB) is known color: Medium Purple. HEX triplet: 94, 68 and DB. RGB value is (148,104,219). Sum of RGB (Red+Green+Blue) = 148+104+219=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9468DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468DB is #6B9724. Grayscale: #818181. Windows color (decimal): -7051045 or 14379156. OLE color: 14379156.
HSL color Cylindrical-coordinate representation of color #9468DB: hue angle of 262.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9468DB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 104 | 219 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.14 |
| HSL | 262.96º | 0.61% | 0.63% | - |
| HSV(B) | 262.96º | 0.53% | 0.86% | - |
| XYZ | 29.95 | 21.31 | 69.55 | - |
| YUV | 130.27 | 178.08 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 219 | 0.32 | 0.53 | 0 | 0.14 | 262.96 | 0.61 | 0.63 |
| Hex | 94 | 68 | DB | 20 | 35 | 0 | E | 107 | 3D | 3F |
| Octal | 224 | 150 | 333 | 40 | 65 | 0 | 16 | 407 | 75 | 77 |
| Binary | 10010100 | 1101000 | 11011011 | 100000 | 110101 | 0 | 1110 | 100000111 | 111101 | 111111 |
Color Harmonies of #9468DB
Complementary color
Monochromatic Colors of #9468DB
Black with #9468DB
Text Example
Text Example
White with #9468DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468DB; }
p { color: rgb(148,104,219); }
H1.HeaderClassName
{
color: #9468DB;
}
.AnyTagClassName
{
color: #9468DB;
}
</style>
background-color css
<style>
a { background-color: #9468DB; }
a { background-color: rgb(148,104,219); }
div.DivClassName
{
background-color: #9468DB;
}
.BgClassName
{
background-color: #9468DB;
}
</style>
border-color css
<style>
span { border-color: #9468DB; }
span { border-color: rgb(148,104,219); }
td.TdClassName
{
border-color: #9468DB;
}
.TagClassName
{
border-color: #9468DB;
}
</style>