Shades of Medium Purple #9263DC
Tints of Medium Purple #9263DC
RGB
CMYK
RGB Variations
Color information
#9263DC (or 0x9263DC) is known color: Medium Purple. HEX triplet: 92, 63 and DC. RGB value is (146,99,220). Sum of RGB (Red+Green+Blue) = 146+99+220=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #9263DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9263DC is #6D9C23. Grayscale: #7E7E7E. Windows color (decimal): -7183396 or 14443410. OLE color: 14443410.
HSL color Cylindrical-coordinate representation of color #9263DC: hue angle of 263.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9263DC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 99 | 220 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.14 |
| HSL | 263.31º | 0.63% | 0.63% | - |
| HSV(B) | 263.31º | 0.55% | 0.86% | - |
| XYZ | 29.23 | 20.2 | 70.07 | - |
| YUV | 126.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 99 | 220 | 0.34 | 0.55 | 0 | 0.14 | 263.31 | 0.63 | 0.63 |
| Hex | 92 | 63 | DC | 22 | 37 | 0 | E | 107 | 3F | 3F |
| Octal | 222 | 143 | 334 | 42 | 67 | 0 | 16 | 407 | 77 | 77 |
| Binary | 10010010 | 1100011 | 11011100 | 100010 | 110111 | 0 | 1110 | 100000111 | 111111 | 111111 |
Color Harmonies of #9263DC
Complementary color
Monochromatic Colors of #9263DC
Black with #9263DC
Text Example
Text Example
White with #9263DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9263DC; }
p { color: rgb(146,99,220); }
H1.HeaderClassName
{
color: #9263DC;
}
.AnyTagClassName
{
color: #9263DC;
}
</style>
background-color css
<style>
a { background-color: #9263DC; }
a { background-color: rgb(146,99,220); }
div.DivClassName
{
background-color: #9263DC;
}
.BgClassName
{
background-color: #9263DC;
}
</style>
border-color css
<style>
span { border-color: #9263DC; }
span { border-color: rgb(146,99,220); }
td.TdClassName
{
border-color: #9263DC;
}
.TagClassName
{
border-color: #9263DC;
}
</style>