Shades of Cold Purple #9886CC
Tints of Cold Purple #9886CC
RGB
CMYK
RGB Variations
Color information
#9886CC (or 0x9886CC) is known color: Cold Purple. HEX triplet: 98, 86 and CC. RGB value is (152,134,204). Sum of RGB (Red+Green+Blue) = 152+134+204=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 134 (52.73% from 255 or 27.35% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #9886CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886CC is #677933. Grayscale: #939393. Windows color (decimal): -6781236 or 13403800. OLE color: 13403800.
HSL color Cylindrical-coordinate representation of color #9886CC: hue angle of 255.43º degrees, saturation: 0.41, 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 #9886CC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 152 | 134 | 204 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.2 |
| HSL | 255.43º | 0.41% | 0.66% | - |
| HSV(B) | 255.43º | 0.34% | 0.8% | - |
| XYZ | 32.37 | 28.09 | 60.84 | - |
| YUV | 147.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 204 | 0.25 | 0.34 | 0 | 0.2 | 255.43 | 0.41 | 0.66 |
| Hex | 98 | 86 | CC | 19 | 22 | 0 | 14 | FF | 29 | 42 |
| Octal | 230 | 206 | 314 | 31 | 42 | 0 | 24 | 377 | 51 | 102 |
| Binary | 10011000 | 10000110 | 11001100 | 11001 | 100010 | 0 | 10100 | 11111111 | 101001 | 1000010 |
Color Harmonies of #9886CC
Complementary color
Monochromatic Colors of #9886CC
Black with #9886CC
Text Example
Text Example
White with #9886CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886CC; }
p { color: rgb(152,134,204); }
H1.HeaderClassName
{
color: #9886CC;
}
.AnyTagClassName
{
color: #9886CC;
}
</style>
background-color css
<style>
a { background-color: #9886CC; }
a { background-color: rgb(152,134,204); }
div.DivClassName
{
background-color: #9886CC;
}
.BgClassName
{
background-color: #9886CC;
}
</style>
border-color css
<style>
span { border-color: #9886CC; }
span { border-color: rgb(152,134,204); }
td.TdClassName
{
border-color: #9886CC;
}
.TagClassName
{
border-color: #9886CC;
}
</style>