Shades of Cold Purple #9486B5
Tints of Cold Purple #9486B5
RGB
CMYK
RGB Variations
Color information
#9486B5 (or 0x9486B5) is known color: Cold Purple. HEX triplet: 94, 86 and B5. RGB value is (148,134,181). Sum of RGB (Red+Green+Blue) = 148+134+181=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 134 (52.73% from 255 or 28.94% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 181 - color contains mainly: blue. Hex color #9486B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486B5 is #6B794A. Grayscale: #8F8F8F. Windows color (decimal): -7043403 or 11896468. OLE color: 11896468.
HSL color Cylindrical-coordinate representation of color #9486B5: hue angle of 257.87º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9486B5 is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 134 | 181 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.29 |
| HSL | 257.87º | 0.24% | 0.62% | - |
| HSV(B) | 257.87º | 0.26% | 0.71% | - |
| XYZ | 29.08 | 26.68 | 47.33 | - |
| YUV | 143.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 181 | 0.18 | 0.26 | 0 | 0.29 | 257.87 | 0.24 | 0.62 |
| Hex | 94 | 86 | B5 | 12 | 1A | 0 | 1D | 102 | 18 | 3E |
| Octal | 224 | 206 | 265 | 22 | 32 | 0 | 35 | 402 | 30 | 76 |
| Binary | 10010100 | 10000110 | 10110101 | 10010 | 11010 | 0 | 11101 | 100000010 | 11000 | 111110 |
Color Harmonies of #9486B5
Complementary color
Monochromatic Colors of #9486B5
Black with #9486B5
Text Example
Text Example
White with #9486B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486B5; }
p { color: rgb(148,134,181); }
H1.HeaderClassName
{
color: #9486B5;
}
.AnyTagClassName
{
color: #9486B5;
}
</style>
background-color css
<style>
a { background-color: #9486B5; }
a { background-color: rgb(148,134,181); }
div.DivClassName
{
background-color: #9486B5;
}
.BgClassName
{
background-color: #9486B5;
}
</style>
border-color css
<style>
span { border-color: #9486B5; }
span { border-color: rgb(148,134,181); }
td.TdClassName
{
border-color: #9486B5;
}
.TagClassName
{
border-color: #9486B5;
}
</style>