Shades of Medium Purple #9466DA
Tints of Medium Purple #9466DA
RGB
CMYK
RGB Variations
Color information
#9466DA (or 0x9466DA) is known color: Medium Purple. HEX triplet: 94, 66 and DA. RGB value is (148,102,218). Sum of RGB (Red+Green+Blue) = 148+102+218=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #9466DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9466DA is #6B9925. Grayscale: #808080. Windows color (decimal): -7051558 or 14313108. OLE color: 14313108.
HSL color Cylindrical-coordinate representation of color #9466DA: hue angle of 263.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9466DA is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 102 | 218 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.15 |
| HSL | 263.79º | 0.61% | 0.63% | - |
| HSV(B) | 263.79º | 0.53% | 0.85% | - |
| XYZ | 29.62 | 20.86 | 68.8 | - |
| YUV | 128.98 | 178.24 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 218 | 0.32 | 0.53 | 0 | 0.15 | 263.79 | 0.61 | 0.63 |
| Hex | 94 | 66 | DA | 20 | 35 | 0 | F | 108 | 3D | 3F |
| Octal | 224 | 146 | 332 | 40 | 65 | 0 | 17 | 410 | 75 | 77 |
| Binary | 10010100 | 1100110 | 11011010 | 100000 | 110101 | 0 | 1111 | 100001000 | 111101 | 111111 |
Color Harmonies of #9466DA
Complementary color
Monochromatic Colors of #9466DA
Black with #9466DA
Text Example
Text Example
White with #9466DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9466DA; }
p { color: rgb(148,102,218); }
H1.HeaderClassName
{
color: #9466DA;
}
.AnyTagClassName
{
color: #9466DA;
}
</style>
background-color css
<style>
a { background-color: #9466DA; }
a { background-color: rgb(148,102,218); }
div.DivClassName
{
background-color: #9466DA;
}
.BgClassName
{
background-color: #9466DA;
}
</style>
border-color css
<style>
span { border-color: #9466DA; }
span { border-color: rgb(148,102,218); }
td.TdClassName
{
border-color: #9466DA;
}
.TagClassName
{
border-color: #9466DA;
}
</style>