Shades of Cold Purple #9C92B4
Tints of Cold Purple #9C92B4
RGB
CMYK
RGB Variations
Color information
#9C92B4 (or 0x9C92B4) is known color: Cold Purple. HEX triplet: 9C, 92 and B4. RGB value is (156,146,180). Sum of RGB (Red+Green+Blue) = 156+146+180=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 146 (57.42% from 255 or 30.29% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C92B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92B4 is #636D4B. Grayscale: #989898. Windows color (decimal): -6516044 or 11834012. OLE color: 11834012.
HSL color Cylindrical-coordinate representation of color #9C92B4: hue angle of 257.65º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C92B4 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 156 | 146 | 180 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.29 |
| HSL | 257.65º | 0.18% | 0.64% | - |
| HSV(B) | 257.65º | 0.19% | 0.71% | - |
| XYZ | 32.23 | 30.92 | 47.45 | - |
| YUV | 152.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 180 | 0.13 | 0.19 | 0 | 0.29 | 257.65 | 0.18 | 0.64 |
| Hex | 9C | 92 | B4 | D | 13 | 0 | 1D | 102 | 12 | 40 |
| Octal | 234 | 222 | 264 | 15 | 23 | 0 | 35 | 402 | 22 | 100 |
| Binary | 10011100 | 10010010 | 10110100 | 1101 | 10011 | 0 | 11101 | 100000010 | 10010 | 1000000 |
Color Harmonies of #9C92B4
Complementary color
Monochromatic Colors of #9C92B4
Black with #9C92B4
Text Example
Text Example
White with #9C92B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92B4; }
p { color: rgb(156,146,180); }
H1.HeaderClassName
{
color: #9C92B4;
}
.AnyTagClassName
{
color: #9C92B4;
}
</style>
background-color css
<style>
a { background-color: #9C92B4; }
a { background-color: rgb(156,146,180); }
div.DivClassName
{
background-color: #9C92B4;
}
.BgClassName
{
background-color: #9C92B4;
}
</style>
border-color css
<style>
span { border-color: #9C92B4; }
span { border-color: rgb(156,146,180); }
td.TdClassName
{
border-color: #9C92B4;
}
.TagClassName
{
border-color: #9C92B4;
}
</style>