Shades of Cold Purple #928AB9
Tints of Cold Purple #928AB9
RGB
CMYK
RGB Variations
Color information
#928AB9 (or 0x928AB9) is known color: Cold Purple. HEX triplet: 92, 8A and B9. RGB value is (146,138,185). Sum of RGB (Red+Green+Blue) = 146+138+185=469 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.13% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #928AB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928AB9 is #6D7546. Grayscale: #919191. Windows color (decimal): -7173447 or 12159634. OLE color: 12159634.
HSL color Cylindrical-coordinate representation of color #928AB9: hue angle of 250.21º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #928AB9 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 138 | 185 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.27 |
| HSL | 250.21º | 0.25% | 0.63% | - |
| HSV(B) | 250.21º | 0.25% | 0.73% | - |
| XYZ | 29.7 | 27.79 | 49.7 | - |
| YUV | 145.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 185 | 0.21 | 0.25 | 0 | 0.27 | 250.21 | 0.25 | 0.63 |
| Hex | 92 | 8A | B9 | 15 | 19 | 0 | 1B | FA | 19 | 3F |
| Octal | 222 | 212 | 271 | 25 | 31 | 0 | 33 | 372 | 31 | 77 |
| Binary | 10010010 | 10001010 | 10111001 | 10101 | 11001 | 0 | 11011 | 11111010 | 11001 | 111111 |
Color Harmonies of #928AB9
Complementary color
Monochromatic Colors of #928AB9
Black with #928AB9
Text Example
Text Example
White with #928AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928AB9; }
p { color: rgb(146,138,185); }
H1.HeaderClassName
{
color: #928AB9;
}
.AnyTagClassName
{
color: #928AB9;
}
</style>
background-color css
<style>
a { background-color: #928AB9; }
a { background-color: rgb(146,138,185); }
div.DivClassName
{
background-color: #928AB9;
}
.BgClassName
{
background-color: #928AB9;
}
</style>
border-color css
<style>
span { border-color: #928AB9; }
span { border-color: rgb(146,138,185); }
td.TdClassName
{
border-color: #928AB9;
}
.TagClassName
{
border-color: #928AB9;
}
</style>