Shades of Cold Purple #928BBD
Tints of Cold Purple #928BBD
RGB
CMYK
RGB Variations
Color information
#928BBD (or 0x928BBD) is known color: Cold Purple. HEX triplet: 92, 8B and BD. RGB value is (146,139,189). Sum of RGB (Red+Green+Blue) = 146+139+189=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 139 (54.69% from 255 or 29.32% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #928BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BBD is #6D7442. Grayscale: #929292. Windows color (decimal): -7173187 or 12422034. OLE color: 12422034.
HSL color Cylindrical-coordinate representation of color #928BBD: hue angle of 248.4º 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 #928BBD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 139 | 189 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.26 |
| HSL | 248.4º | 0.27% | 0.64% | - |
| HSV(B) | 248.4º | 0.26% | 0.74% | - |
| XYZ | 30.27 | 28.25 | 52 | - |
| YUV | 146.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 189 | 0.23 | 0.26 | 0 | 0.26 | 248.4 | 0.27 | 0.64 |
| Hex | 92 | 8B | BD | 17 | 1A | 0 | 1A | F8 | 1B | 40 |
| Octal | 222 | 213 | 275 | 27 | 32 | 0 | 32 | 370 | 33 | 100 |
| Binary | 10010010 | 10001011 | 10111101 | 10111 | 11010 | 0 | 11010 | 11111000 | 11011 | 1000000 |
Color Harmonies of #928BBD
Complementary color
Monochromatic Colors of #928BBD
Black with #928BBD
Text Example
Text Example
White with #928BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BBD; }
p { color: rgb(146,139,189); }
H1.HeaderClassName
{
color: #928BBD;
}
.AnyTagClassName
{
color: #928BBD;
}
</style>
background-color css
<style>
a { background-color: #928BBD; }
a { background-color: rgb(146,139,189); }
div.DivClassName
{
background-color: #928BBD;
}
.BgClassName
{
background-color: #928BBD;
}
</style>
border-color css
<style>
span { border-color: #928BBD; }
span { border-color: rgb(146,139,189); }
td.TdClassName
{
border-color: #928BBD;
}
.TagClassName
{
border-color: #928BBD;
}
</style>