Shades of Medium Purple #9460DF
Tints of Medium Purple #9460DF
RGB
CMYK
RGB Variations
Color information
#9460DF (or 0x9460DF) is known color: Medium Purple. HEX triplet: 94, 60 and DF. RGB value is (148,96,223). Sum of RGB (Red+Green+Blue) = 148+96+223=467 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.69% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #9460DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460DF is #6B9F20. Grayscale: #7D7D7D. Windows color (decimal): -7053089 or 14639252. OLE color: 14639252.
HSL color Cylindrical-coordinate representation of color #9460DF: hue angle of 264.57º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9460DF is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 96 | 223 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.13 |
| HSL | 264.57º | 0.66% | 0.63% | - |
| HSV(B) | 264.57º | 0.57% | 0.87% | - |
| XYZ | 29.71 | 19.99 | 72.1 | - |
| YUV | 126.03 | 182.73 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 223 | 0.34 | 0.57 | 0 | 0.13 | 264.57 | 0.66 | 0.63 |
| Hex | 94 | 60 | DF | 22 | 39 | 0 | D | 109 | 42 | 3F |
| Octal | 224 | 140 | 337 | 42 | 71 | 0 | 15 | 411 | 102 | 77 |
| Binary | 10010100 | 1100000 | 11011111 | 100010 | 111001 | 0 | 1101 | 100001001 | 1000010 | 111111 |
Color Harmonies of #9460DF
Complementary color
Monochromatic Colors of #9460DF
Black with #9460DF
Text Example
Text Example
White with #9460DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9460DF; }
p { color: rgb(148,96,223); }
H1.HeaderClassName
{
color: #9460DF;
}
.AnyTagClassName
{
color: #9460DF;
}
</style>
background-color css
<style>
a { background-color: #9460DF; }
a { background-color: rgb(148,96,223); }
div.DivClassName
{
background-color: #9460DF;
}
.BgClassName
{
background-color: #9460DF;
}
</style>
border-color css
<style>
span { border-color: #9460DF; }
span { border-color: rgb(148,96,223); }
td.TdClassName
{
border-color: #9460DF;
}
.TagClassName
{
border-color: #9460DF;
}
</style>