Shades of Medium Purple #925FDB
Tints of Medium Purple #925FDB
RGB
CMYK
RGB Variations
Color information
#925FDB (or 0x925FDB) is known color: Medium Purple. HEX triplet: 92, 5F and DB. RGB value is (146,95,219). Sum of RGB (Red+Green+Blue) = 146+95+219=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #925FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FDB is #6DA024. Grayscale: #7B7B7B. Windows color (decimal): -7184421 or 14376850. OLE color: 14376850.
HSL color Cylindrical-coordinate representation of color #925FDB: hue angle of 264.68º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925FDB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 95 | 219 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.14 |
| HSL | 264.68º | 0.63% | 0.62% | - |
| HSV(B) | 264.68º | 0.57% | 0.86% | - |
| XYZ | 28.73 | 19.41 | 69.25 | - |
| YUV | 124.39 | 181.4 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 219 | 0.33 | 0.57 | 0 | 0.14 | 264.68 | 0.63 | 0.62 |
| Hex | 92 | 5F | DB | 21 | 39 | 0 | E | 109 | 3F | 3E |
| Octal | 222 | 137 | 333 | 41 | 71 | 0 | 16 | 411 | 77 | 76 |
| Binary | 10010010 | 1011111 | 11011011 | 100001 | 111001 | 0 | 1110 | 100001001 | 111111 | 111110 |
Color Harmonies of #925FDB
Complementary color
Monochromatic Colors of #925FDB
Black with #925FDB
Text Example
Text Example
White with #925FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FDB; }
p { color: rgb(146,95,219); }
H1.HeaderClassName
{
color: #925FDB;
}
.AnyTagClassName
{
color: #925FDB;
}
</style>
background-color css
<style>
a { background-color: #925FDB; }
a { background-color: rgb(146,95,219); }
div.DivClassName
{
background-color: #925FDB;
}
.BgClassName
{
background-color: #925FDB;
}
</style>
border-color css
<style>
span { border-color: #925FDB; }
span { border-color: rgb(146,95,219); }
td.TdClassName
{
border-color: #925FDB;
}
.TagClassName
{
border-color: #925FDB;
}
</style>