Shades of Cold Purple #9B90BC
Tints of Cold Purple #9B90BC
RGB
CMYK
RGB Variations
Color information
#9B90BC (or 0x9B90BC) is known color: Cold Purple. HEX triplet: 9B, 90 and BC. RGB value is (155,144,188). Sum of RGB (Red+Green+Blue) = 155+144+188=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90BC is #646F43. Grayscale: #989898. Windows color (decimal): -6582084 or 12357787. OLE color: 12357787.
HSL color Cylindrical-coordinate representation of color #9B90BC: hue angle of 255º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B90BC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 144 | 188 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.26 |
| HSL | 255º | 0.25% | 0.65% | - |
| HSV(B) | 255º | 0.23% | 0.74% | - |
| XYZ | 32.57 | 30.55 | 51.76 | - |
| YUV | 152.31 | 148.14 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 188 | 0.18 | 0.23 | 0 | 0.26 | 255 | 0.25 | 0.65 |
| Hex | 9B | 90 | BC | 12 | 17 | 0 | 1A | FF | 19 | 41 |
| Octal | 233 | 220 | 274 | 22 | 27 | 0 | 32 | 377 | 31 | 101 |
| Binary | 10011011 | 10010000 | 10111100 | 10010 | 10111 | 0 | 11010 | 11111111 | 11001 | 1000001 |
Color Harmonies of #9B90BC
Complementary color
Monochromatic Colors of #9B90BC
Black with #9B90BC
Text Example
Text Example
White with #9B90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B90BC; }
p { color: rgb(155,144,188); }
H1.HeaderClassName
{
color: #9B90BC;
}
.AnyTagClassName
{
color: #9B90BC;
}
</style>
background-color css
<style>
a { background-color: #9B90BC; }
a { background-color: rgb(155,144,188); }
div.DivClassName
{
background-color: #9B90BC;
}
.BgClassName
{
background-color: #9B90BC;
}
</style>
border-color css
<style>
span { border-color: #9B90BC; }
span { border-color: rgb(155,144,188); }
td.TdClassName
{
border-color: #9B90BC;
}
.TagClassName
{
border-color: #9B90BC;
}
</style>