Shades of Cold Purple #927FBE
Tints of Cold Purple #927FBE
RGB
CMYK
RGB Variations
Color information
#927FBE (or 0x927FBE) is known color: Cold Purple. HEX triplet: 92, 7F and BE. RGB value is (146,127,190). Sum of RGB (Red+Green+Blue) = 146+127+190=463 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.53% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #927FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FBE is #6D8041. Grayscale: #8B8B8B. Windows color (decimal): -7176258 or 12484498. OLE color: 12484498.
HSL color Cylindrical-coordinate representation of color #927FBE: hue angle of 258.1º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #927FBE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 127 | 190 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.25 |
| HSL | 258.1º | 0.33% | 0.62% | - |
| HSV(B) | 258.1º | 0.33% | 0.75% | - |
| XYZ | 28.74 | 25.01 | 52.03 | - |
| YUV | 139.86 | 156.29 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 127 | 190 | 0.23 | 0.33 | 0 | 0.25 | 258.1 | 0.33 | 0.62 |
| Hex | 92 | 7F | BE | 17 | 21 | 0 | 19 | 102 | 21 | 3E |
| Octal | 222 | 177 | 276 | 27 | 41 | 0 | 31 | 402 | 41 | 76 |
| Binary | 10010010 | 1111111 | 10111110 | 10111 | 100001 | 0 | 11001 | 100000010 | 100001 | 111110 |
Color Harmonies of #927FBE
Complementary color
Monochromatic Colors of #927FBE
Black with #927FBE
Text Example
Text Example
White with #927FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #927FBE; }
p { color: rgb(146,127,190); }
H1.HeaderClassName
{
color: #927FBE;
}
.AnyTagClassName
{
color: #927FBE;
}
</style>
background-color css
<style>
a { background-color: #927FBE; }
a { background-color: rgb(146,127,190); }
div.DivClassName
{
background-color: #927FBE;
}
.BgClassName
{
background-color: #927FBE;
}
</style>
border-color css
<style>
span { border-color: #927FBE; }
span { border-color: rgb(146,127,190); }
td.TdClassName
{
border-color: #927FBE;
}
.TagClassName
{
border-color: #927FBE;
}
</style>