Shades of Cold Purple #998FAF
Tints of Cold Purple #998FAF
RGB
CMYK
RGB Variations
Color information
#998FAF (or 0x998FAF) is known color: Cold Purple. HEX triplet: 99, 8F and AF. RGB value is (153,143,175). Sum of RGB (Red+Green+Blue) = 153+143+175=471 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.48% from 471); Green value is 143 (56.25% from 255 or 30.36% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #998FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FAF is #667050. Grayscale: #959595. Windows color (decimal): -6713425 or 11505561. OLE color: 11505561.
HSL color Cylindrical-coordinate representation of color #998FAF: hue angle of 258.75º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #998FAF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 143 | 175 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.31 |
| HSL | 258.75º | 0.17% | 0.62% | - |
| HSV(B) | 258.75º | 0.18% | 0.69% | - |
| XYZ | 30.7 | 29.51 | 44.64 | - |
| YUV | 149.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 175 | 0.13 | 0.18 | 0 | 0.31 | 258.75 | 0.17 | 0.62 |
| Hex | 99 | 8F | AF | D | 12 | 0 | 1F | 103 | 11 | 3E |
| Octal | 231 | 217 | 257 | 15 | 22 | 0 | 37 | 403 | 21 | 76 |
| Binary | 10011001 | 10001111 | 10101111 | 1101 | 10010 | 0 | 11111 | 100000011 | 10001 | 111110 |
Color Harmonies of #998FAF
Complementary color
Monochromatic Colors of #998FAF
Black with #998FAF
Text Example
Text Example
White with #998FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FAF; }
p { color: rgb(153,143,175); }
H1.HeaderClassName
{
color: #998FAF;
}
.AnyTagClassName
{
color: #998FAF;
}
</style>
background-color css
<style>
a { background-color: #998FAF; }
a { background-color: rgb(153,143,175); }
div.DivClassName
{
background-color: #998FAF;
}
.BgClassName
{
background-color: #998FAF;
}
</style>
border-color css
<style>
span { border-color: #998FAF; }
span { border-color: rgb(153,143,175); }
td.TdClassName
{
border-color: #998FAF;
}
.TagClassName
{
border-color: #998FAF;
}
</style>