Shades of Cold Purple #9B90BD
Tints of Cold Purple #9B90BD
RGB
CMYK
RGB Variations
Color information
#9B90BD (or 0x9B90BD) is known color: Cold Purple. HEX triplet: 9B, 90 and BD. RGB value is (155,144,189). Sum of RGB (Red+Green+Blue) = 155+144+189=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B90BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90BD is #646F42. Grayscale: #989898. Windows color (decimal): -6582083 or 12423323. OLE color: 12423323.
HSL color Cylindrical-coordinate representation of color #9B90BD: hue angle of 254.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B90BD is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 144 | 189 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.26 |
| HSL | 254.67º | 0.25% | 0.65% | - |
| HSV(B) | 254.67º | 0.24% | 0.74% | - |
| XYZ | 32.68 | 30.59 | 52.33 | - |
| YUV | 152.42 | 148.64 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 189 | 0.18 | 0.24 | 0 | 0.26 | 254.67 | 0.25 | 0.65 |
| Hex | 9B | 90 | BD | 12 | 18 | 0 | 1A | FF | 19 | 41 |
| Octal | 233 | 220 | 275 | 22 | 30 | 0 | 32 | 377 | 31 | 101 |
| Binary | 10011011 | 10010000 | 10111101 | 10010 | 11000 | 0 | 11010 | 11111111 | 11001 | 1000001 |
Color Harmonies of #9B90BD
Complementary color
Monochromatic Colors of #9B90BD
Black with #9B90BD
Text Example
Text Example
White with #9B90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B90BD; }
p { color: rgb(155,144,189); }
H1.HeaderClassName
{
color: #9B90BD;
}
.AnyTagClassName
{
color: #9B90BD;
}
</style>
background-color css
<style>
a { background-color: #9B90BD; }
a { background-color: rgb(155,144,189); }
div.DivClassName
{
background-color: #9B90BD;
}
.BgClassName
{
background-color: #9B90BD;
}
</style>
border-color css
<style>
span { border-color: #9B90BD; }
span { border-color: rgb(155,144,189); }
td.TdClassName
{
border-color: #9B90BD;
}
.TagClassName
{
border-color: #9B90BD;
}
</style>