Shades of Medium Purple #9468D5
Tints of Medium Purple #9468D5
RGB
CMYK
RGB Variations
Color information
#9468D5 (or 0x9468D5) is known color: Medium Purple. HEX triplet: 94, 68 and D5. RGB value is (148,104,213). Sum of RGB (Red+Green+Blue) = 148+104+213=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #9468D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9468D5 is #6B972A. Grayscale: #818181. Windows color (decimal): -7051051 or 13985940. OLE color: 13985940.
HSL color Cylindrical-coordinate representation of color #9468D5: hue angle of 264.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9468D5 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 104 | 213 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.16 |
| HSL | 264.22º | 0.56% | 0.62% | - |
| HSV(B) | 264.22º | 0.51% | 0.84% | - |
| XYZ | 29.17 | 21 | 65.47 | - |
| YUV | 129.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 104 | 213 | 0.31 | 0.51 | 0 | 0.16 | 264.22 | 0.56 | 0.62 |
| Hex | 94 | 68 | D5 | 1F | 33 | 0 | 10 | 108 | 38 | 3E |
| Octal | 224 | 150 | 325 | 37 | 63 | 0 | 20 | 410 | 70 | 76 |
| Binary | 10010100 | 1101000 | 11010101 | 11111 | 110011 | 0 | 10000 | 100001000 | 111000 | 111110 |
Color Harmonies of #9468D5
Complementary color
Monochromatic Colors of #9468D5
Black with #9468D5
Text Example
Text Example
White with #9468D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9468D5; }
p { color: rgb(148,104,213); }
H1.HeaderClassName
{
color: #9468D5;
}
.AnyTagClassName
{
color: #9468D5;
}
</style>
background-color css
<style>
a { background-color: #9468D5; }
a { background-color: rgb(148,104,213); }
div.DivClassName
{
background-color: #9468D5;
}
.BgClassName
{
background-color: #9468D5;
}
</style>
border-color css
<style>
span { border-color: #9468D5; }
span { border-color: rgb(148,104,213); }
td.TdClassName
{
border-color: #9468D5;
}
.TagClassName
{
border-color: #9468D5;
}
</style>