Shades of Cold Purple #9486BB
Tints of Cold Purple #9486BB
RGB
CMYK
RGB Variations
Color information
#9486BB (or 0x9486BB) is known color: Cold Purple. HEX triplet: 94, 86 and BB. RGB value is (148,134,187). Sum of RGB (Red+Green+Blue) = 148+134+187=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9486BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486BB is #6B7944. Grayscale: #909090. Windows color (decimal): -7043397 or 12289684. OLE color: 12289684.
HSL color Cylindrical-coordinate representation of color #9486BB: hue angle of 255.85º degrees, saturation: 0.28, 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 #9486BB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 134 | 187 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.27 |
| HSL | 255.85º | 0.28% | 0.63% | - |
| HSV(B) | 255.85º | 0.28% | 0.73% | - |
| XYZ | 29.71 | 26.93 | 50.65 | - |
| YUV | 144.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 187 | 0.21 | 0.28 | 0 | 0.27 | 255.85 | 0.28 | 0.63 |
| Hex | 94 | 86 | BB | 15 | 1C | 0 | 1B | 100 | 1C | 3F |
| Octal | 224 | 206 | 273 | 25 | 34 | 0 | 33 | 400 | 34 | 77 |
| Binary | 10010100 | 10000110 | 10111011 | 10101 | 11100 | 0 | 11011 | 100000000 | 11100 | 111111 |
Color Harmonies of #9486BB
Complementary color
Monochromatic Colors of #9486BB
Black with #9486BB
Text Example
Text Example
White with #9486BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486BB; }
p { color: rgb(148,134,187); }
H1.HeaderClassName
{
color: #9486BB;
}
.AnyTagClassName
{
color: #9486BB;
}
</style>
background-color css
<style>
a { background-color: #9486BB; }
a { background-color: rgb(148,134,187); }
div.DivClassName
{
background-color: #9486BB;
}
.BgClassName
{
background-color: #9486BB;
}
</style>
border-color css
<style>
span { border-color: #9486BB; }
span { border-color: rgb(148,134,187); }
td.TdClassName
{
border-color: #9486BB;
}
.TagClassName
{
border-color: #9486BB;
}
</style>