Shades of Cold Purple #9888CF
Tints of Cold Purple #9888CF
RGB
CMYK
RGB Variations
Color information
#9888CF (or 0x9888CF) is known color: Cold Purple. HEX triplet: 98, 88 and CF. RGB value is (152,136,207). Sum of RGB (Red+Green+Blue) = 152+136+207=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #9888CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9888CF is #677730. Grayscale: #949494. Windows color (decimal): -6780721 or 13600920. OLE color: 13600920.
HSL color Cylindrical-coordinate representation of color #9888CF: hue angle of 253.52º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9888CF is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 136 | 207 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.19 |
| HSL | 253.52º | 0.43% | 0.67% | - |
| HSV(B) | 253.52º | 0.34% | 0.81% | - |
| XYZ | 33.02 | 28.79 | 62.85 | - |
| YUV | 148.88 | 160.8 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 136 | 207 | 0.27 | 0.34 | 0 | 0.19 | 253.52 | 0.43 | 0.67 |
| Hex | 98 | 88 | CF | 1B | 22 | 0 | 13 | FE | 2B | 43 |
| Octal | 230 | 210 | 317 | 33 | 42 | 0 | 23 | 376 | 53 | 103 |
| Binary | 10011000 | 10001000 | 11001111 | 11011 | 100010 | 0 | 10011 | 11111110 | 101011 | 1000011 |
Color Harmonies of #9888CF
Complementary color
Monochromatic Colors of #9888CF
Black with #9888CF
Text Example
Text Example
White with #9888CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9888CF; }
p { color: rgb(152,136,207); }
H1.HeaderClassName
{
color: #9888CF;
}
.AnyTagClassName
{
color: #9888CF;
}
</style>
background-color css
<style>
a { background-color: #9888CF; }
a { background-color: rgb(152,136,207); }
div.DivClassName
{
background-color: #9888CF;
}
.BgClassName
{
background-color: #9888CF;
}
</style>
border-color css
<style>
span { border-color: #9888CF; }
span { border-color: rgb(152,136,207); }
td.TdClassName
{
border-color: #9888CF;
}
.TagClassName
{
border-color: #9888CF;
}
</style>