Shades of Cold Purple #9984BF
Tints of Cold Purple #9984BF
RGB
CMYK
RGB Variations
Color information
#9984BF (or 0x9984BF) is known color: Cold Purple. HEX triplet: 99, 84 and BF. RGB value is (153,132,191). Sum of RGB (Red+Green+Blue) = 153+132+191=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #9984BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9984BF is #667B40. Grayscale: #909090. Windows color (decimal): -6716225 or 12551321. OLE color: 12551321.
HSL color Cylindrical-coordinate representation of color #9984BF: hue angle of 261.36º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9984BF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 132 | 191 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.25 |
| HSL | 261.36º | 0.32% | 0.63% | - |
| HSV(B) | 261.36º | 0.31% | 0.75% | - |
| XYZ | 30.79 | 27.04 | 52.89 | - |
| YUV | 145.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 191 | 0.20 | 0.31 | 0 | 0.25 | 261.36 | 0.32 | 0.63 |
| Hex | 99 | 84 | BF | 14 | 1F | 0 | 19 | 105 | 20 | 3F |
| Octal | 231 | 204 | 277 | 24 | 37 | 0 | 31 | 405 | 40 | 77 |
| Binary | 10011001 | 10000100 | 10111111 | 10100 | 11111 | 0 | 11001 | 100000101 | 100000 | 111111 |
Color Harmonies of #9984BF
Complementary color
Monochromatic Colors of #9984BF
Black with #9984BF
Text Example
Text Example
White with #9984BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9984BF; }
p { color: rgb(153,132,191); }
H1.HeaderClassName
{
color: #9984BF;
}
.AnyTagClassName
{
color: #9984BF;
}
</style>
background-color css
<style>
a { background-color: #9984BF; }
a { background-color: rgb(153,132,191); }
div.DivClassName
{
background-color: #9984BF;
}
.BgClassName
{
background-color: #9984BF;
}
</style>
border-color css
<style>
span { border-color: #9984BF; }
span { border-color: rgb(153,132,191); }
td.TdClassName
{
border-color: #9984BF;
}
.TagClassName
{
border-color: #9984BF;
}
</style>