Shades of Cold Purple #988ACF
Tints of Cold Purple #988ACF
RGB
CMYK
RGB Variations
Color information
#988ACF (or 0x988ACF) is known color: Cold Purple. HEX triplet: 98, 8A and CF. RGB value is (152,138,207). Sum of RGB (Red+Green+Blue) = 152+138+207=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #988ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ACF is #677530. Grayscale: #959595. Windows color (decimal): -6780209 or 13601432. OLE color: 13601432.
HSL color Cylindrical-coordinate representation of color #988ACF: hue angle of 252.17º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #988ACF is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 138 | 207 | - |
| CMYK | 0.27 | 0.33 | 0 | 0.19 |
| HSL | 252.17º | 0.42% | 0.68% | - |
| HSV(B) | 252.17º | 0.33% | 0.81% | - |
| XYZ | 33.3 | 29.36 | 62.94 | - |
| YUV | 150.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 207 | 0.27 | 0.33 | 0 | 0.19 | 252.17 | 0.42 | 0.68 |
| Hex | 98 | 8A | CF | 1B | 21 | 0 | 13 | FC | 2A | 44 |
| Octal | 230 | 212 | 317 | 33 | 41 | 0 | 23 | 374 | 52 | 104 |
| Binary | 10011000 | 10001010 | 11001111 | 11011 | 100001 | 0 | 10011 | 11111100 | 101010 | 1000100 |
Color Harmonies of #988ACF
Complementary color
Monochromatic Colors of #988ACF
Black with #988ACF
Text Example
Text Example
White with #988ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988ACF; }
p { color: rgb(152,138,207); }
H1.HeaderClassName
{
color: #988ACF;
}
.AnyTagClassName
{
color: #988ACF;
}
</style>
background-color css
<style>
a { background-color: #988ACF; }
a { background-color: rgb(152,138,207); }
div.DivClassName
{
background-color: #988ACF;
}
.BgClassName
{
background-color: #988ACF;
}
</style>
border-color css
<style>
span { border-color: #988ACF; }
span { border-color: rgb(152,138,207); }
td.TdClassName
{
border-color: #988ACF;
}
.TagClassName
{
border-color: #988ACF;
}
</style>