Shades of Cold Purple #9B8BBD
Tints of Cold Purple #9B8BBD
RGB
CMYK
RGB Variations
Color information
#9B8BBD (or 0x9B8BBD) is known color: Cold Purple. HEX triplet: 9B, 8B and BD. RGB value is (155,139,189). Sum of RGB (Red+Green+Blue) = 155+139+189=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B8BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BBD is #647442. Grayscale: #959595. Windows color (decimal): -6583363 or 12422043. OLE color: 12422043.
HSL color Cylindrical-coordinate representation of color #9B8BBD: hue angle of 259.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B8BBD is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 139 | 189 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.26 |
| HSL | 259.2º | 0.27% | 0.64% | - |
| HSV(B) | 259.2º | 0.26% | 0.74% | - |
| XYZ | 31.94 | 29.11 | 52.08 | - |
| YUV | 149.48 | 150.3 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 189 | 0.18 | 0.26 | 0 | 0.26 | 259.2 | 0.27 | 0.64 |
| Hex | 9B | 8B | BD | 12 | 1A | 0 | 1A | 103 | 1B | 40 |
| Octal | 233 | 213 | 275 | 22 | 32 | 0 | 32 | 403 | 33 | 100 |
| Binary | 10011011 | 10001011 | 10111101 | 10010 | 11010 | 0 | 11010 | 100000011 | 11011 | 1000000 |
Color Harmonies of #9B8BBD
Complementary color
Monochromatic Colors of #9B8BBD
Black with #9B8BBD
Text Example
Text Example
White with #9B8BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8BBD; }
p { color: rgb(155,139,189); }
H1.HeaderClassName
{
color: #9B8BBD;
}
.AnyTagClassName
{
color: #9B8BBD;
}
</style>
background-color css
<style>
a { background-color: #9B8BBD; }
a { background-color: rgb(155,139,189); }
div.DivClassName
{
background-color: #9B8BBD;
}
.BgClassName
{
background-color: #9B8BBD;
}
</style>
border-color css
<style>
span { border-color: #9B8BBD; }
span { border-color: rgb(155,139,189); }
td.TdClassName
{
border-color: #9B8BBD;
}
.TagClassName
{
border-color: #9B8BBD;
}
</style>