Shades of Cold Purple #9486B3
Tints of Cold Purple #9486B3
RGB
CMYK
RGB Variations
Color information
#9486B3 (or 0x9486B3) is known color: Cold Purple. HEX triplet: 94, 86 and B3. RGB value is (148,134,179). Sum of RGB (Red+Green+Blue) = 148+134+179=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #9486B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9486B3 is #6B794C. Grayscale: #8F8F8F. Windows color (decimal): -7043405 or 11765396. OLE color: 11765396.
HSL color Cylindrical-coordinate representation of color #9486B3: hue angle of 258.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9486B3 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 148 | 134 | 179 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.30 |
| HSL | 258.67º | 0.23% | 0.61% | - |
| HSV(B) | 258.67º | 0.25% | 0.7% | - |
| XYZ | 28.87 | 26.6 | 46.26 | - |
| YUV | 143.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 134 | 179 | 0.17 | 0.25 | 0 | 0.30 | 258.67 | 0.23 | 0.61 |
| Hex | 94 | 86 | B3 | 11 | 19 | 0 | 1E | 103 | 17 | 3D |
| Octal | 224 | 206 | 263 | 21 | 31 | 0 | 36 | 403 | 27 | 75 |
| Binary | 10010100 | 10000110 | 10110011 | 10001 | 11001 | 0 | 11110 | 100000011 | 10111 | 111101 |
Color Harmonies of #9486B3
Complementary color
Monochromatic Colors of #9486B3
Black with #9486B3
Text Example
Text Example
White with #9486B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9486B3; }
p { color: rgb(148,134,179); }
H1.HeaderClassName
{
color: #9486B3;
}
.AnyTagClassName
{
color: #9486B3;
}
</style>
background-color css
<style>
a { background-color: #9486B3; }
a { background-color: rgb(148,134,179); }
div.DivClassName
{
background-color: #9486B3;
}
.BgClassName
{
background-color: #9486B3;
}
</style>
border-color css
<style>
span { border-color: #9486B3; }
span { border-color: rgb(148,134,179); }
td.TdClassName
{
border-color: #9486B3;
}
.TagClassName
{
border-color: #9486B3;
}
</style>