Shades of Cold Purple #9B88CA
Tints of Cold Purple #9B88CA
RGB
CMYK
RGB Variations
Color information
#9B88CA (or 0x9B88CA) is known color: Cold Purple. HEX triplet: 9B, 88 and CA. RGB value is (155,136,202). Sum of RGB (Red+Green+Blue) = 155+136+202=493 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.44% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B88CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88CA is #647735. Grayscale: #949494. Windows color (decimal): -6584118 or 13273243. OLE color: 13273243.
HSL color Cylindrical-coordinate representation of color #9B88CA: hue angle of 257.27º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B88CA is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 136 | 202 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.21 |
| HSL | 257.27º | 0.38% | 0.66% | - |
| HSV(B) | 257.27º | 0.33% | 0.79% | - |
| XYZ | 32.98 | 28.84 | 59.71 | - |
| YUV | 149.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 202 | 0.23 | 0.33 | 0 | 0.21 | 257.27 | 0.38 | 0.66 |
| Hex | 9B | 88 | CA | 17 | 21 | 0 | 15 | 101 | 26 | 42 |
| Octal | 233 | 210 | 312 | 27 | 41 | 0 | 25 | 401 | 46 | 102 |
| Binary | 10011011 | 10001000 | 11001010 | 10111 | 100001 | 0 | 10101 | 100000001 | 100110 | 1000010 |
Color Harmonies of #9B88CA
Complementary color
Monochromatic Colors of #9B88CA
Black with #9B88CA
Text Example
Text Example
White with #9B88CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B88CA; }
p { color: rgb(155,136,202); }
H1.HeaderClassName
{
color: #9B88CA;
}
.AnyTagClassName
{
color: #9B88CA;
}
</style>
background-color css
<style>
a { background-color: #9B88CA; }
a { background-color: rgb(155,136,202); }
div.DivClassName
{
background-color: #9B88CA;
}
.BgClassName
{
background-color: #9B88CA;
}
</style>
border-color css
<style>
span { border-color: #9B88CA; }
span { border-color: rgb(155,136,202); }
td.TdClassName
{
border-color: #9B88CA;
}
.TagClassName
{
border-color: #9B88CA;
}
</style>