Shades of Cold Purple #9883BB
Tints of Cold Purple #9883BB
RGB
CMYK
RGB Variations
Color information
#9883BB (or 0x9883BB) is known color: Cold Purple. HEX triplet: 98, 83 and BB. RGB value is (152,131,187). Sum of RGB (Red+Green+Blue) = 152+131+187=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 131 (51.56% from 255 or 27.87% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #9883BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883BB is #677C44. Grayscale: #8F8F8F. Windows color (decimal): -6782021 or 12288920. OLE color: 12288920.
HSL color Cylindrical-coordinate representation of color #9883BB: hue angle of 262.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9883BB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 131 | 187 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.27 |
| HSL | 262.5º | 0.29% | 0.62% | - |
| HSV(B) | 262.5º | 0.3% | 0.73% | - |
| XYZ | 30.03 | 26.5 | 50.54 | - |
| YUV | 143.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 187 | 0.19 | 0.30 | 0 | 0.27 | 262.5 | 0.29 | 0.62 |
| Hex | 98 | 83 | BB | 13 | 1E | 0 | 1B | 106 | 1D | 3E |
| Octal | 230 | 203 | 273 | 23 | 36 | 0 | 33 | 406 | 35 | 76 |
| Binary | 10011000 | 10000011 | 10111011 | 10011 | 11110 | 0 | 11011 | 100000110 | 11101 | 111110 |
Color Harmonies of #9883BB
Complementary color
Monochromatic Colors of #9883BB
Black with #9883BB
Text Example
Text Example
White with #9883BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883BB; }
p { color: rgb(152,131,187); }
H1.HeaderClassName
{
color: #9883BB;
}
.AnyTagClassName
{
color: #9883BB;
}
</style>
background-color css
<style>
a { background-color: #9883BB; }
a { background-color: rgb(152,131,187); }
div.DivClassName
{
background-color: #9883BB;
}
.BgClassName
{
background-color: #9883BB;
}
</style>
border-color css
<style>
span { border-color: #9883BB; }
span { border-color: rgb(152,131,187); }
td.TdClassName
{
border-color: #9883BB;
}
.TagClassName
{
border-color: #9883BB;
}
</style>