Shades of Cold Purple #9586BF
Tints of Cold Purple #9586BF
RGB
CMYK
RGB Variations
Color information
#9586BF (or 0x9586BF) is known color: Cold Purple. HEX triplet: 95, 86 and BF. RGB value is (149,134,191). Sum of RGB (Red+Green+Blue) = 149+134+191=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 134 (52.73% from 255 or 28.27% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9586BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9586BF is #6A7940. Grayscale: #909090. Windows color (decimal): -6977857 or 12551829. OLE color: 12551829.
HSL color Cylindrical-coordinate representation of color #9586BF: hue angle of 255.79º degrees, saturation: 0.31, 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 #9586BF is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 134 | 191 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.25 |
| HSL | 255.79º | 0.31% | 0.64% | - |
| HSV(B) | 255.79º | 0.3% | 0.75% | - |
| XYZ | 30.32 | 27.2 | 52.94 | - |
| YUV | 144.98 | 153.97 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 134 | 191 | 0.22 | 0.30 | 0 | 0.25 | 255.79 | 0.31 | 0.64 |
| Hex | 95 | 86 | BF | 16 | 1E | 0 | 19 | 100 | 1F | 40 |
| Octal | 225 | 206 | 277 | 26 | 36 | 0 | 31 | 400 | 37 | 100 |
| Binary | 10010101 | 10000110 | 10111111 | 10110 | 11110 | 0 | 11001 | 100000000 | 11111 | 1000000 |
Color Harmonies of #9586BF
Complementary color
Monochromatic Colors of #9586BF
Black with #9586BF
Text Example
Text Example
White with #9586BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9586BF; }
p { color: rgb(149,134,191); }
H1.HeaderClassName
{
color: #9586BF;
}
.AnyTagClassName
{
color: #9586BF;
}
</style>
background-color css
<style>
a { background-color: #9586BF; }
a { background-color: rgb(149,134,191); }
div.DivClassName
{
background-color: #9586BF;
}
.BgClassName
{
background-color: #9586BF;
}
</style>
border-color css
<style>
span { border-color: #9586BF; }
span { border-color: rgb(149,134,191); }
td.TdClassName
{
border-color: #9586BF;
}
.TagClassName
{
border-color: #9586BF;
}
</style>