Shades of Cold Purple #9486C0
Tints of Cold Purple #9486C0
RGB
CMYK
RGB Variations
Color information
#9486C0 (or 0x9486C0) is known color: Cold Purple. HEX triplet: 94, 86 and C0. RGB value is (148,134,192). Sum of RGB (Red+Green+Blue) = 148+134+192=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #9486C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486C0 is #6B793F. Grayscale: #909090. Windows color (decimal): -7043392 or 12617364. OLE color: 12617364.
HSL color Cylindrical-coordinate representation of color #9486C0: hue angle of 254.48º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9486C0 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 134 | 192 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.25 |
| HSL | 254.48º | 0.32% | 0.64% | - |
| HSV(B) | 254.48º | 0.3% | 0.75% | - |
| XYZ | 30.25 | 27.15 | 53.52 | - |
| YUV | 144.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 192 | 0.23 | 0.30 | 0 | 0.25 | 254.48 | 0.32 | 0.64 |
| Hex | 94 | 86 | C0 | 17 | 1E | 0 | 19 | FE | 20 | 40 |
| Octal | 224 | 206 | 300 | 27 | 36 | 0 | 31 | 376 | 40 | 100 |
| Binary | 10010100 | 10000110 | 11000000 | 10111 | 11110 | 0 | 11001 | 11111110 | 100000 | 1000000 |
Color Harmonies of #9486C0
Complementary color
Monochromatic Colors of #9486C0
Black with #9486C0
Text Example
Text Example
White with #9486C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486C0; }
p { color: rgb(148,134,192); }
H1.HeaderClassName
{
color: #9486C0;
}
.AnyTagClassName
{
color: #9486C0;
}
</style>
background-color css
<style>
a { background-color: #9486C0; }
a { background-color: rgb(148,134,192); }
div.DivClassName
{
background-color: #9486C0;
}
.BgClassName
{
background-color: #9486C0;
}
</style>
border-color css
<style>
span { border-color: #9486C0; }
span { border-color: rgb(148,134,192); }
td.TdClassName
{
border-color: #9486C0;
}
.TagClassName
{
border-color: #9486C0;
}
</style>