Shades of Cold Purple #9B8BB5
Tints of Cold Purple #9B8BB5
RGB
CMYK
RGB Variations
Color information
#9B8BB5 (or 0x9B8BB5) is known color: Cold Purple. HEX triplet: 9B, 8B and B5. RGB value is (155,139,181). Sum of RGB (Red+Green+Blue) = 155+139+181=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #9B8BB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BB5 is #64744A. Grayscale: #949494. Windows color (decimal): -6583371 or 11897755. OLE color: 11897755.
HSL color Cylindrical-coordinate representation of color #9B8BB5: hue angle of 262.86º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8BB5 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 139 | 181 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.29 |
| HSL | 262.86º | 0.22% | 0.63% | - |
| HSV(B) | 262.86º | 0.23% | 0.71% | - |
| XYZ | 31.09 | 28.77 | 47.63 | - |
| YUV | 148.57 | 146.3 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 181 | 0.14 | 0.23 | 0 | 0.29 | 262.86 | 0.22 | 0.63 |
| Hex | 9B | 8B | B5 | E | 17 | 0 | 1D | 107 | 16 | 3F |
| Octal | 233 | 213 | 265 | 16 | 27 | 0 | 35 | 407 | 26 | 77 |
| Binary | 10011011 | 10001011 | 10110101 | 1110 | 10111 | 0 | 11101 | 100000111 | 10110 | 111111 |
Color Harmonies of #9B8BB5
Complementary color
Monochromatic Colors of #9B8BB5
Black with #9B8BB5
Text Example
Text Example
White with #9B8BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8BB5; }
p { color: rgb(155,139,181); }
H1.HeaderClassName
{
color: #9B8BB5;
}
.AnyTagClassName
{
color: #9B8BB5;
}
</style>
background-color css
<style>
a { background-color: #9B8BB5; }
a { background-color: rgb(155,139,181); }
div.DivClassName
{
background-color: #9B8BB5;
}
.BgClassName
{
background-color: #9B8BB5;
}
</style>
border-color css
<style>
span { border-color: #9B8BB5; }
span { border-color: rgb(155,139,181); }
td.TdClassName
{
border-color: #9B8BB5;
}
.TagClassName
{
border-color: #9B8BB5;
}
</style>