Shades of Cold Purple #9B89C7
Tints of Cold Purple #9B89C7
RGB
CMYK
RGB Variations
Color information
#9B89C7 (or 0x9B89C7) is known color: Cold Purple. HEX triplet: 9B, 89 and C7. RGB value is (155,137,199). Sum of RGB (Red+Green+Blue) = 155+137+199=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 199 (78.12% from 255 or 40.53% from 491); Max value from RGB is 199 - color contains mainly: blue. Hex color #9B89C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89C7 is #647638. Grayscale: #959595. Windows color (decimal): -6583865 or 13076891. OLE color: 13076891.
HSL color Cylindrical-coordinate representation of color #9B89C7: hue angle of 257.42º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B89C7 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 155 | 137 | 199 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.22 |
| HSL | 257.42º | 0.36% | 0.66% | - |
| HSV(B) | 257.42º | 0.31% | 0.78% | - |
| XYZ | 32.77 | 28.98 | 57.9 | - |
| YUV | 149.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 199 | 0.22 | 0.31 | 0 | 0.22 | 257.42 | 0.36 | 0.66 |
| Hex | 9B | 89 | C7 | 16 | 1F | 0 | 16 | 101 | 24 | 42 |
| Octal | 233 | 211 | 307 | 26 | 37 | 0 | 26 | 401 | 44 | 102 |
| Binary | 10011011 | 10001001 | 11000111 | 10110 | 11111 | 0 | 10110 | 100000001 | 100100 | 1000010 |
Color Harmonies of #9B89C7
Complementary color
Monochromatic Colors of #9B89C7
Black with #9B89C7
Text Example
Text Example
White with #9B89C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89C7; }
p { color: rgb(155,137,199); }
H1.HeaderClassName
{
color: #9B89C7;
}
.AnyTagClassName
{
color: #9B89C7;
}
</style>
background-color css
<style>
a { background-color: #9B89C7; }
a { background-color: rgb(155,137,199); }
div.DivClassName
{
background-color: #9B89C7;
}
.BgClassName
{
background-color: #9B89C7;
}
</style>
border-color css
<style>
span { border-color: #9B89C7; }
span { border-color: rgb(155,137,199); }
td.TdClassName
{
border-color: #9B89C7;
}
.TagClassName
{
border-color: #9B89C7;
}
</style>