Shades of Cold Purple #9C8BCB
Tints of Cold Purple #9C8BCB
RGB
CMYK
RGB Variations
Color information
#9C8BCB (or 0x9C8BCB) is known color: Cold Purple. HEX triplet: 9C, 8B and CB. RGB value is (156,139,203). Sum of RGB (Red+Green+Blue) = 156+139+203=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C8BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BCB is #637434. Grayscale: #979797. Windows color (decimal): -6517813 or 13339548. OLE color: 13339548.
HSL color Cylindrical-coordinate representation of color #9C8BCB: hue angle of 255.94º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C8BCB is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 139 | 203 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.20 |
| HSL | 255.94º | 0.38% | 0.67% | - |
| HSV(B) | 255.94º | 0.32% | 0.8% | - |
| XYZ | 33.72 | 29.84 | 60.48 | - |
| YUV | 151.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 203 | 0.23 | 0.32 | 0 | 0.20 | 255.94 | 0.38 | 0.67 |
| Hex | 9C | 8B | CB | 17 | 20 | 0 | 14 | 100 | 26 | 43 |
| Octal | 234 | 213 | 313 | 27 | 40 | 0 | 24 | 400 | 46 | 103 |
| Binary | 10011100 | 10001011 | 11001011 | 10111 | 100000 | 0 | 10100 | 100000000 | 100110 | 1000011 |
Color Harmonies of #9C8BCB
Complementary color
Monochromatic Colors of #9C8BCB
Black with #9C8BCB
Text Example
Text Example
White with #9C8BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BCB; }
p { color: rgb(156,139,203); }
H1.HeaderClassName
{
color: #9C8BCB;
}
.AnyTagClassName
{
color: #9C8BCB;
}
</style>
background-color css
<style>
a { background-color: #9C8BCB; }
a { background-color: rgb(156,139,203); }
div.DivClassName
{
background-color: #9C8BCB;
}
.BgClassName
{
background-color: #9C8BCB;
}
</style>
border-color css
<style>
span { border-color: #9C8BCB; }
span { border-color: rgb(156,139,203); }
td.TdClassName
{
border-color: #9C8BCB;
}
.TagClassName
{
border-color: #9C8BCB;
}
</style>