Shades of Cold Purple #998FBE
Tints of Cold Purple #998FBE
RGB
CMYK
RGB Variations
Color information
#998FBE (or 0x998FBE) is known color: Cold Purple. HEX triplet: 99, 8F and BE. RGB value is (153,143,190). Sum of RGB (Red+Green+Blue) = 153+143+190=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #998FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FBE is #667041. Grayscale: #979797. Windows color (decimal): -6713410 or 12488601. OLE color: 12488601.
HSL color Cylindrical-coordinate representation of color #998FBE: hue angle of 252.77º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998FBE is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 143 | 190 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.25 |
| HSL | 252.77º | 0.27% | 0.65% | - |
| HSV(B) | 252.77º | 0.25% | 0.75% | - |
| XYZ | 32.25 | 30.13 | 52.83 | - |
| YUV | 151.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 190 | 0.19 | 0.25 | 0 | 0.25 | 252.77 | 0.27 | 0.65 |
| Hex | 99 | 8F | BE | 13 | 19 | 0 | 19 | FD | 1B | 41 |
| Octal | 231 | 217 | 276 | 23 | 31 | 0 | 31 | 375 | 33 | 101 |
| Binary | 10011001 | 10001111 | 10111110 | 10011 | 11001 | 0 | 11001 | 11111101 | 11011 | 1000001 |
Color Harmonies of #998FBE
Complementary color
Monochromatic Colors of #998FBE
Black with #998FBE
Text Example
Text Example
White with #998FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FBE; }
p { color: rgb(153,143,190); }
H1.HeaderClassName
{
color: #998FBE;
}
.AnyTagClassName
{
color: #998FBE;
}
</style>
background-color css
<style>
a { background-color: #998FBE; }
a { background-color: rgb(153,143,190); }
div.DivClassName
{
background-color: #998FBE;
}
.BgClassName
{
background-color: #998FBE;
}
</style>
border-color css
<style>
span { border-color: #998FBE; }
span { border-color: rgb(153,143,190); }
td.TdClassName
{
border-color: #998FBE;
}
.TagClassName
{
border-color: #998FBE;
}
</style>