Shades of Cold Purple #9C8BCF
Tints of Cold Purple #9C8BCF
RGB
CMYK
RGB Variations
Color information
#9C8BCF (or 0x9C8BCF) is known color: Cold Purple. HEX triplet: 9C, 8B and CF. RGB value is (156,139,207). Sum of RGB (Red+Green+Blue) = 156+139+207=502 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.08% from 502); Green value is 139 (54.69% from 255 or 27.69% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C8BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8BCF is #637430. Grayscale: #979797. Windows color (decimal): -6517809 or 13601692. OLE color: 13601692.
HSL color Cylindrical-coordinate representation of color #9C8BCF: hue angle of 255º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8BCF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 139 | 207 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.19 |
| HSL | 255º | 0.41% | 0.68% | - |
| HSV(B) | 255º | 0.33% | 0.81% | - |
| XYZ | 34.21 | 30.04 | 63.03 | - |
| YUV | 151.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 207 | 0.25 | 0.33 | 0 | 0.19 | 255 | 0.41 | 0.68 |
| Hex | 9C | 8B | CF | 19 | 21 | 0 | 13 | FF | 29 | 44 |
| Octal | 234 | 213 | 317 | 31 | 41 | 0 | 23 | 377 | 51 | 104 |
| Binary | 10011100 | 10001011 | 11001111 | 11001 | 100001 | 0 | 10011 | 11111111 | 101001 | 1000100 |
Color Harmonies of #9C8BCF
Complementary color
Monochromatic Colors of #9C8BCF
Black with #9C8BCF
Text Example
Text Example
White with #9C8BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8BCF; }
p { color: rgb(156,139,207); }
H1.HeaderClassName
{
color: #9C8BCF;
}
.AnyTagClassName
{
color: #9C8BCF;
}
</style>
background-color css
<style>
a { background-color: #9C8BCF; }
a { background-color: rgb(156,139,207); }
div.DivClassName
{
background-color: #9C8BCF;
}
.BgClassName
{
background-color: #9C8BCF;
}
</style>
border-color css
<style>
span { border-color: #9C8BCF; }
span { border-color: rgb(156,139,207); }
td.TdClassName
{
border-color: #9C8BCF;
}
.TagClassName
{
border-color: #9C8BCF;
}
</style>