Shades of Medium Purple #927ADB
Tints of Medium Purple #927ADB
RGB
CMYK
RGB Variations
Color information
#927ADB (or 0x927ADB) is known color: Medium Purple. HEX triplet: 92, 7A and DB. RGB value is (146,122,219). Sum of RGB (Red+Green+Blue) = 146+122+219=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #927ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927ADB is #6D8524. Grayscale: #8B8B8B. Windows color (decimal): -7177509 or 14383762. OLE color: 14383762.
HSL color Cylindrical-coordinate representation of color #927ADB: hue angle of 254.85º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927ADB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 122 | 219 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.14 |
| HSL | 254.85º | 0.57% | 0.67% | - |
| HSV(B) | 254.85º | 0.44% | 0.86% | - |
| XYZ | 31.6 | 25.14 | 70.21 | - |
| YUV | 140.23 | 172.45 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 122 | 219 | 0.33 | 0.44 | 0 | 0.14 | 254.85 | 0.57 | 0.67 |
| Hex | 92 | 7A | DB | 21 | 2C | 0 | E | FF | 39 | 43 |
| Octal | 222 | 172 | 333 | 41 | 54 | 0 | 16 | 377 | 71 | 103 |
| Binary | 10010010 | 1111010 | 11011011 | 100001 | 101100 | 0 | 1110 | 11111111 | 111001 | 1000011 |
Color Harmonies of #927ADB
Complementary color
Monochromatic Colors of #927ADB
Black with #927ADB
Text Example
Text Example
White with #927ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927ADB; }
p { color: rgb(146,122,219); }
H1.HeaderClassName
{
color: #927ADB;
}
.AnyTagClassName
{
color: #927ADB;
}
</style>
background-color css
<style>
a { background-color: #927ADB; }
a { background-color: rgb(146,122,219); }
div.DivClassName
{
background-color: #927ADB;
}
.BgClassName
{
background-color: #927ADB;
}
</style>
border-color css
<style>
span { border-color: #927ADB; }
span { border-color: rgb(146,122,219); }
td.TdClassName
{
border-color: #927ADB;
}
.TagClassName
{
border-color: #927ADB;
}
</style>