Shades of Cold Purple #9886C4
Tints of Cold Purple #9886C4
RGB
CMYK
RGB Variations
Color information
#9886C4 (or 0x9886C4) is known color: Cold Purple. HEX triplet: 98, 86 and C4. RGB value is (152,134,196). Sum of RGB (Red+Green+Blue) = 152+134+196=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #9886C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886C4 is #67793B. Grayscale: #929292. Windows color (decimal): -6781244 or 12879512. OLE color: 12879512.
HSL color Cylindrical-coordinate representation of color #9886C4: hue angle of 257.42º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9886C4 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 152 | 134 | 196 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.23 |
| HSL | 257.42º | 0.34% | 0.65% | - |
| HSV(B) | 257.42º | 0.32% | 0.77% | - |
| XYZ | 31.44 | 27.71 | 55.92 | - |
| YUV | 146.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 196 | 0.22 | 0.32 | 0 | 0.23 | 257.42 | 0.34 | 0.65 |
| Hex | 98 | 86 | C4 | 16 | 20 | 0 | 17 | 101 | 22 | 41 |
| Octal | 230 | 206 | 304 | 26 | 40 | 0 | 27 | 401 | 42 | 101 |
| Binary | 10011000 | 10000110 | 11000100 | 10110 | 100000 | 0 | 10111 | 100000001 | 100010 | 1000001 |
Color Harmonies of #9886C4
Complementary color
Monochromatic Colors of #9886C4
Black with #9886C4
Text Example
Text Example
White with #9886C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886C4; }
p { color: rgb(152,134,196); }
H1.HeaderClassName
{
color: #9886C4;
}
.AnyTagClassName
{
color: #9886C4;
}
</style>
background-color css
<style>
a { background-color: #9886C4; }
a { background-color: rgb(152,134,196); }
div.DivClassName
{
background-color: #9886C4;
}
.BgClassName
{
background-color: #9886C4;
}
</style>
border-color css
<style>
span { border-color: #9886C4; }
span { border-color: rgb(152,134,196); }
td.TdClassName
{
border-color: #9886C4;
}
.TagClassName
{
border-color: #9886C4;
}
</style>