Shades of Cold Purple #9981BB
Tints of Cold Purple #9981BB
RGB
CMYK
RGB Variations
Color information
#9981BB (or 0x9981BB) is known color: Cold Purple. HEX triplet: 99, 81 and BB. RGB value is (153,129,187). Sum of RGB (Red+Green+Blue) = 153+129+187=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9981BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981BB is #667E44. Grayscale: #8E8E8E. Windows color (decimal): -6716997 or 12288409. OLE color: 12288409.
HSL color Cylindrical-coordinate representation of color #9981BB: hue angle of 264.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9981BB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 129 | 187 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.27 |
| HSL | 264.83º | 0.3% | 0.62% | - |
| HSV(B) | 264.83º | 0.31% | 0.73% | - |
| XYZ | 29.96 | 26.06 | 50.47 | - |
| YUV | 142.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 187 | 0.18 | 0.31 | 0 | 0.27 | 264.83 | 0.3 | 0.62 |
| Hex | 99 | 81 | BB | 12 | 1F | 0 | 1B | 109 | 1E | 3E |
| Octal | 231 | 201 | 273 | 22 | 37 | 0 | 33 | 411 | 36 | 76 |
| Binary | 10011001 | 10000001 | 10111011 | 10010 | 11111 | 0 | 11011 | 100001001 | 11110 | 111110 |
Color Harmonies of #9981BB
Complementary color
Monochromatic Colors of #9981BB
Black with #9981BB
Text Example
Text Example
White with #9981BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9981BB; }
p { color: rgb(153,129,187); }
H1.HeaderClassName
{
color: #9981BB;
}
.AnyTagClassName
{
color: #9981BB;
}
</style>
background-color css
<style>
a { background-color: #9981BB; }
a { background-color: rgb(153,129,187); }
div.DivClassName
{
background-color: #9981BB;
}
.BgClassName
{
background-color: #9981BB;
}
</style>
border-color css
<style>
span { border-color: #9981BB; }
span { border-color: rgb(153,129,187); }
td.TdClassName
{
border-color: #9981BB;
}
.TagClassName
{
border-color: #9981BB;
}
</style>