Shades of Cold Purple #9B87B3
Tints of Cold Purple #9B87B3
RGB
CMYK
RGB Variations
Color information
#9B87B3 (or 0x9B87B3) is known color: Cold Purple. HEX triplet: 9B, 87 and B3. RGB value is (155,135,179). Sum of RGB (Red+Green+Blue) = 155+135+179=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 135 (53.12% from 255 or 28.78% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B87B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B87B3 is #64784C. Grayscale: #919191. Windows color (decimal): -6584397 or 11765659. OLE color: 11765659.
HSL color Cylindrical-coordinate representation of color #9B87B3: hue angle of 267.27º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B87B3 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 135 | 179 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.30 |
| HSL | 267.27º | 0.22% | 0.62% | - |
| HSV(B) | 267.27º | 0.25% | 0.7% | - |
| XYZ | 30.32 | 27.55 | 46.37 | - |
| YUV | 146 | 146.63 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 135 | 179 | 0.13 | 0.25 | 0 | 0.30 | 267.27 | 0.22 | 0.62 |
| Hex | 9B | 87 | B3 | D | 19 | 0 | 1E | 10B | 16 | 3E |
| Octal | 233 | 207 | 263 | 15 | 31 | 0 | 36 | 413 | 26 | 76 |
| Binary | 10011011 | 10000111 | 10110011 | 1101 | 11001 | 0 | 11110 | 100001011 | 10110 | 111110 |
Color Harmonies of #9B87B3
Complementary color
Monochromatic Colors of #9B87B3
Black with #9B87B3
Text Example
Text Example
White with #9B87B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B87B3; }
p { color: rgb(155,135,179); }
H1.HeaderClassName
{
color: #9B87B3;
}
.AnyTagClassName
{
color: #9B87B3;
}
</style>
background-color css
<style>
a { background-color: #9B87B3; }
a { background-color: rgb(155,135,179); }
div.DivClassName
{
background-color: #9B87B3;
}
.BgClassName
{
background-color: #9B87B3;
}
</style>
border-color css
<style>
span { border-color: #9B87B3; }
span { border-color: rgb(155,135,179); }
td.TdClassName
{
border-color: #9B87B3;
}
.TagClassName
{
border-color: #9B87B3;
}
</style>