Shades of Cold Purple #988AAF
Tints of Cold Purple #988AAF
RGB
CMYK
RGB Variations
Color information
#988AAF (or 0x988AAF) is known color: Cold Purple. HEX triplet: 98, 8A and AF. RGB value is (152,138,175). Sum of RGB (Red+Green+Blue) = 152+138+175=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 175 - color contains mainly: blue. Hex color #988AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988AAF is #677550. Grayscale: #929292. Windows color (decimal): -6780241 or 11504280. OLE color: 11504280.
HSL color Cylindrical-coordinate representation of color #988AAF: hue angle of 262.7º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #988AAF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 138 | 175 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.31 |
| HSL | 262.7º | 0.19% | 0.61% | - |
| HSV(B) | 262.7º | 0.21% | 0.69% | - |
| XYZ | 29.78 | 27.95 | 44.38 | - |
| YUV | 146.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 175 | 0.13 | 0.21 | 0 | 0.31 | 262.7 | 0.19 | 0.61 |
| Hex | 98 | 8A | AF | D | 15 | 0 | 1F | 107 | 13 | 3D |
| Octal | 230 | 212 | 257 | 15 | 25 | 0 | 37 | 407 | 23 | 75 |
| Binary | 10011000 | 10001010 | 10101111 | 1101 | 10101 | 0 | 11111 | 100000111 | 10011 | 111101 |
Color Harmonies of #988AAF
Complementary color
Monochromatic Colors of #988AAF
Black with #988AAF
Text Example
Text Example
White with #988AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988AAF; }
p { color: rgb(152,138,175); }
H1.HeaderClassName
{
color: #988AAF;
}
.AnyTagClassName
{
color: #988AAF;
}
</style>
background-color css
<style>
a { background-color: #988AAF; }
a { background-color: rgb(152,138,175); }
div.DivClassName
{
background-color: #988AAF;
}
.BgClassName
{
background-color: #988AAF;
}
</style>
border-color css
<style>
span { border-color: #988AAF; }
span { border-color: rgb(152,138,175); }
td.TdClassName
{
border-color: #988AAF;
}
.TagClassName
{
border-color: #988AAF;
}
</style>