Shades of Cold Purple #9C8DCB
Tints of Cold Purple #9C8DCB
RGB
CMYK
RGB Variations
Color information
#9C8DCB (or 0x9C8DCB) is known color: Cold Purple. HEX triplet: 9C, 8D and CB. RGB value is (156,141,203). Sum of RGB (Red+Green+Blue) = 156+141+203=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C8DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DCB is #637234. Grayscale: #989898. Windows color (decimal): -6517301 or 13340060. OLE color: 13340060.
HSL color Cylindrical-coordinate representation of color #9C8DCB: hue angle of 254.52º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C8DCB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 141 | 203 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.20 |
| HSL | 254.52º | 0.37% | 0.67% | - |
| HSV(B) | 254.52º | 0.31% | 0.8% | - |
| XYZ | 34.01 | 30.43 | 60.58 | - |
| YUV | 152.55 | 156.47 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 203 | 0.23 | 0.31 | 0 | 0.20 | 254.52 | 0.37 | 0.67 |
| Hex | 9C | 8D | CB | 17 | 1F | 0 | 14 | FF | 25 | 43 |
| Octal | 234 | 215 | 313 | 27 | 37 | 0 | 24 | 377 | 45 | 103 |
| Binary | 10011100 | 10001101 | 11001011 | 10111 | 11111 | 0 | 10100 | 11111111 | 100101 | 1000011 |
Color Harmonies of #9C8DCB
Complementary color
Monochromatic Colors of #9C8DCB
Black with #9C8DCB
Text Example
Text Example
White with #9C8DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8DCB; }
p { color: rgb(156,141,203); }
H1.HeaderClassName
{
color: #9C8DCB;
}
.AnyTagClassName
{
color: #9C8DCB;
}
</style>
background-color css
<style>
a { background-color: #9C8DCB; }
a { background-color: rgb(156,141,203); }
div.DivClassName
{
background-color: #9C8DCB;
}
.BgClassName
{
background-color: #9C8DCB;
}
</style>
border-color css
<style>
span { border-color: #9C8DCB; }
span { border-color: rgb(156,141,203); }
td.TdClassName
{
border-color: #9C8DCB;
}
.TagClassName
{
border-color: #9C8DCB;
}
</style>