Shades of Cold Purple #9883BF
Tints of Cold Purple #9883BF
RGB
CMYK
RGB Variations
Color information
#9883BF (or 0x9883BF) is known color: Cold Purple. HEX triplet: 98, 83 and BF. RGB value is (152,131,191). Sum of RGB (Red+Green+Blue) = 152+131+191=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #9883BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883BF is #677C40. Grayscale: #8F8F8F. Windows color (decimal): -6782017 or 12551064. OLE color: 12551064.
HSL color Cylindrical-coordinate representation of color #9883BF: hue angle of 261º 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 #9883BF is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 131 | 191 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.25 |
| HSL | 261º | 0.32% | 0.63% | - |
| HSV(B) | 261º | 0.31% | 0.75% | - |
| XYZ | 30.47 | 26.67 | 52.83 | - |
| YUV | 144.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 191 | 0.20 | 0.31 | 0 | 0.25 | 261 | 0.32 | 0.63 |
| Hex | 98 | 83 | BF | 14 | 1F | 0 | 19 | 105 | 20 | 3F |
| Octal | 230 | 203 | 277 | 24 | 37 | 0 | 31 | 405 | 40 | 77 |
| Binary | 10011000 | 10000011 | 10111111 | 10100 | 11111 | 0 | 11001 | 100000101 | 100000 | 111111 |
Color Harmonies of #9883BF
Complementary color
Monochromatic Colors of #9883BF
Black with #9883BF
Text Example
Text Example
White with #9883BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883BF; }
p { color: rgb(152,131,191); }
H1.HeaderClassName
{
color: #9883BF;
}
.AnyTagClassName
{
color: #9883BF;
}
</style>
background-color css
<style>
a { background-color: #9883BF; }
a { background-color: rgb(152,131,191); }
div.DivClassName
{
background-color: #9883BF;
}
.BgClassName
{
background-color: #9883BF;
}
</style>
border-color css
<style>
span { border-color: #9883BF; }
span { border-color: rgb(152,131,191); }
td.TdClassName
{
border-color: #9883BF;
}
.TagClassName
{
border-color: #9883BF;
}
</style>