Shades of Cold Purple #988CB2
Tints of Cold Purple #988CB2
RGB
CMYK
RGB Variations
Color information
#988CB2 (or 0x988CB2) is known color: Cold Purple. HEX triplet: 98, 8C and B2. RGB value is (152,140,178). Sum of RGB (Red+Green+Blue) = 152+140+178=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #988CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988CB2 is #67734D. Grayscale: #939393. Windows color (decimal): -6779726 or 11701400. OLE color: 11701400.
HSL color Cylindrical-coordinate representation of color #988CB2: hue angle of 258.95º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #988CB2 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 140 | 178 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.30 |
| HSL | 258.95º | 0.2% | 0.62% | - |
| HSV(B) | 258.95º | 0.21% | 0.7% | - |
| XYZ | 30.36 | 28.65 | 46.05 | - |
| YUV | 147.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 178 | 0.15 | 0.21 | 0 | 0.30 | 258.95 | 0.2 | 0.62 |
| Hex | 98 | 8C | B2 | F | 15 | 0 | 1E | 103 | 14 | 3E |
| Octal | 230 | 214 | 262 | 17 | 25 | 0 | 36 | 403 | 24 | 76 |
| Binary | 10011000 | 10001100 | 10110010 | 1111 | 10101 | 0 | 11110 | 100000011 | 10100 | 111110 |
Color Harmonies of #988CB2
Complementary color
Monochromatic Colors of #988CB2
Black with #988CB2
Text Example
Text Example
White with #988CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988CB2; }
p { color: rgb(152,140,178); }
H1.HeaderClassName
{
color: #988CB2;
}
.AnyTagClassName
{
color: #988CB2;
}
</style>
background-color css
<style>
a { background-color: #988CB2; }
a { background-color: rgb(152,140,178); }
div.DivClassName
{
background-color: #988CB2;
}
.BgClassName
{
background-color: #988CB2;
}
</style>
border-color css
<style>
span { border-color: #988CB2; }
span { border-color: rgb(152,140,178); }
td.TdClassName
{
border-color: #988CB2;
}
.TagClassName
{
border-color: #988CB2;
}
</style>