Shades of Cold Purple #9C91BA
Tints of Cold Purple #9C91BA
RGB
CMYK
RGB Variations
Color information
#9C91BA (or 0x9C91BA) is known color: Cold Purple. HEX triplet: 9C, 91 and BA. RGB value is (156,145,186). Sum of RGB (Red+Green+Blue) = 156+145+186=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 186 (73.05% from 255 or 38.19% from 487); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C91BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C91BA is #636E45. Grayscale: #989898. Windows color (decimal): -6516294 or 12226972. OLE color: 12226972.
HSL color Cylindrical-coordinate representation of color #9C91BA: hue angle of 256.1º degrees, saturation: 0.23, 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 #9C91BA is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 145 | 186 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.27 |
| HSL | 256.1º | 0.23% | 0.65% | - |
| HSV(B) | 256.1º | 0.22% | 0.73% | - |
| XYZ | 32.7 | 30.86 | 50.69 | - |
| YUV | 152.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 186 | 0.16 | 0.22 | 0 | 0.27 | 256.1 | 0.23 | 0.65 |
| Hex | 9C | 91 | BA | 10 | 16 | 0 | 1B | 100 | 17 | 41 |
| Octal | 234 | 221 | 272 | 20 | 26 | 0 | 33 | 400 | 27 | 101 |
| Binary | 10011100 | 10010001 | 10111010 | 10000 | 10110 | 0 | 11011 | 100000000 | 10111 | 1000001 |
Color Harmonies of #9C91BA
Complementary color
Monochromatic Colors of #9C91BA
Black with #9C91BA
Text Example
Text Example
White with #9C91BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C91BA; }
p { color: rgb(156,145,186); }
H1.HeaderClassName
{
color: #9C91BA;
}
.AnyTagClassName
{
color: #9C91BA;
}
</style>
background-color css
<style>
a { background-color: #9C91BA; }
a { background-color: rgb(156,145,186); }
div.DivClassName
{
background-color: #9C91BA;
}
.BgClassName
{
background-color: #9C91BA;
}
</style>
border-color css
<style>
span { border-color: #9C91BA; }
span { border-color: rgb(156,145,186); }
td.TdClassName
{
border-color: #9C91BA;
}
.TagClassName
{
border-color: #9C91BA;
}
</style>