Shades of Cold Purple #9B8FBA
Tints of Cold Purple #9B8FBA
RGB
CMYK
RGB Variations
Color information
#9B8FBA (or 0x9B8FBA) is known color: Cold Purple. HEX triplet: 9B, 8F and BA. RGB value is (155,143,186). Sum of RGB (Red+Green+Blue) = 155+143+186=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B8FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FBA is #647045. Grayscale: #979797. Windows color (decimal): -6582342 or 12226459. OLE color: 12226459.
HSL color Cylindrical-coordinate representation of color #9B8FBA: hue angle of 256.74º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B8FBA is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 143 | 186 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.27 |
| HSL | 256.74º | 0.24% | 0.65% | - |
| HSV(B) | 256.74º | 0.23% | 0.73% | - |
| XYZ | 32.2 | 30.16 | 50.58 | - |
| YUV | 151.49 | 147.48 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 186 | 0.17 | 0.23 | 0 | 0.27 | 256.74 | 0.24 | 0.65 |
| Hex | 9B | 8F | BA | 11 | 17 | 0 | 1B | 101 | 18 | 41 |
| Octal | 233 | 217 | 272 | 21 | 27 | 0 | 33 | 401 | 30 | 101 |
| Binary | 10011011 | 10001111 | 10111010 | 10001 | 10111 | 0 | 11011 | 100000001 | 11000 | 1000001 |
Color Harmonies of #9B8FBA
Complementary color
Monochromatic Colors of #9B8FBA
Black with #9B8FBA
Text Example
Text Example
White with #9B8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FBA; }
p { color: rgb(155,143,186); }
H1.HeaderClassName
{
color: #9B8FBA;
}
.AnyTagClassName
{
color: #9B8FBA;
}
</style>
background-color css
<style>
a { background-color: #9B8FBA; }
a { background-color: rgb(155,143,186); }
div.DivClassName
{
background-color: #9B8FBA;
}
.BgClassName
{
background-color: #9B8FBA;
}
</style>
border-color css
<style>
span { border-color: #9B8FBA; }
span { border-color: rgb(155,143,186); }
td.TdClassName
{
border-color: #9B8FBA;
}
.TagClassName
{
border-color: #9B8FBA;
}
</style>