Shades of Cold Purple #9B89B8
Tints of Cold Purple #9B89B8
RGB
CMYK
RGB Variations
Color information
#9B89B8 (or 0x9B89B8) is known color: Cold Purple. HEX triplet: 9B, 89 and B8. RGB value is (155,137,184). Sum of RGB (Red+Green+Blue) = 155+137+184=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 184 (72.27% from 255 or 38.66% from 476); Max value from RGB is 184 - color contains mainly: blue. Hex color #9B89B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89B8 is #647647. Grayscale: #939393. Windows color (decimal): -6583880 or 12093851. OLE color: 12093851.
HSL color Cylindrical-coordinate representation of color #9B89B8: hue angle of 262.98º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9B89B8 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 155 | 137 | 184 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.28 |
| HSL | 262.98º | 0.25% | 0.63% | - |
| HSV(B) | 262.98º | 0.26% | 0.72% | - |
| XYZ | 31.11 | 28.32 | 49.17 | - |
| YUV | 147.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 184 | 0.16 | 0.26 | 0 | 0.28 | 262.98 | 0.25 | 0.63 |
| Hex | 9B | 89 | B8 | 10 | 1A | 0 | 1C | 107 | 19 | 3F |
| Octal | 233 | 211 | 270 | 20 | 32 | 0 | 34 | 407 | 31 | 77 |
| Binary | 10011011 | 10001001 | 10111000 | 10000 | 11010 | 0 | 11100 | 100000111 | 11001 | 111111 |
Color Harmonies of #9B89B8
Complementary color
Monochromatic Colors of #9B89B8
Black with #9B89B8
Text Example
Text Example
White with #9B89B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89B8; }
p { color: rgb(155,137,184); }
H1.HeaderClassName
{
color: #9B89B8;
}
.AnyTagClassName
{
color: #9B89B8;
}
</style>
background-color css
<style>
a { background-color: #9B89B8; }
a { background-color: rgb(155,137,184); }
div.DivClassName
{
background-color: #9B89B8;
}
.BgClassName
{
background-color: #9B89B8;
}
</style>
border-color css
<style>
span { border-color: #9B89B8; }
span { border-color: rgb(155,137,184); }
td.TdClassName
{
border-color: #9B89B8;
}
.TagClassName
{
border-color: #9B89B8;
}
</style>