Shades of Medium Purple #9264DC
Tints of Medium Purple #9264DC
RGB
CMYK
RGB Variations
Color information
#9264DC (or 0x9264DC) is known color: Medium Purple. HEX triplet: 92, 64 and DC. RGB value is (146,100,220). Sum of RGB (Red+Green+Blue) = 146+100+220=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #9264DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9264DC is #6D9B23. Grayscale: #7F7F7F. Windows color (decimal): -7183140 or 14443666. OLE color: 14443666.
HSL color Cylindrical-coordinate representation of color #9264DC: hue angle of 263º 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 #9264DC is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 100 | 220 | - |
| CMYK | 0.34 | 0.55 | 0 | 0.14 |
| HSL | 263º | 0.63% | 0.63% | - |
| HSV(B) | 263º | 0.55% | 0.86% | - |
| XYZ | 29.33 | 20.39 | 70.1 | - |
| YUV | 127.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 100 | 220 | 0.34 | 0.55 | 0 | 0.14 | 263 | 0.63 | 0.63 |
| Hex | 92 | 64 | DC | 22 | 37 | 0 | E | 107 | 3F | 3F |
| Octal | 222 | 144 | 334 | 42 | 67 | 0 | 16 | 407 | 77 | 77 |
| Binary | 10010010 | 1100100 | 11011100 | 100010 | 110111 | 0 | 1110 | 100000111 | 111111 | 111111 |
Color Harmonies of #9264DC
Complementary color
Monochromatic Colors of #9264DC
Black with #9264DC
Text Example
Text Example
White with #9264DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9264DC; }
p { color: rgb(146,100,220); }
H1.HeaderClassName
{
color: #9264DC;
}
.AnyTagClassName
{
color: #9264DC;
}
</style>
background-color css
<style>
a { background-color: #9264DC; }
a { background-color: rgb(146,100,220); }
div.DivClassName
{
background-color: #9264DC;
}
.BgClassName
{
background-color: #9264DC;
}
</style>
border-color css
<style>
span { border-color: #9264DC; }
span { border-color: rgb(146,100,220); }
td.TdClassName
{
border-color: #9264DC;
}
.TagClassName
{
border-color: #9264DC;
}
</style>