Shades of Cold Purple #928BB6
Tints of Cold Purple #928BB6
RGB
CMYK
RGB Variations
Color information
#928BB6 (or 0x928BB6) is known color: Cold Purple. HEX triplet: 92, 8B and B6. RGB value is (146,139,182). Sum of RGB (Red+Green+Blue) = 146+139+182=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 139 (54.69% from 255 or 29.76% from 467); Blue value is 182 (71.48% from 255 or 38.97% from 467); Max value from RGB is 182 - color contains mainly: blue. Hex color #928BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BB6 is #6D7449. Grayscale: #919191. Windows color (decimal): -7173194 or 11963282. OLE color: 11963282.
HSL color Cylindrical-coordinate representation of color #928BB6: hue angle of 249.77º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #928BB6 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 146 | 139 | 182 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.29 |
| HSL | 249.77º | 0.23% | 0.63% | - |
| HSV(B) | 249.77º | 0.24% | 0.71% | - |
| XYZ | 29.53 | 27.95 | 48.1 | - |
| YUV | 146 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 182 | 0.20 | 0.24 | 0 | 0.29 | 249.77 | 0.23 | 0.63 |
| Hex | 92 | 8B | B6 | 14 | 18 | 0 | 1D | FA | 17 | 3F |
| Octal | 222 | 213 | 266 | 24 | 30 | 0 | 35 | 372 | 27 | 77 |
| Binary | 10010010 | 10001011 | 10110110 | 10100 | 11000 | 0 | 11101 | 11111010 | 10111 | 111111 |
Color Harmonies of #928BB6
Complementary color
Monochromatic Colors of #928BB6
Black with #928BB6
Text Example
Text Example
White with #928BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928BB6; }
p { color: rgb(146,139,182); }
H1.HeaderClassName
{
color: #928BB6;
}
.AnyTagClassName
{
color: #928BB6;
}
</style>
background-color css
<style>
a { background-color: #928BB6; }
a { background-color: rgb(146,139,182); }
div.DivClassName
{
background-color: #928BB6;
}
.BgClassName
{
background-color: #928BB6;
}
</style>
border-color css
<style>
span { border-color: #928BB6; }
span { border-color: rgb(146,139,182); }
td.TdClassName
{
border-color: #928BB6;
}
.TagClassName
{
border-color: #928BB6;
}
</style>