Shades of Cold Purple #988ACD
Tints of Cold Purple #988ACD
RGB
CMYK
RGB Variations
Color information
#988ACD (or 0x988ACD) is known color: Cold Purple. HEX triplet: 98, 8A and CD. RGB value is (152,138,205). Sum of RGB (Red+Green+Blue) = 152+138+205=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #988ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #988ACD is #677532. Grayscale: #959595. Windows color (decimal): -6780211 or 13470360. OLE color: 13470360.
HSL color Cylindrical-coordinate representation of color #988ACD: hue angle of 252.54º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #988ACD is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 138 | 205 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.20 |
| HSL | 252.54º | 0.4% | 0.67% | - |
| HSV(B) | 252.54º | 0.33% | 0.8% | - |
| XYZ | 33.06 | 29.26 | 61.66 | - |
| YUV | 149.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 138 | 205 | 0.26 | 0.33 | 0 | 0.20 | 252.54 | 0.4 | 0.67 |
| Hex | 98 | 8A | CD | 1A | 21 | 0 | 14 | FD | 28 | 43 |
| Octal | 230 | 212 | 315 | 32 | 41 | 0 | 24 | 375 | 50 | 103 |
| Binary | 10011000 | 10001010 | 11001101 | 11010 | 100001 | 0 | 10100 | 11111101 | 101000 | 1000011 |
Color Harmonies of #988ACD
Complementary color
Monochromatic Colors of #988ACD
Black with #988ACD
Text Example
Text Example
White with #988ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988ACD; }
p { color: rgb(152,138,205); }
H1.HeaderClassName
{
color: #988ACD;
}
.AnyTagClassName
{
color: #988ACD;
}
</style>
background-color css
<style>
a { background-color: #988ACD; }
a { background-color: rgb(152,138,205); }
div.DivClassName
{
background-color: #988ACD;
}
.BgClassName
{
background-color: #988ACD;
}
</style>
border-color css
<style>
span { border-color: #988ACD; }
span { border-color: rgb(152,138,205); }
td.TdClassName
{
border-color: #988ACD;
}
.TagClassName
{
border-color: #988ACD;
}
</style>