Shades of Cold Purple #988ABD
Tints of Cold Purple #988ABD
RGB
CMYK
RGB Variations
Color information
#988ABD (or 0x988ABD) is known color: Cold Purple. HEX triplet: 98, 8A and BD. RGB value is (152,138,189). Sum of RGB (Red+Green+Blue) = 152+138+189=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 138 (54.30% from 255 or 28.81% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #988ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ABD is #677542. Grayscale: #939393. Windows color (decimal): -6780227 or 12421784. OLE color: 12421784.
HSL color Cylindrical-coordinate representation of color #988ABD: hue angle of 256.47º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #988ABD is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 138 | 189 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.26 |
| HSL | 256.47º | 0.28% | 0.64% | - |
| HSV(B) | 256.47º | 0.27% | 0.74% | - |
| XYZ | 31.22 | 28.53 | 52 | - |
| YUV | 148 | 151.14 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 189 | 0.20 | 0.27 | 0 | 0.26 | 256.47 | 0.28 | 0.64 |
| Hex | 98 | 8A | BD | 14 | 1B | 0 | 1A | 100 | 1C | 40 |
| Octal | 230 | 212 | 275 | 24 | 33 | 0 | 32 | 400 | 34 | 100 |
| Binary | 10011000 | 10001010 | 10111101 | 10100 | 11011 | 0 | 11010 | 100000000 | 11100 | 1000000 |
Color Harmonies of #988ABD
Complementary color
Monochromatic Colors of #988ABD
Black with #988ABD
Text Example
Text Example
White with #988ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988ABD; }
p { color: rgb(152,138,189); }
H1.HeaderClassName
{
color: #988ABD;
}
.AnyTagClassName
{
color: #988ABD;
}
</style>
background-color css
<style>
a { background-color: #988ABD; }
a { background-color: rgb(152,138,189); }
div.DivClassName
{
background-color: #988ABD;
}
.BgClassName
{
background-color: #988ABD;
}
</style>
border-color css
<style>
span { border-color: #988ABD; }
span { border-color: rgb(152,138,189); }
td.TdClassName
{
border-color: #988ABD;
}
.TagClassName
{
border-color: #988ABD;
}
</style>