Shades of Cold Purple #9B90BE
Tints of Cold Purple #9B90BE
RGB
CMYK
RGB Variations
Color information
#9B90BE (or 0x9B90BE) is known color: Cold Purple. HEX triplet: 9B, 90 and BE. RGB value is (155,144,190). Sum of RGB (Red+Green+Blue) = 155+144+190=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9B90BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90BE is #646F41. Grayscale: #989898. Windows color (decimal): -6582082 or 12488859. OLE color: 12488859.
HSL color Cylindrical-coordinate representation of color #9B90BE: hue angle of 254.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B90BE is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 155 | 144 | 190 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.25 |
| HSL | 254.35º | 0.26% | 0.65% | - |
| HSV(B) | 254.35º | 0.24% | 0.75% | - |
| XYZ | 32.79 | 30.63 | 52.9 | - |
| YUV | 152.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 190 | 0.18 | 0.24 | 0 | 0.25 | 254.35 | 0.26 | 0.65 |
| Hex | 9B | 90 | BE | 12 | 18 | 0 | 19 | FE | 1A | 41 |
| Octal | 233 | 220 | 276 | 22 | 30 | 0 | 31 | 376 | 32 | 101 |
| Binary | 10011011 | 10010000 | 10111110 | 10010 | 11000 | 0 | 11001 | 11111110 | 11010 | 1000001 |
Color Harmonies of #9B90BE
Complementary color
Monochromatic Colors of #9B90BE
Black with #9B90BE
Text Example
Text Example
White with #9B90BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B90BE; }
p { color: rgb(155,144,190); }
H1.HeaderClassName
{
color: #9B90BE;
}
.AnyTagClassName
{
color: #9B90BE;
}
</style>
background-color css
<style>
a { background-color: #9B90BE; }
a { background-color: rgb(155,144,190); }
div.DivClassName
{
background-color: #9B90BE;
}
.BgClassName
{
background-color: #9B90BE;
}
</style>
border-color css
<style>
span { border-color: #9B90BE; }
span { border-color: rgb(155,144,190); }
td.TdClassName
{
border-color: #9B90BE;
}
.TagClassName
{
border-color: #9B90BE;
}
</style>