Shades of Cold Purple #927FBC
Tints of Cold Purple #927FBC
RGB
CMYK
RGB Variations
Color information
#927FBC (or 0x927FBC) is known color: Cold Purple. HEX triplet: 92, 7F and BC. RGB value is (146,127,188). Sum of RGB (Red+Green+Blue) = 146+127+188=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #927FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FBC is #6D8043. Grayscale: #8B8B8B. Windows color (decimal): -7176260 or 12353426. OLE color: 12353426.
HSL color Cylindrical-coordinate representation of color #927FBC: hue angle of 258.69º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #927FBC is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 127 | 188 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.26 |
| HSL | 258.69º | 0.31% | 0.62% | - |
| HSV(B) | 258.69º | 0.32% | 0.74% | - |
| XYZ | 28.52 | 24.92 | 50.88 | - |
| YUV | 139.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 188 | 0.22 | 0.32 | 0 | 0.26 | 258.69 | 0.31 | 0.62 |
| Hex | 92 | 7F | BC | 16 | 20 | 0 | 1A | 103 | 1F | 3E |
| Octal | 222 | 177 | 274 | 26 | 40 | 0 | 32 | 403 | 37 | 76 |
| Binary | 10010010 | 1111111 | 10111100 | 10110 | 100000 | 0 | 11010 | 100000011 | 11111 | 111110 |
Color Harmonies of #927FBC
Complementary color
Monochromatic Colors of #927FBC
Black with #927FBC
Text Example
Text Example
White with #927FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FBC; }
p { color: rgb(146,127,188); }
H1.HeaderClassName
{
color: #927FBC;
}
.AnyTagClassName
{
color: #927FBC;
}
</style>
background-color css
<style>
a { background-color: #927FBC; }
a { background-color: rgb(146,127,188); }
div.DivClassName
{
background-color: #927FBC;
}
.BgClassName
{
background-color: #927FBC;
}
</style>
border-color css
<style>
span { border-color: #927FBC; }
span { border-color: rgb(146,127,188); }
td.TdClassName
{
border-color: #927FBC;
}
.TagClassName
{
border-color: #927FBC;
}
</style>