Shades of Cold Purple #9C8DBE
Tints of Cold Purple #9C8DBE
RGB
CMYK
RGB Variations
Color information
#9C8DBE (or 0x9C8DBE) is known color: Cold Purple. HEX triplet: 9C, 8D and BE. RGB value is (156,141,190). Sum of RGB (Red+Green+Blue) = 156+141+190=487 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.03% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C8DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DBE is #637241. Grayscale: #969696. Windows color (decimal): -6517314 or 12488092. OLE color: 12488092.
HSL color Cylindrical-coordinate representation of color #9C8DBE: hue angle of 258.37º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C8DBE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 141 | 190 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.25 |
| HSL | 258.37º | 0.27% | 0.65% | - |
| HSV(B) | 258.37º | 0.26% | 0.75% | - |
| XYZ | 32.53 | 29.84 | 52.76 | - |
| YUV | 151.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 190 | 0.18 | 0.26 | 0 | 0.25 | 258.37 | 0.27 | 0.65 |
| Hex | 9C | 8D | BE | 12 | 1A | 0 | 19 | 102 | 1B | 41 |
| Octal | 234 | 215 | 276 | 22 | 32 | 0 | 31 | 402 | 33 | 101 |
| Binary | 10011100 | 10001101 | 10111110 | 10010 | 11010 | 0 | 11001 | 100000010 | 11011 | 1000001 |
Color Harmonies of #9C8DBE
Complementary color
Monochromatic Colors of #9C8DBE
Black with #9C8DBE
Text Example
Text Example
White with #9C8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8DBE; }
p { color: rgb(156,141,190); }
H1.HeaderClassName
{
color: #9C8DBE;
}
.AnyTagClassName
{
color: #9C8DBE;
}
</style>
background-color css
<style>
a { background-color: #9C8DBE; }
a { background-color: rgb(156,141,190); }
div.DivClassName
{
background-color: #9C8DBE;
}
.BgClassName
{
background-color: #9C8DBE;
}
</style>
border-color css
<style>
span { border-color: #9C8DBE; }
span { border-color: rgb(156,141,190); }
td.TdClassName
{
border-color: #9C8DBE;
}
.TagClassName
{
border-color: #9C8DBE;
}
</style>