Shades of Cold Purple #9881BB
Tints of Cold Purple #9881BB
RGB
CMYK
RGB Variations
Color information
#9881BB (or 0x9881BB) is known color: Cold Purple. HEX triplet: 98, 81 and BB. RGB value is (152,129,187). Sum of RGB (Red+Green+Blue) = 152+129+187=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 187 - color contains mainly: blue. Hex color #9881BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9881BB is #677E44. Grayscale: #8E8E8E. Windows color (decimal): -6782533 or 12288408. OLE color: 12288408.
HSL color Cylindrical-coordinate representation of color #9881BB: hue angle of 263.79º 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 #9881BB is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 129 | 187 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.27 |
| HSL | 263.79º | 0.3% | 0.62% | - |
| HSV(B) | 263.79º | 0.31% | 0.73% | - |
| XYZ | 29.77 | 25.96 | 50.46 | - |
| YUV | 142.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 187 | 0.19 | 0.31 | 0 | 0.27 | 263.79 | 0.3 | 0.62 |
| Hex | 98 | 81 | BB | 13 | 1F | 0 | 1B | 108 | 1E | 3E |
| Octal | 230 | 201 | 273 | 23 | 37 | 0 | 33 | 410 | 36 | 76 |
| Binary | 10011000 | 10000001 | 10111011 | 10011 | 11111 | 0 | 11011 | 100001000 | 11110 | 111110 |
Color Harmonies of #9881BB
Complementary color
Monochromatic Colors of #9881BB
Black with #9881BB
Text Example
Text Example
White with #9881BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9881BB; }
p { color: rgb(152,129,187); }
H1.HeaderClassName
{
color: #9881BB;
}
.AnyTagClassName
{
color: #9881BB;
}
</style>
background-color css
<style>
a { background-color: #9881BB; }
a { background-color: rgb(152,129,187); }
div.DivClassName
{
background-color: #9881BB;
}
.BgClassName
{
background-color: #9881BB;
}
</style>
border-color css
<style>
span { border-color: #9881BB; }
span { border-color: rgb(152,129,187); }
td.TdClassName
{
border-color: #9881BB;
}
.TagClassName
{
border-color: #9881BB;
}
</style>