Shades of Cold Purple #9B8FB9
Tints of Cold Purple #9B8FB9
RGB
CMYK
RGB Variations
Color information
#9B8FB9 (or 0x9B8FB9) is known color: Cold Purple. HEX triplet: 9B, 8F and B9. RGB value is (155,143,185). Sum of RGB (Red+Green+Blue) = 155+143+185=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #9B8FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FB9 is #647046. Grayscale: #979797. Windows color (decimal): -6582343 or 12160923. OLE color: 12160923.
HSL color Cylindrical-coordinate representation of color #9B8FB9: hue angle of 257.14º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8FB9 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 143 | 185 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.27 |
| HSL | 257.14º | 0.23% | 0.64% | - |
| HSV(B) | 257.14º | 0.23% | 0.73% | - |
| XYZ | 32.1 | 30.12 | 50.02 | - |
| YUV | 151.38 | 146.98 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 185 | 0.16 | 0.23 | 0 | 0.27 | 257.14 | 0.23 | 0.64 |
| Hex | 9B | 8F | B9 | 10 | 17 | 0 | 1B | 101 | 17 | 40 |
| Octal | 233 | 217 | 271 | 20 | 27 | 0 | 33 | 401 | 27 | 100 |
| Binary | 10011011 | 10001111 | 10111001 | 10000 | 10111 | 0 | 11011 | 100000001 | 10111 | 1000000 |
Color Harmonies of #9B8FB9
Complementary color
Monochromatic Colors of #9B8FB9
Black with #9B8FB9
Text Example
Text Example
White with #9B8FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FB9; }
p { color: rgb(155,143,185); }
H1.HeaderClassName
{
color: #9B8FB9;
}
.AnyTagClassName
{
color: #9B8FB9;
}
</style>
background-color css
<style>
a { background-color: #9B8FB9; }
a { background-color: rgb(155,143,185); }
div.DivClassName
{
background-color: #9B8FB9;
}
.BgClassName
{
background-color: #9B8FB9;
}
</style>
border-color css
<style>
span { border-color: #9B8FB9; }
span { border-color: rgb(155,143,185); }
td.TdClassName
{
border-color: #9B8FB9;
}
.TagClassName
{
border-color: #9B8FB9;
}
</style>