Shades of Cold Purple #9B85BF
Tints of Cold Purple #9B85BF
RGB
CMYK
RGB Variations
Color information
#9B85BF (or 0x9B85BF) is known color: Cold Purple. HEX triplet: 9B, 85 and BF. RGB value is (155,133,191). Sum of RGB (Red+Green+Blue) = 155+133+191=479 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.36% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #9B85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B85BF is #647A40. Grayscale: #919191. Windows color (decimal): -6584897 or 12551579. OLE color: 12551579.
HSL color Cylindrical-coordinate representation of color #9B85BF: hue angle of 262.76º 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 #9B85BF is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 133 | 191 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.25 |
| HSL | 262.76º | 0.31% | 0.64% | - |
| HSV(B) | 262.76º | 0.3% | 0.75% | - |
| XYZ | 31.31 | 27.51 | 52.95 | - |
| YUV | 146.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 191 | 0.19 | 0.30 | 0 | 0.25 | 262.76 | 0.31 | 0.64 |
| Hex | 9B | 85 | BF | 13 | 1E | 0 | 19 | 107 | 1F | 40 |
| Octal | 233 | 205 | 277 | 23 | 36 | 0 | 31 | 407 | 37 | 100 |
| Binary | 10011011 | 10000101 | 10111111 | 10011 | 11110 | 0 | 11001 | 100000111 | 11111 | 1000000 |
Color Harmonies of #9B85BF
Complementary color
Monochromatic Colors of #9B85BF
Black with #9B85BF
Text Example
Text Example
White with #9B85BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B85BF; }
p { color: rgb(155,133,191); }
H1.HeaderClassName
{
color: #9B85BF;
}
.AnyTagClassName
{
color: #9B85BF;
}
</style>
background-color css
<style>
a { background-color: #9B85BF; }
a { background-color: rgb(155,133,191); }
div.DivClassName
{
background-color: #9B85BF;
}
.BgClassName
{
background-color: #9B85BF;
}
</style>
border-color css
<style>
span { border-color: #9B85BF; }
span { border-color: rgb(155,133,191); }
td.TdClassName
{
border-color: #9B85BF;
}
.TagClassName
{
border-color: #9B85BF;
}
</style>