Shades of Cold Purple #928ABD
Tints of Cold Purple #928ABD
RGB
CMYK
RGB Variations
Color information
#928ABD (or 0x928ABD) is known color: Cold Purple. HEX triplet: 92, 8A and BD. RGB value is (146,138,189). Sum of RGB (Red+Green+Blue) = 146+138+189=473 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.87% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #928ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ABD is #6D7542. Grayscale: #929292. Windows color (decimal): -7173443 or 12421778. OLE color: 12421778.
HSL color Cylindrical-coordinate representation of color #928ABD: hue angle of 249.41º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #928ABD is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 138 | 189 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.26 |
| HSL | 249.41º | 0.28% | 0.64% | - |
| HSV(B) | 249.41º | 0.27% | 0.74% | - |
| XYZ | 30.13 | 27.96 | 51.95 | - |
| YUV | 146.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 189 | 0.23 | 0.27 | 0 | 0.26 | 249.41 | 0.28 | 0.64 |
| Hex | 92 | 8A | BD | 17 | 1B | 0 | 1A | F9 | 1C | 40 |
| Octal | 222 | 212 | 275 | 27 | 33 | 0 | 32 | 371 | 34 | 100 |
| Binary | 10010010 | 10001010 | 10111101 | 10111 | 11011 | 0 | 11010 | 11111001 | 11100 | 1000000 |
Color Harmonies of #928ABD
Complementary color
Monochromatic Colors of #928ABD
Black with #928ABD
Text Example
Text Example
White with #928ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ABD; }
p { color: rgb(146,138,189); }
H1.HeaderClassName
{
color: #928ABD;
}
.AnyTagClassName
{
color: #928ABD;
}
</style>
background-color css
<style>
a { background-color: #928ABD; }
a { background-color: rgb(146,138,189); }
div.DivClassName
{
background-color: #928ABD;
}
.BgClassName
{
background-color: #928ABD;
}
</style>
border-color css
<style>
span { border-color: #928ABD; }
span { border-color: rgb(146,138,189); }
td.TdClassName
{
border-color: #928ABD;
}
.TagClassName
{
border-color: #928ABD;
}
</style>