Shades of Cold Purple #928BBC
Tints of Cold Purple #928BBC
RGB
CMYK
RGB Variations
Color information
#928BBC (or 0x928BBC) is known color: Cold Purple. HEX triplet: 92, 8B and BC. RGB value is (146,139,188). Sum of RGB (Red+Green+Blue) = 146+139+188=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 139 (54.69% from 255 or 29.39% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #928BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BBC is #6D7443. Grayscale: #929292. Windows color (decimal): -7173188 or 12356498. OLE color: 12356498.
HSL color Cylindrical-coordinate representation of color #928BBC: hue angle of 248.57º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #928BBC is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 139 | 188 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.26 |
| HSL | 248.57º | 0.27% | 0.64% | - |
| HSV(B) | 248.57º | 0.26% | 0.74% | - |
| XYZ | 30.16 | 28.21 | 51.43 | - |
| YUV | 146.68 | 151.32 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 188 | 0.22 | 0.26 | 0 | 0.26 | 248.57 | 0.27 | 0.64 |
| Hex | 92 | 8B | BC | 16 | 1A | 0 | 1A | F9 | 1B | 40 |
| Octal | 222 | 213 | 274 | 26 | 32 | 0 | 32 | 371 | 33 | 100 |
| Binary | 10010010 | 10001011 | 10111100 | 10110 | 11010 | 0 | 11010 | 11111001 | 11011 | 1000000 |
Color Harmonies of #928BBC
Complementary color
Monochromatic Colors of #928BBC
Black with #928BBC
Text Example
Text Example
White with #928BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BBC; }
p { color: rgb(146,139,188); }
H1.HeaderClassName
{
color: #928BBC;
}
.AnyTagClassName
{
color: #928BBC;
}
</style>
background-color css
<style>
a { background-color: #928BBC; }
a { background-color: rgb(146,139,188); }
div.DivClassName
{
background-color: #928BBC;
}
.BgClassName
{
background-color: #928BBC;
}
</style>
border-color css
<style>
span { border-color: #928BBC; }
span { border-color: rgb(146,139,188); }
td.TdClassName
{
border-color: #928BBC;
}
.TagClassName
{
border-color: #928BBC;
}
</style>