Shades of Medium Purple #9260DA
Tints of Medium Purple #9260DA
RGB
CMYK
RGB Variations
Color information
#9260DA (or 0x9260DA) is known color: Medium Purple. HEX triplet: 92, 60 and DA. RGB value is (146,96,218). Sum of RGB (Red+Green+Blue) = 146+96+218=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #9260DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260DA is #6D9F25. Grayscale: #7C7C7C. Windows color (decimal): -7184166 or 14311570. OLE color: 14311570.
HSL color Cylindrical-coordinate representation of color #9260DA: hue angle of 264.59º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9260DA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 96 | 218 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.15 |
| HSL | 264.59º | 0.62% | 0.62% | - |
| HSV(B) | 264.59º | 0.56% | 0.85% | - |
| XYZ | 28.69 | 19.54 | 68.59 | - |
| YUV | 124.86 | 180.57 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 96 | 218 | 0.33 | 0.56 | 0 | 0.15 | 264.59 | 0.62 | 0.62 |
| Hex | 92 | 60 | DA | 21 | 38 | 0 | F | 109 | 3E | 3E |
| Octal | 222 | 140 | 332 | 41 | 70 | 0 | 17 | 411 | 76 | 76 |
| Binary | 10010010 | 1100000 | 11011010 | 100001 | 111000 | 0 | 1111 | 100001001 | 111110 | 111110 |
Color Harmonies of #9260DA
Complementary color
Monochromatic Colors of #9260DA
Black with #9260DA
Text Example
Text Example
White with #9260DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9260DA; }
p { color: rgb(146,96,218); }
H1.HeaderClassName
{
color: #9260DA;
}
.AnyTagClassName
{
color: #9260DA;
}
</style>
background-color css
<style>
a { background-color: #9260DA; }
a { background-color: rgb(146,96,218); }
div.DivClassName
{
background-color: #9260DA;
}
.BgClassName
{
background-color: #9260DA;
}
</style>
border-color css
<style>
span { border-color: #9260DA; }
span { border-color: rgb(146,96,218); }
td.TdClassName
{
border-color: #9260DA;
}
.TagClassName
{
border-color: #9260DA;
}
</style>