Shades of Cold Purple #998BCF
Tints of Cold Purple #998BCF
RGB
CMYK
RGB Variations
Color information
#998BCF (or 0x998BCF) is known color: Cold Purple. HEX triplet: 99, 8B and CF. RGB value is (153,139,207). Sum of RGB (Red+Green+Blue) = 153+139+207=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #998BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998BCF is #667430. Grayscale: #969696. Windows color (decimal): -6714417 or 13601689. OLE color: 13601689.
HSL color Cylindrical-coordinate representation of color #998BCF: hue angle of 252.35º 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 #998BCF is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 139 | 207 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.19 |
| HSL | 252.35º | 0.41% | 0.68% | - |
| HSV(B) | 252.35º | 0.33% | 0.81% | - |
| XYZ | 33.63 | 29.74 | 63 | - |
| YUV | 150.94 | 159.64 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 207 | 0.26 | 0.33 | 0 | 0.19 | 252.35 | 0.41 | 0.68 |
| Hex | 99 | 8B | CF | 1A | 21 | 0 | 13 | FC | 29 | 44 |
| Octal | 231 | 213 | 317 | 32 | 41 | 0 | 23 | 374 | 51 | 104 |
| Binary | 10011001 | 10001011 | 11001111 | 11010 | 100001 | 0 | 10011 | 11111100 | 101001 | 1000100 |
Color Harmonies of #998BCF
Complementary color
Monochromatic Colors of #998BCF
Black with #998BCF
Text Example
Text Example
White with #998BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BCF; }
p { color: rgb(153,139,207); }
H1.HeaderClassName
{
color: #998BCF;
}
.AnyTagClassName
{
color: #998BCF;
}
</style>
background-color css
<style>
a { background-color: #998BCF; }
a { background-color: rgb(153,139,207); }
div.DivClassName
{
background-color: #998BCF;
}
.BgClassName
{
background-color: #998BCF;
}
</style>
border-color css
<style>
span { border-color: #998BCF; }
span { border-color: rgb(153,139,207); }
td.TdClassName
{
border-color: #998BCF;
}
.TagClassName
{
border-color: #998BCF;
}
</style>