Shades of Medium Purple #926AD5
Tints of Medium Purple #926AD5
RGB
CMYK
RGB Variations
Color information
#926AD5 (or 0x926AD5) is known color: Medium Purple. HEX triplet: 92, 6A and D5. RGB value is (146,106,213). Sum of RGB (Red+Green+Blue) = 146+106+213=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 213 - color contains mainly: blue. Hex color #926AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926AD5 is #6D952A. Grayscale: #818181. Windows color (decimal): -7181611 or 13986450. OLE color: 13986450.
HSL color Cylindrical-coordinate representation of color #926AD5: hue angle of 262.43º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926AD5 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 106 | 213 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.16 |
| HSL | 262.43º | 0.56% | 0.63% | - |
| HSV(B) | 262.43º | 0.5% | 0.84% | - |
| XYZ | 29.02 | 21.22 | 65.52 | - |
| YUV | 130.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 213 | 0.31 | 0.50 | 0 | 0.16 | 262.43 | 0.56 | 0.63 |
| Hex | 92 | 6A | D5 | 1F | 32 | 0 | 10 | 106 | 38 | 3F |
| Octal | 222 | 152 | 325 | 37 | 62 | 0 | 20 | 406 | 70 | 77 |
| Binary | 10010010 | 1101010 | 11010101 | 11111 | 110010 | 0 | 10000 | 100000110 | 111000 | 111111 |
Color Harmonies of #926AD5
Complementary color
Monochromatic Colors of #926AD5
Black with #926AD5
Text Example
Text Example
White with #926AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926AD5; }
p { color: rgb(146,106,213); }
H1.HeaderClassName
{
color: #926AD5;
}
.AnyTagClassName
{
color: #926AD5;
}
</style>
background-color css
<style>
a { background-color: #926AD5; }
a { background-color: rgb(146,106,213); }
div.DivClassName
{
background-color: #926AD5;
}
.BgClassName
{
background-color: #926AD5;
}
</style>
border-color css
<style>
span { border-color: #926AD5; }
span { border-color: rgb(146,106,213); }
td.TdClassName
{
border-color: #926AD5;
}
.TagClassName
{
border-color: #926AD5;
}
</style>