Shades of Cold Purple #9486BA
Tints of Cold Purple #9486BA
RGB
CMYK
RGB Variations
Color information
#9486BA (or 0x9486BA) is known color: Cold Purple. HEX triplet: 94, 86 and BA. RGB value is (148,134,186). Sum of RGB (Red+Green+Blue) = 148+134+186=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #9486BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486BA is #6B7945. Grayscale: #8F8F8F. Windows color (decimal): -7043398 or 12224148. OLE color: 12224148.
HSL color Cylindrical-coordinate representation of color #9486BA: hue angle of 256.15º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9486BA is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 134 | 186 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.27 |
| HSL | 256.15º | 0.27% | 0.63% | - |
| HSV(B) | 256.15º | 0.28% | 0.73% | - |
| XYZ | 29.6 | 26.89 | 50.08 | - |
| YUV | 144.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 186 | 0.20 | 0.28 | 0 | 0.27 | 256.15 | 0.27 | 0.63 |
| Hex | 94 | 86 | BA | 14 | 1C | 0 | 1B | 100 | 1B | 3F |
| Octal | 224 | 206 | 272 | 24 | 34 | 0 | 33 | 400 | 33 | 77 |
| Binary | 10010100 | 10000110 | 10111010 | 10100 | 11100 | 0 | 11011 | 100000000 | 11011 | 111111 |
Color Harmonies of #9486BA
Complementary color
Monochromatic Colors of #9486BA
Black with #9486BA
Text Example
Text Example
White with #9486BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486BA; }
p { color: rgb(148,134,186); }
H1.HeaderClassName
{
color: #9486BA;
}
.AnyTagClassName
{
color: #9486BA;
}
</style>
background-color css
<style>
a { background-color: #9486BA; }
a { background-color: rgb(148,134,186); }
div.DivClassName
{
background-color: #9486BA;
}
.BgClassName
{
background-color: #9486BA;
}
</style>
border-color css
<style>
span { border-color: #9486BA; }
span { border-color: rgb(148,134,186); }
td.TdClassName
{
border-color: #9486BA;
}
.TagClassName
{
border-color: #9486BA;
}
</style>