Shades of Cold Purple #9B87BA
Tints of Cold Purple #9B87BA
RGB
CMYK
RGB Variations
Color information
#9B87BA (or 0x9B87BA) is known color: Cold Purple. HEX triplet: 9B, 87 and BA. RGB value is (155,135,186). Sum of RGB (Red+Green+Blue) = 155+135+186=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B87BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87BA is #647845. Grayscale: #929292. Windows color (decimal): -6584390 or 12224411. OLE color: 12224411.
HSL color Cylindrical-coordinate representation of color #9B87BA: hue angle of 263.53º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B87BA is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 135 | 186 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.27 |
| HSL | 263.53º | 0.27% | 0.63% | - |
| HSV(B) | 263.53º | 0.27% | 0.73% | - |
| XYZ | 31.04 | 27.84 | 50.19 | - |
| YUV | 146.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 186 | 0.17 | 0.27 | 0 | 0.27 | 263.53 | 0.27 | 0.63 |
| Hex | 9B | 87 | BA | 11 | 1B | 0 | 1B | 108 | 1B | 3F |
| Octal | 233 | 207 | 272 | 21 | 33 | 0 | 33 | 410 | 33 | 77 |
| Binary | 10011011 | 10000111 | 10111010 | 10001 | 11011 | 0 | 11011 | 100001000 | 11011 | 111111 |
Color Harmonies of #9B87BA
Complementary color
Monochromatic Colors of #9B87BA
Black with #9B87BA
Text Example
Text Example
White with #9B87BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B87BA; }
p { color: rgb(155,135,186); }
H1.HeaderClassName
{
color: #9B87BA;
}
.AnyTagClassName
{
color: #9B87BA;
}
</style>
background-color css
<style>
a { background-color: #9B87BA; }
a { background-color: rgb(155,135,186); }
div.DivClassName
{
background-color: #9B87BA;
}
.BgClassName
{
background-color: #9B87BA;
}
</style>
border-color css
<style>
span { border-color: #9B87BA; }
span { border-color: rgb(155,135,186); }
td.TdClassName
{
border-color: #9B87BA;
}
.TagClassName
{
border-color: #9B87BA;
}
</style>