Shades of Cold Purple #9886CB
Tints of Cold Purple #9886CB
RGB
CMYK
RGB Variations
Color information
#9886CB (or 0x9886CB) is known color: Cold Purple. HEX triplet: 98, 86 and CB. RGB value is (152,134,203). Sum of RGB (Red+Green+Blue) = 152+134+203=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 134 (52.73% from 255 or 27.40% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #9886CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886CB is #677934. Grayscale: #929292. Windows color (decimal): -6781237 or 13338264. OLE color: 13338264.
HSL color Cylindrical-coordinate representation of color #9886CB: hue angle of 255.65º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9886CB is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 134 | 203 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.20 |
| HSL | 255.65º | 0.4% | 0.66% | - |
| HSV(B) | 255.65º | 0.34% | 0.8% | - |
| XYZ | 32.25 | 28.04 | 60.21 | - |
| YUV | 147.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 203 | 0.25 | 0.34 | 0 | 0.20 | 255.65 | 0.4 | 0.66 |
| Hex | 98 | 86 | CB | 19 | 22 | 0 | 14 | 100 | 28 | 42 |
| Octal | 230 | 206 | 313 | 31 | 42 | 0 | 24 | 400 | 50 | 102 |
| Binary | 10011000 | 10000110 | 11001011 | 11001 | 100010 | 0 | 10100 | 100000000 | 101000 | 1000010 |
Color Harmonies of #9886CB
Complementary color
Monochromatic Colors of #9886CB
Black with #9886CB
Text Example
Text Example
White with #9886CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886CB; }
p { color: rgb(152,134,203); }
H1.HeaderClassName
{
color: #9886CB;
}
.AnyTagClassName
{
color: #9886CB;
}
</style>
background-color css
<style>
a { background-color: #9886CB; }
a { background-color: rgb(152,134,203); }
div.DivClassName
{
background-color: #9886CB;
}
.BgClassName
{
background-color: #9886CB;
}
</style>
border-color css
<style>
span { border-color: #9886CB; }
span { border-color: rgb(152,134,203); }
td.TdClassName
{
border-color: #9886CB;
}
.TagClassName
{
border-color: #9886CB;
}
</style>