Shades of Cold Purple #998BCE
Tints of Cold Purple #998BCE
RGB
CMYK
RGB Variations
Color information
#998BCE (or 0x998BCE) is known color: Cold Purple. HEX triplet: 99, 8B and CE. RGB value is (153,139,206). Sum of RGB (Red+Green+Blue) = 153+139+206=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #998BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BCE is #667431. Grayscale: #969696. Windows color (decimal): -6714418 or 13536153. OLE color: 13536153.
HSL color Cylindrical-coordinate representation of color #998BCE: hue angle of 252.54º degrees, saturation: 0.41, 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 #998BCE is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 139 | 206 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.19 |
| HSL | 252.54º | 0.41% | 0.68% | - |
| HSV(B) | 252.54º | 0.33% | 0.81% | - |
| XYZ | 33.51 | 29.69 | 62.36 | - |
| YUV | 150.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 206 | 0.26 | 0.33 | 0 | 0.19 | 252.54 | 0.41 | 0.68 |
| Hex | 99 | 8B | CE | 1A | 21 | 0 | 13 | FD | 29 | 44 |
| Octal | 231 | 213 | 316 | 32 | 41 | 0 | 23 | 375 | 51 | 104 |
| Binary | 10011001 | 10001011 | 11001110 | 11010 | 100001 | 0 | 10011 | 11111101 | 101001 | 1000100 |
Color Harmonies of #998BCE
Complementary color
Monochromatic Colors of #998BCE
Black with #998BCE
Text Example
Text Example
White with #998BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BCE; }
p { color: rgb(153,139,206); }
H1.HeaderClassName
{
color: #998BCE;
}
.AnyTagClassName
{
color: #998BCE;
}
</style>
background-color css
<style>
a { background-color: #998BCE; }
a { background-color: rgb(153,139,206); }
div.DivClassName
{
background-color: #998BCE;
}
.BgClassName
{
background-color: #998BCE;
}
</style>
border-color css
<style>
span { border-color: #998BCE; }
span { border-color: rgb(153,139,206); }
td.TdClassName
{
border-color: #998BCE;
}
.TagClassName
{
border-color: #998BCE;
}
</style>