Shades of Cold Purple #9B89C3
Tints of Cold Purple #9B89C3
RGB
CMYK
RGB Variations
Color information
#9B89C3 (or 0x9B89C3) is known color: Cold Purple. HEX triplet: 9B, 89 and C3. RGB value is (155,137,195). Sum of RGB (Red+Green+Blue) = 155+137+195=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 195 (76.56% from 255 or 40.04% from 487); Max value from RGB is 195 - color contains mainly: blue. Hex color #9B89C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B89C3 is #64763C. Grayscale: #949494. Windows color (decimal): -6583869 or 12814747. OLE color: 12814747.
HSL color Cylindrical-coordinate representation of color #9B89C3: hue angle of 258.62º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B89C3 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 155 | 137 | 195 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.24 |
| HSL | 258.62º | 0.33% | 0.65% | - |
| HSV(B) | 258.62º | 0.3% | 0.76% | - |
| XYZ | 32.31 | 28.8 | 55.49 | - |
| YUV | 148.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 137 | 195 | 0.21 | 0.30 | 0 | 0.24 | 258.62 | 0.33 | 0.65 |
| Hex | 9B | 89 | C3 | 15 | 1E | 0 | 18 | 103 | 21 | 41 |
| Octal | 233 | 211 | 303 | 25 | 36 | 0 | 30 | 403 | 41 | 101 |
| Binary | 10011011 | 10001001 | 11000011 | 10101 | 11110 | 0 | 11000 | 100000011 | 100001 | 1000001 |
Color Harmonies of #9B89C3
Complementary color
Monochromatic Colors of #9B89C3
Black with #9B89C3
Text Example
Text Example
White with #9B89C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B89C3; }
p { color: rgb(155,137,195); }
H1.HeaderClassName
{
color: #9B89C3;
}
.AnyTagClassName
{
color: #9B89C3;
}
</style>
background-color css
<style>
a { background-color: #9B89C3; }
a { background-color: rgb(155,137,195); }
div.DivClassName
{
background-color: #9B89C3;
}
.BgClassName
{
background-color: #9B89C3;
}
</style>
border-color css
<style>
span { border-color: #9B89C3; }
span { border-color: rgb(155,137,195); }
td.TdClassName
{
border-color: #9B89C3;
}
.TagClassName
{
border-color: #9B89C3;
}
</style>