Shades of Cold Purple #928BB7
Tints of Cold Purple #928BB7
RGB
CMYK
RGB Variations
Color information
#928BB7 (or 0x928BB7) is known color: Cold Purple. HEX triplet: 92, 8B and B7. RGB value is (146,139,183). Sum of RGB (Red+Green+Blue) = 146+139+183=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 183 (71.88% from 255 or 39.10% from 468); Max value from RGB is 183 - color contains mainly: blue. Hex color #928BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BB7 is #6D7448. Grayscale: #919191. Windows color (decimal): -7173193 or 12028818. OLE color: 12028818.
HSL color Cylindrical-coordinate representation of color #928BB7: hue angle of 249.55º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #928BB7 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 146 | 139 | 183 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.28 |
| HSL | 249.55º | 0.23% | 0.63% | - |
| HSV(B) | 249.55º | 0.24% | 0.72% | - |
| XYZ | 29.63 | 28 | 48.64 | - |
| YUV | 146.11 | 148.82 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 183 | 0.20 | 0.24 | 0 | 0.28 | 249.55 | 0.23 | 0.63 |
| Hex | 92 | 8B | B7 | 14 | 18 | 0 | 1C | FA | 17 | 3F |
| Octal | 222 | 213 | 267 | 24 | 30 | 0 | 34 | 372 | 27 | 77 |
| Binary | 10010010 | 10001011 | 10110111 | 10100 | 11000 | 0 | 11100 | 11111010 | 10111 | 111111 |
Color Harmonies of #928BB7
Complementary color
Monochromatic Colors of #928BB7
Black with #928BB7
Text Example
Text Example
White with #928BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BB7; }
p { color: rgb(146,139,183); }
H1.HeaderClassName
{
color: #928BB7;
}
.AnyTagClassName
{
color: #928BB7;
}
</style>
background-color css
<style>
a { background-color: #928BB7; }
a { background-color: rgb(146,139,183); }
div.DivClassName
{
background-color: #928BB7;
}
.BgClassName
{
background-color: #928BB7;
}
</style>
border-color css
<style>
span { border-color: #928BB7; }
span { border-color: rgb(146,139,183); }
td.TdClassName
{
border-color: #928BB7;
}
.TagClassName
{
border-color: #928BB7;
}
</style>