Shades of Medium Purple #9269DB
Tints of Medium Purple #9269DB
RGB
CMYK
RGB Variations
Color information
#9269DB (or 0x9269DB) is known color: Medium Purple. HEX triplet: 92, 69 and DB. RGB value is (146,105,219). Sum of RGB (Red+Green+Blue) = 146+105+219=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #9269DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9269DB is #6D9624. Grayscale: #818181. Windows color (decimal): -7181861 or 14379410. OLE color: 14379410.
HSL color Cylindrical-coordinate representation of color #9269DB: hue angle of 261.58º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9269DB is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 105 | 219 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.14 |
| HSL | 261.58º | 0.61% | 0.64% | - |
| HSV(B) | 261.58º | 0.52% | 0.86% | - |
| XYZ | 29.69 | 21.33 | 69.57 | - |
| YUV | 130.26 | 178.08 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 105 | 219 | 0.33 | 0.52 | 0 | 0.14 | 261.58 | 0.61 | 0.64 |
| Hex | 92 | 69 | DB | 21 | 34 | 0 | E | 106 | 3D | 40 |
| Octal | 222 | 151 | 333 | 41 | 64 | 0 | 16 | 406 | 75 | 100 |
| Binary | 10010010 | 1101001 | 11011011 | 100001 | 110100 | 0 | 1110 | 100000110 | 111101 | 1000000 |
Color Harmonies of #9269DB
Complementary color
Monochromatic Colors of #9269DB
Black with #9269DB
Text Example
Text Example
White with #9269DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9269DB; }
p { color: rgb(146,105,219); }
H1.HeaderClassName
{
color: #9269DB;
}
.AnyTagClassName
{
color: #9269DB;
}
</style>
background-color css
<style>
a { background-color: #9269DB; }
a { background-color: rgb(146,105,219); }
div.DivClassName
{
background-color: #9269DB;
}
.BgClassName
{
background-color: #9269DB;
}
</style>
border-color css
<style>
span { border-color: #9269DB; }
span { border-color: rgb(146,105,219); }
td.TdClassName
{
border-color: #9269DB;
}
.TagClassName
{
border-color: #9269DB;
}
</style>