Shades of Medium Purple #9263DA
Tints of Medium Purple #9263DA
RGB
CMYK
RGB Variations
Color information
#9263DA (or 0x9263DA) is known color: Medium Purple. HEX triplet: 92, 63 and DA. RGB value is (146,99,218). Sum of RGB (Red+Green+Blue) = 146+99+218=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 99 (39.06% from 255 or 21.38% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #9263DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263DA is #6D9C25. Grayscale: #7E7E7E. Windows color (decimal): -7183398 or 14312338. OLE color: 14312338.
HSL color Cylindrical-coordinate representation of color #9263DA: hue angle of 263.7º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9263DA is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 99 | 218 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.15 |
| HSL | 263.7º | 0.62% | 0.62% | - |
| HSV(B) | 263.7º | 0.55% | 0.85% | - |
| XYZ | 28.97 | 20.1 | 68.68 | - |
| YUV | 126.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 218 | 0.33 | 0.55 | 0 | 0.15 | 263.7 | 0.62 | 0.62 |
| Hex | 92 | 63 | DA | 21 | 37 | 0 | F | 108 | 3E | 3E |
| Octal | 222 | 143 | 332 | 41 | 67 | 0 | 17 | 410 | 76 | 76 |
| Binary | 10010010 | 1100011 | 11011010 | 100001 | 110111 | 0 | 1111 | 100001000 | 111110 | 111110 |
Color Harmonies of #9263DA
Complementary color
Monochromatic Colors of #9263DA
Black with #9263DA
Text Example
Text Example
White with #9263DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263DA; }
p { color: rgb(146,99,218); }
H1.HeaderClassName
{
color: #9263DA;
}
.AnyTagClassName
{
color: #9263DA;
}
</style>
background-color css
<style>
a { background-color: #9263DA; }
a { background-color: rgb(146,99,218); }
div.DivClassName
{
background-color: #9263DA;
}
.BgClassName
{
background-color: #9263DA;
}
</style>
border-color css
<style>
span { border-color: #9263DA; }
span { border-color: rgb(146,99,218); }
td.TdClassName
{
border-color: #9263DA;
}
.TagClassName
{
border-color: #9263DA;
}
</style>