Shades of Cold Purple #9B90B3
Tints of Cold Purple #9B90B3
RGB
CMYK
RGB Variations
Color information
#9B90B3 (or 0x9B90B3) is known color: Cold Purple. HEX triplet: 9B, 90 and B3. RGB value is (155,144,179). Sum of RGB (Red+Green+Blue) = 155+144+179=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #9B90B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90B3 is #646F4C. Grayscale: #979797. Windows color (decimal): -6582093 or 11767963. OLE color: 11767963.
HSL color Cylindrical-coordinate representation of color #9B90B3: hue angle of 258.86º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9B90B3 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 155 | 144 | 179 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.30 |
| HSL | 258.86º | 0.19% | 0.63% | - |
| HSV(B) | 258.86º | 0.2% | 0.7% | - |
| XYZ | 31.63 | 30.17 | 46.8 | - |
| YUV | 151.28 | 143.64 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 179 | 0.13 | 0.20 | 0 | 0.30 | 258.86 | 0.19 | 0.63 |
| Hex | 9B | 90 | B3 | D | 14 | 0 | 1E | 103 | 13 | 3F |
| Octal | 233 | 220 | 263 | 15 | 24 | 0 | 36 | 403 | 23 | 77 |
| Binary | 10011011 | 10010000 | 10110011 | 1101 | 10100 | 0 | 11110 | 100000011 | 10011 | 111111 |
Color Harmonies of #9B90B3
Complementary color
Monochromatic Colors of #9B90B3
Black with #9B90B3
Text Example
Text Example
White with #9B90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B90B3; }
p { color: rgb(155,144,179); }
H1.HeaderClassName
{
color: #9B90B3;
}
.AnyTagClassName
{
color: #9B90B3;
}
</style>
background-color css
<style>
a { background-color: #9B90B3; }
a { background-color: rgb(155,144,179); }
div.DivClassName
{
background-color: #9B90B3;
}
.BgClassName
{
background-color: #9B90B3;
}
</style>
border-color css
<style>
span { border-color: #9B90B3; }
span { border-color: rgb(155,144,179); }
td.TdClassName
{
border-color: #9B90B3;
}
.TagClassName
{
border-color: #9B90B3;
}
</style>