Shades of Cold Purple #9B89D1
Tints of Cold Purple #9B89D1
RGB
CMYK
RGB Variations
Color information
#9B89D1 (or 0x9B89D1) is known color: Cold Purple. HEX triplet: 9B, 89 and D1. RGB value is (155,137,209). Sum of RGB (Red+Green+Blue) = 155+137+209=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 209 (82.03% from 255 or 41.72% from 501); Max value from RGB is 209 - color contains mainly: blue. Hex color #9B89D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89D1 is #64762E. Grayscale: #969696. Windows color (decimal): -6583855 or 13732251. OLE color: 13732251.
HSL color Cylindrical-coordinate representation of color #9B89D1: hue angle of 255º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B89D1 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 137 | 209 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.18 |
| HSL | 255º | 0.44% | 0.68% | - |
| HSV(B) | 255º | 0.34% | 0.82% | - |
| XYZ | 33.97 | 29.46 | 64.22 | - |
| YUV | 150.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 209 | 0.26 | 0.34 | 0 | 0.18 | 255 | 0.44 | 0.68 |
| Hex | 9B | 89 | D1 | 1A | 22 | 0 | 12 | FF | 2C | 44 |
| Octal | 233 | 211 | 321 | 32 | 42 | 0 | 22 | 377 | 54 | 104 |
| Binary | 10011011 | 10001001 | 11010001 | 11010 | 100010 | 0 | 10010 | 11111111 | 101100 | 1000100 |
Color Harmonies of #9B89D1
Complementary color
Monochromatic Colors of #9B89D1
Black with #9B89D1
Text Example
Text Example
White with #9B89D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89D1; }
p { color: rgb(155,137,209); }
H1.HeaderClassName
{
color: #9B89D1;
}
.AnyTagClassName
{
color: #9B89D1;
}
</style>
background-color css
<style>
a { background-color: #9B89D1; }
a { background-color: rgb(155,137,209); }
div.DivClassName
{
background-color: #9B89D1;
}
.BgClassName
{
background-color: #9B89D1;
}
</style>
border-color css
<style>
span { border-color: #9B89D1; }
span { border-color: rgb(155,137,209); }
td.TdClassName
{
border-color: #9B89D1;
}
.TagClassName
{
border-color: #9B89D1;
}
</style>