Shades of Cold Purple #9C91B9
Tints of Cold Purple #9C91B9
RGB
CMYK
RGB Variations
Color information
#9C91B9 (or 0x9C91B9) is known color: Cold Purple. HEX triplet: 9C, 91 and B9. RGB value is (156,145,185). Sum of RGB (Red+Green+Blue) = 156+145+185=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 185 (72.66% from 255 or 38.07% from 486); Max value from RGB is 185 - color contains mainly: blue. Hex color #9C91B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C91B9 is #636E46. Grayscale: #989898. Windows color (decimal): -6516295 or 12161436. OLE color: 12161436.
HSL color Cylindrical-coordinate representation of color #9C91B9: hue angle of 256.5º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C91B9 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 145 | 185 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.27 |
| HSL | 256.5º | 0.22% | 0.65% | - |
| HSV(B) | 256.5º | 0.22% | 0.73% | - |
| XYZ | 32.59 | 30.82 | 50.13 | - |
| YUV | 152.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 185 | 0.16 | 0.22 | 0 | 0.27 | 256.5 | 0.22 | 0.65 |
| Hex | 9C | 91 | B9 | 10 | 16 | 0 | 1B | 100 | 16 | 41 |
| Octal | 234 | 221 | 271 | 20 | 26 | 0 | 33 | 400 | 26 | 101 |
| Binary | 10011100 | 10010001 | 10111001 | 10000 | 10110 | 0 | 11011 | 100000000 | 10110 | 1000001 |
Color Harmonies of #9C91B9
Complementary color
Monochromatic Colors of #9C91B9
Black with #9C91B9
Text Example
Text Example
White with #9C91B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C91B9; }
p { color: rgb(156,145,185); }
H1.HeaderClassName
{
color: #9C91B9;
}
.AnyTagClassName
{
color: #9C91B9;
}
</style>
background-color css
<style>
a { background-color: #9C91B9; }
a { background-color: rgb(156,145,185); }
div.DivClassName
{
background-color: #9C91B9;
}
.BgClassName
{
background-color: #9C91B9;
}
</style>
border-color css
<style>
span { border-color: #9C91B9; }
span { border-color: rgb(156,145,185); }
td.TdClassName
{
border-color: #9C91B9;
}
.TagClassName
{
border-color: #9C91B9;
}
</style>