Shades of Cold Purple #9B93BB
Tints of Cold Purple #9B93BB
RGB
CMYK
RGB Variations
Color information
#9B93BB (or 0x9B93BB) is known color: Cold Purple. HEX triplet: 9B, 93 and BB. RGB value is (155,147,187). Sum of RGB (Red+Green+Blue) = 155+147+187=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 187 - color contains mainly: blue. Hex color #9B93BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B93BB is #646C44. Grayscale: #999999. Windows color (decimal): -6581317 or 12293019. OLE color: 12293019.
HSL color Cylindrical-coordinate representation of color #9B93BB: hue angle of 252º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B93BB is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 147 | 187 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.27 |
| HSL | 252º | 0.23% | 0.65% | - |
| HSV(B) | 252º | 0.21% | 0.73% | - |
| XYZ | 32.92 | 31.42 | 51.34 | - |
| YUV | 153.95 | 146.65 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 187 | 0.17 | 0.21 | 0 | 0.27 | 252 | 0.23 | 0.65 |
| Hex | 9B | 93 | BB | 11 | 15 | 0 | 1B | FC | 17 | 41 |
| Octal | 233 | 223 | 273 | 21 | 25 | 0 | 33 | 374 | 27 | 101 |
| Binary | 10011011 | 10010011 | 10111011 | 10001 | 10101 | 0 | 11011 | 11111100 | 10111 | 1000001 |
Color Harmonies of #9B93BB
Complementary color
Monochromatic Colors of #9B93BB
Black with #9B93BB
Text Example
Text Example
White with #9B93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B93BB; }
p { color: rgb(155,147,187); }
H1.HeaderClassName
{
color: #9B93BB;
}
.AnyTagClassName
{
color: #9B93BB;
}
</style>
background-color css
<style>
a { background-color: #9B93BB; }
a { background-color: rgb(155,147,187); }
div.DivClassName
{
background-color: #9B93BB;
}
.BgClassName
{
background-color: #9B93BB;
}
</style>
border-color css
<style>
span { border-color: #9B93BB; }
span { border-color: rgb(155,147,187); }
td.TdClassName
{
border-color: #9B93BB;
}
.TagClassName
{
border-color: #9B93BB;
}
</style>