Shades of Cold Purple #9B91BD
Tints of Cold Purple #9B91BD
RGB
CMYK
RGB Variations
Color information
#9B91BD (or 0x9B91BD) is known color: Cold Purple. HEX triplet: 9B, 91 and BD. RGB value is (155,145,189). Sum of RGB (Red+Green+Blue) = 155+145+189=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 189 - color contains mainly: blue. Hex color #9B91BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91BD is #646E42. Grayscale: #989898. Windows color (decimal): -6581827 or 12423579. OLE color: 12423579.
HSL color Cylindrical-coordinate representation of color #9B91BD: hue angle of 253.64º 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 #9B91BD is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 145 | 189 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.26 |
| HSL | 253.64º | 0.25% | 0.65% | - |
| HSV(B) | 253.64º | 0.23% | 0.74% | - |
| XYZ | 32.83 | 30.89 | 52.38 | - |
| YUV | 153.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 189 | 0.18 | 0.23 | 0 | 0.26 | 253.64 | 0.25 | 0.65 |
| Hex | 9B | 91 | BD | 12 | 17 | 0 | 1A | FE | 19 | 41 |
| Octal | 233 | 221 | 275 | 22 | 27 | 0 | 32 | 376 | 31 | 101 |
| Binary | 10011011 | 10010001 | 10111101 | 10010 | 10111 | 0 | 11010 | 11111110 | 11001 | 1000001 |
Color Harmonies of #9B91BD
Complementary color
Monochromatic Colors of #9B91BD
Black with #9B91BD
Text Example
Text Example
White with #9B91BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B91BD; }
p { color: rgb(155,145,189); }
H1.HeaderClassName
{
color: #9B91BD;
}
.AnyTagClassName
{
color: #9B91BD;
}
</style>
background-color css
<style>
a { background-color: #9B91BD; }
a { background-color: rgb(155,145,189); }
div.DivClassName
{
background-color: #9B91BD;
}
.BgClassName
{
background-color: #9B91BD;
}
</style>
border-color css
<style>
span { border-color: #9B91BD; }
span { border-color: rgb(155,145,189); }
td.TdClassName
{
border-color: #9B91BD;
}
.TagClassName
{
border-color: #9B91BD;
}
</style>