Shades of Cold Purple #9B88CE
Tints of Cold Purple #9B88CE
RGB
CMYK
RGB Variations
Color information
#9B88CE (or 0x9B88CE) is known color: Cold Purple. HEX triplet: 9B, 88 and CE. RGB value is (155,136,206). Sum of RGB (Red+Green+Blue) = 155+136+206=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B88CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B88CE is #647731. Grayscale: #959595. Windows color (decimal): -6584114 or 13535387. OLE color: 13535387.
HSL color Cylindrical-coordinate representation of color #9B88CE: hue angle of 256.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B88CE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 136 | 206 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.19 |
| HSL | 256.29º | 0.42% | 0.67% | - |
| HSV(B) | 256.29º | 0.34% | 0.81% | - |
| XYZ | 33.46 | 29.03 | 62.23 | - |
| YUV | 149.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 136 | 206 | 0.25 | 0.34 | 0 | 0.19 | 256.29 | 0.42 | 0.67 |
| Hex | 9B | 88 | CE | 19 | 22 | 0 | 13 | 100 | 2A | 43 |
| Octal | 233 | 210 | 316 | 31 | 42 | 0 | 23 | 400 | 52 | 103 |
| Binary | 10011011 | 10001000 | 11001110 | 11001 | 100010 | 0 | 10011 | 100000000 | 101010 | 1000011 |
Color Harmonies of #9B88CE
Complementary color
Monochromatic Colors of #9B88CE
Black with #9B88CE
Text Example
Text Example
White with #9B88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B88CE; }
p { color: rgb(155,136,206); }
H1.HeaderClassName
{
color: #9B88CE;
}
.AnyTagClassName
{
color: #9B88CE;
}
</style>
background-color css
<style>
a { background-color: #9B88CE; }
a { background-color: rgb(155,136,206); }
div.DivClassName
{
background-color: #9B88CE;
}
.BgClassName
{
background-color: #9B88CE;
}
</style>
border-color css
<style>
span { border-color: #9B88CE; }
span { border-color: rgb(155,136,206); }
td.TdClassName
{
border-color: #9B88CE;
}
.TagClassName
{
border-color: #9B88CE;
}
</style>