Shades of Medium Purple #9263DB
Tints of Medium Purple #9263DB
RGB
CMYK
RGB Variations
Color information
#9263DB (or 0x9263DB) is known color: Medium Purple. HEX triplet: 92, 63 and DB. RGB value is (146,99,219). Sum of RGB (Red+Green+Blue) = 146+99+219=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #9263DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263DB is #6D9C24. Grayscale: #7E7E7E. Windows color (decimal): -7183397 or 14377874. OLE color: 14377874.
HSL color Cylindrical-coordinate representation of color #9263DB: hue angle of 263.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9263DB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 99 | 219 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.14 |
| HSL | 263.5º | 0.63% | 0.62% | - |
| HSV(B) | 263.5º | 0.55% | 0.86% | - |
| XYZ | 29.1 | 20.15 | 69.37 | - |
| YUV | 126.73 | 180.07 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 219 | 0.33 | 0.55 | 0 | 0.14 | 263.5 | 0.63 | 0.62 |
| Hex | 92 | 63 | DB | 21 | 37 | 0 | E | 108 | 3E | 3E |
| Octal | 222 | 143 | 333 | 41 | 67 | 0 | 16 | 410 | 76 | 76 |
| Binary | 10010010 | 1100011 | 11011011 | 100001 | 110111 | 0 | 1110 | 100001000 | 111110 | 111110 |
Color Harmonies of #9263DB
Complementary color
Monochromatic Colors of #9263DB
Black with #9263DB
Text Example
Text Example
White with #9263DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263DB; }
p { color: rgb(146,99,219); }
H1.HeaderClassName
{
color: #9263DB;
}
.AnyTagClassName
{
color: #9263DB;
}
</style>
background-color css
<style>
a { background-color: #9263DB; }
a { background-color: rgb(146,99,219); }
div.DivClassName
{
background-color: #9263DB;
}
.BgClassName
{
background-color: #9263DB;
}
</style>
border-color css
<style>
span { border-color: #9263DB; }
span { border-color: rgb(146,99,219); }
td.TdClassName
{
border-color: #9263DB;
}
.TagClassName
{
border-color: #9263DB;
}
</style>