Shades of Medium Purple #927BDA
Tints of Medium Purple #927BDA
RGB
CMYK
RGB Variations
Color information
#927BDA (or 0x927BDA) is known color: Medium Purple. HEX triplet: 92, 7B and DA. RGB value is (146,123,218). Sum of RGB (Red+Green+Blue) = 146+123+218=487 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.98% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #927BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927BDA is #6D8425. Grayscale: #8C8C8C. Windows color (decimal): -7177254 or 14318482. OLE color: 14318482.
HSL color Cylindrical-coordinate representation of color #927BDA: hue angle of 254.53º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #927BDA is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 123 | 218 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.15 |
| HSL | 254.53º | 0.56% | 0.67% | - |
| HSV(B) | 254.53º | 0.44% | 0.85% | - |
| XYZ | 31.59 | 25.34 | 69.56 | - |
| YUV | 140.71 | 171.62 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 123 | 218 | 0.33 | 0.44 | 0 | 0.15 | 254.53 | 0.56 | 0.67 |
| Hex | 92 | 7B | DA | 21 | 2C | 0 | F | FF | 38 | 43 |
| Octal | 222 | 173 | 332 | 41 | 54 | 0 | 17 | 377 | 70 | 103 |
| Binary | 10010010 | 1111011 | 11011010 | 100001 | 101100 | 0 | 1111 | 11111111 | 111000 | 1000011 |
Color Harmonies of #927BDA
Complementary color
Monochromatic Colors of #927BDA
Black with #927BDA
Text Example
Text Example
White with #927BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927BDA; }
p { color: rgb(146,123,218); }
H1.HeaderClassName
{
color: #927BDA;
}
.AnyTagClassName
{
color: #927BDA;
}
</style>
background-color css
<style>
a { background-color: #927BDA; }
a { background-color: rgb(146,123,218); }
div.DivClassName
{
background-color: #927BDA;
}
.BgClassName
{
background-color: #927BDA;
}
</style>
border-color css
<style>
span { border-color: #927BDA; }
span { border-color: rgb(146,123,218); }
td.TdClassName
{
border-color: #927BDA;
}
.TagClassName
{
border-color: #927BDA;
}
</style>