Shades of Cold Purple #9C92BE
Tints of Cold Purple #9C92BE
RGB
CMYK
RGB Variations
Color information
#9C92BE (or 0x9C92BE) is known color: Cold Purple. HEX triplet: 9C, 92 and BE. RGB value is (156,146,190). Sum of RGB (Red+Green+Blue) = 156+146+190=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C92BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92BE is #636D41. Grayscale: #999999. Windows color (decimal): -6516034 or 12489372. OLE color: 12489372.
HSL color Cylindrical-coordinate representation of color #9C92BE: hue angle of 253.64º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C92BE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 146 | 190 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.25 |
| HSL | 253.64º | 0.25% | 0.66% | - |
| HSV(B) | 253.64º | 0.23% | 0.75% | - |
| XYZ | 33.28 | 31.34 | 53.01 | - |
| YUV | 154.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 190 | 0.18 | 0.23 | 0 | 0.25 | 253.64 | 0.25 | 0.66 |
| Hex | 9C | 92 | BE | 12 | 17 | 0 | 19 | FE | 19 | 42 |
| Octal | 234 | 222 | 276 | 22 | 27 | 0 | 31 | 376 | 31 | 102 |
| Binary | 10011100 | 10010010 | 10111110 | 10010 | 10111 | 0 | 11001 | 11111110 | 11001 | 1000010 |
Color Harmonies of #9C92BE
Complementary color
Monochromatic Colors of #9C92BE
Black with #9C92BE
Text Example
Text Example
White with #9C92BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92BE; }
p { color: rgb(156,146,190); }
H1.HeaderClassName
{
color: #9C92BE;
}
.AnyTagClassName
{
color: #9C92BE;
}
</style>
background-color css
<style>
a { background-color: #9C92BE; }
a { background-color: rgb(156,146,190); }
div.DivClassName
{
background-color: #9C92BE;
}
.BgClassName
{
background-color: #9C92BE;
}
</style>
border-color css
<style>
span { border-color: #9C92BE; }
span { border-color: rgb(156,146,190); }
td.TdClassName
{
border-color: #9C92BE;
}
.TagClassName
{
border-color: #9C92BE;
}
</style>