Shades of Medium Purple #9269D3
Tints of Medium Purple #9269D3
RGB
CMYK
RGB Variations
Color information
#9269D3 (or 0x9269D3) is known color: Medium Purple. HEX triplet: 92, 69 and D3. RGB value is (146,105,211). Sum of RGB (Red+Green+Blue) = 146+105+211=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #9269D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269D3 is #6D962C. Grayscale: #808080. Windows color (decimal): -7181869 or 13855122. OLE color: 13855122.
HSL color Cylindrical-coordinate representation of color #9269D3: hue angle of 263.21º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9269D3 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 105 | 211 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.17 |
| HSL | 263.21º | 0.55% | 0.62% | - |
| HSV(B) | 263.21º | 0.5% | 0.83% | - |
| XYZ | 28.66 | 20.92 | 64.15 | - |
| YUV | 129.34 | 174.08 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 211 | 0.31 | 0.50 | 0 | 0.17 | 263.21 | 0.55 | 0.62 |
| Hex | 92 | 69 | D3 | 1F | 32 | 0 | 11 | 107 | 37 | 3E |
| Octal | 222 | 151 | 323 | 37 | 62 | 0 | 21 | 407 | 67 | 76 |
| Binary | 10010010 | 1101001 | 11010011 | 11111 | 110010 | 0 | 10001 | 100000111 | 110111 | 111110 |
Color Harmonies of #9269D3
Complementary color
Monochromatic Colors of #9269D3
Black with #9269D3
Text Example
Text Example
White with #9269D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9269D3; }
p { color: rgb(146,105,211); }
H1.HeaderClassName
{
color: #9269D3;
}
.AnyTagClassName
{
color: #9269D3;
}
</style>
background-color css
<style>
a { background-color: #9269D3; }
a { background-color: rgb(146,105,211); }
div.DivClassName
{
background-color: #9269D3;
}
.BgClassName
{
background-color: #9269D3;
}
</style>
border-color css
<style>
span { border-color: #9269D3; }
span { border-color: rgb(146,105,211); }
td.TdClassName
{
border-color: #9269D3;
}
.TagClassName
{
border-color: #9269D3;
}
</style>