Shades of Cold Purple #928ABE
Tints of Cold Purple #928ABE
RGB
CMYK
RGB Variations
Color information
#928ABE (or 0x928ABE) is known color: Cold Purple. HEX triplet: 92, 8A and BE. RGB value is (146,138,190). Sum of RGB (Red+Green+Blue) = 146+138+190=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #928ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ABE is #6D7541. Grayscale: #929292. Windows color (decimal): -7173442 or 12487314. OLE color: 12487314.
HSL color Cylindrical-coordinate representation of color #928ABE: hue angle of 249.23º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #928ABE is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 138 | 190 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.25 |
| HSL | 249.23º | 0.29% | 0.64% | - |
| HSV(B) | 249.23º | 0.27% | 0.75% | - |
| XYZ | 30.24 | 28.01 | 52.53 | - |
| YUV | 146.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 138 | 190 | 0.23 | 0.27 | 0 | 0.25 | 249.23 | 0.29 | 0.64 |
| Hex | 92 | 8A | BE | 17 | 1B | 0 | 19 | F9 | 1D | 40 |
| Octal | 222 | 212 | 276 | 27 | 33 | 0 | 31 | 371 | 35 | 100 |
| Binary | 10010010 | 10001010 | 10111110 | 10111 | 11011 | 0 | 11001 | 11111001 | 11101 | 1000000 |
Color Harmonies of #928ABE
Complementary color
Monochromatic Colors of #928ABE
Black with #928ABE
Text Example
Text Example
White with #928ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928ABE; }
p { color: rgb(146,138,190); }
H1.HeaderClassName
{
color: #928ABE;
}
.AnyTagClassName
{
color: #928ABE;
}
</style>
background-color css
<style>
a { background-color: #928ABE; }
a { background-color: rgb(146,138,190); }
div.DivClassName
{
background-color: #928ABE;
}
.BgClassName
{
background-color: #928ABE;
}
</style>
border-color css
<style>
span { border-color: #928ABE; }
span { border-color: rgb(146,138,190); }
td.TdClassName
{
border-color: #928ABE;
}
.TagClassName
{
border-color: #928ABE;
}
</style>