Shades of Cold Purple #9F8CBB
Tints of Cold Purple #9F8CBB
RGB
CMYK
RGB Variations
Color information
#9F8CBB (or 0x9F8CBB) is known color: Cold Purple. HEX triplet: 9F, 8C and BB. RGB value is (159,140,187). Sum of RGB (Red+Green+Blue) = 159+140+187=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #9F8CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8CBB is #607344. Grayscale: #969696. Windows color (decimal): -6320965 or 12291231. OLE color: 12291231.
HSL color Cylindrical-coordinate representation of color #9F8CBB: hue angle of 264.26º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F8CBB is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 159 | 140 | 187 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.27 |
| HSL | 264.26º | 0.26% | 0.64% | - |
| HSV(B) | 264.26º | 0.25% | 0.73% | - |
| XYZ | 32.65 | 29.71 | 51.03 | - |
| YUV | 151.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 187 | 0.15 | 0.25 | 0 | 0.27 | 264.26 | 0.26 | 0.64 |
| Hex | 9F | 8C | BB | F | 19 | 0 | 1B | 108 | 1A | 40 |
| Octal | 237 | 214 | 273 | 17 | 31 | 0 | 33 | 410 | 32 | 100 |
| Binary | 10011111 | 10001100 | 10111011 | 1111 | 11001 | 0 | 11011 | 100001000 | 11010 | 1000000 |
Color Harmonies of #9F8CBB
Complementary color
Monochromatic Colors of #9F8CBB
Black with #9F8CBB
Text Example
Text Example
White with #9F8CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CBB; }
p { color: rgb(159,140,187); }
H1.HeaderClassName
{
color: #9F8CBB;
}
.AnyTagClassName
{
color: #9F8CBB;
}
</style>
background-color css
<style>
a { background-color: #9F8CBB; }
a { background-color: rgb(159,140,187); }
div.DivClassName
{
background-color: #9F8CBB;
}
.BgClassName
{
background-color: #9F8CBB;
}
</style>
border-color css
<style>
span { border-color: #9F8CBB; }
span { border-color: rgb(159,140,187); }
td.TdClassName
{
border-color: #9F8CBB;
}
.TagClassName
{
border-color: #9F8CBB;
}
</style>