Shades of Cold Purple #9C8AC0
Tints of Cold Purple #9C8AC0
RGB
CMYK
RGB Variations
Color information
#9C8AC0 (or 0x9C8AC0) is known color: Cold Purple. HEX triplet: 9C, 8A and C0. RGB value is (156,138,192). Sum of RGB (Red+Green+Blue) = 156+138+192=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #9C8AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8AC0 is #63753F. Grayscale: #959595. Windows color (decimal): -6518080 or 12618396. OLE color: 12618396.
HSL color Cylindrical-coordinate representation of color #9C8AC0: hue angle of 260º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C8AC0 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 138 | 192 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.25 |
| HSL | 260º | 0.3% | 0.65% | - |
| HSV(B) | 260º | 0.28% | 0.75% | - |
| XYZ | 32.31 | 29.05 | 53.77 | - |
| YUV | 149.54 | 151.96 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 192 | 0.19 | 0.28 | 0 | 0.25 | 260 | 0.3 | 0.65 |
| Hex | 9C | 8A | C0 | 13 | 1C | 0 | 19 | 104 | 1E | 41 |
| Octal | 234 | 212 | 300 | 23 | 34 | 0 | 31 | 404 | 36 | 101 |
| Binary | 10011100 | 10001010 | 11000000 | 10011 | 11100 | 0 | 11001 | 100000100 | 11110 | 1000001 |
Color Harmonies of #9C8AC0
Complementary color
Monochromatic Colors of #9C8AC0
Black with #9C8AC0
Text Example
Text Example
White with #9C8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8AC0; }
p { color: rgb(156,138,192); }
H1.HeaderClassName
{
color: #9C8AC0;
}
.AnyTagClassName
{
color: #9C8AC0;
}
</style>
background-color css
<style>
a { background-color: #9C8AC0; }
a { background-color: rgb(156,138,192); }
div.DivClassName
{
background-color: #9C8AC0;
}
.BgClassName
{
background-color: #9C8AC0;
}
</style>
border-color css
<style>
span { border-color: #9C8AC0; }
span { border-color: rgb(156,138,192); }
td.TdClassName
{
border-color: #9C8AC0;
}
.TagClassName
{
border-color: #9C8AC0;
}
</style>