Shades of Cold Purple #9B85BB
Tints of Cold Purple #9B85BB
RGB
CMYK
RGB Variations
Color information
#9B85BB (or 0x9B85BB) is known color: Cold Purple. HEX triplet: 9B, 85 and BB. RGB value is (155,133,187). Sum of RGB (Red+Green+Blue) = 155+133+187=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B85BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B85BB is #647A44. Grayscale: #919191. Windows color (decimal): -6584901 or 12289435. OLE color: 12289435.
HSL color Cylindrical-coordinate representation of color #9B85BB: hue angle of 264.44º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B85BB is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 133 | 187 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.27 |
| HSL | 264.44º | 0.28% | 0.63% | - |
| HSV(B) | 264.44º | 0.29% | 0.73% | - |
| XYZ | 30.87 | 27.33 | 50.66 | - |
| YUV | 145.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 133 | 187 | 0.17 | 0.29 | 0 | 0.27 | 264.44 | 0.28 | 0.63 |
| Hex | 9B | 85 | BB | 11 | 1D | 0 | 1B | 108 | 1C | 3F |
| Octal | 233 | 205 | 273 | 21 | 35 | 0 | 33 | 410 | 34 | 77 |
| Binary | 10011011 | 10000101 | 10111011 | 10001 | 11101 | 0 | 11011 | 100001000 | 11100 | 111111 |
Color Harmonies of #9B85BB
Complementary color
Monochromatic Colors of #9B85BB
Black with #9B85BB
Text Example
Text Example
White with #9B85BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B85BB; }
p { color: rgb(155,133,187); }
H1.HeaderClassName
{
color: #9B85BB;
}
.AnyTagClassName
{
color: #9B85BB;
}
</style>
background-color css
<style>
a { background-color: #9B85BB; }
a { background-color: rgb(155,133,187); }
div.DivClassName
{
background-color: #9B85BB;
}
.BgClassName
{
background-color: #9B85BB;
}
</style>
border-color css
<style>
span { border-color: #9B85BB; }
span { border-color: rgb(155,133,187); }
td.TdClassName
{
border-color: #9B85BB;
}
.TagClassName
{
border-color: #9B85BB;
}
</style>