Shades of Cold Purple #9883BC
Tints of Cold Purple #9883BC
RGB
CMYK
RGB Variations
Color information
#9883BC (or 0x9883BC) is known color: Cold Purple. HEX triplet: 98, 83 and BC. RGB value is (152,131,188). Sum of RGB (Red+Green+Blue) = 152+131+188=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #9883BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9883BC is #677C43. Grayscale: #8F8F8F. Windows color (decimal): -6782020 or 12354456. OLE color: 12354456.
HSL color Cylindrical-coordinate representation of color #9883BC: hue angle of 262.11º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9883BC is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 131 | 188 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.26 |
| HSL | 262.11º | 0.3% | 0.63% | - |
| HSV(B) | 262.11º | 0.3% | 0.74% | - |
| XYZ | 30.14 | 26.54 | 51.11 | - |
| YUV | 143.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 188 | 0.19 | 0.30 | 0 | 0.26 | 262.11 | 0.3 | 0.63 |
| Hex | 98 | 83 | BC | 13 | 1E | 0 | 1A | 106 | 1E | 3F |
| Octal | 230 | 203 | 274 | 23 | 36 | 0 | 32 | 406 | 36 | 77 |
| Binary | 10011000 | 10000011 | 10111100 | 10011 | 11110 | 0 | 11010 | 100000110 | 11110 | 111111 |
Color Harmonies of #9883BC
Complementary color
Monochromatic Colors of #9883BC
Black with #9883BC
Text Example
Text Example
White with #9883BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9883BC; }
p { color: rgb(152,131,188); }
H1.HeaderClassName
{
color: #9883BC;
}
.AnyTagClassName
{
color: #9883BC;
}
</style>
background-color css
<style>
a { background-color: #9883BC; }
a { background-color: rgb(152,131,188); }
div.DivClassName
{
background-color: #9883BC;
}
.BgClassName
{
background-color: #9883BC;
}
</style>
border-color css
<style>
span { border-color: #9883BC; }
span { border-color: rgb(152,131,188); }
td.TdClassName
{
border-color: #9883BC;
}
.TagClassName
{
border-color: #9883BC;
}
</style>