Shades of Cold Purple #9C92C1
Tints of Cold Purple #9C92C1
RGB
CMYK
RGB Variations
Color information
#9C92C1 (or 0x9C92C1) is known color: Cold Purple. HEX triplet: 9C, 92 and C1. RGB value is (156,146,193). Sum of RGB (Red+Green+Blue) = 156+146+193=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 146 (57.42% from 255 or 29.49% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #9C92C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C92C1 is #636D3E. Grayscale: #9A9A9A. Windows color (decimal): -6516031 or 12685980. OLE color: 12685980.
HSL color Cylindrical-coordinate representation of color #9C92C1: hue angle of 252.77º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C92C1 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 146 | 193 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.24 |
| HSL | 252.77º | 0.27% | 0.66% | - |
| HSV(B) | 252.77º | 0.24% | 0.76% | - |
| XYZ | 33.61 | 31.48 | 54.76 | - |
| YUV | 154.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 193 | 0.19 | 0.24 | 0 | 0.24 | 252.77 | 0.27 | 0.66 |
| Hex | 9C | 92 | C1 | 13 | 18 | 0 | 18 | FD | 1B | 42 |
| Octal | 234 | 222 | 301 | 23 | 30 | 0 | 30 | 375 | 33 | 102 |
| Binary | 10011100 | 10010010 | 11000001 | 10011 | 11000 | 0 | 11000 | 11111101 | 11011 | 1000010 |
Color Harmonies of #9C92C1
Complementary color
Monochromatic Colors of #9C92C1
Black with #9C92C1
Text Example
Text Example
White with #9C92C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92C1; }
p { color: rgb(156,146,193); }
H1.HeaderClassName
{
color: #9C92C1;
}
.AnyTagClassName
{
color: #9C92C1;
}
</style>
background-color css
<style>
a { background-color: #9C92C1; }
a { background-color: rgb(156,146,193); }
div.DivClassName
{
background-color: #9C92C1;
}
.BgClassName
{
background-color: #9C92C1;
}
</style>
border-color css
<style>
span { border-color: #9C92C1; }
span { border-color: rgb(156,146,193); }
td.TdClassName
{
border-color: #9C92C1;
}
.TagClassName
{
border-color: #9C92C1;
}
</style>