Shades of Cold Purple #998FAA
Tints of Cold Purple #998FAA
RGB
CMYK
RGB Variations
Color information
#998FAA (or 0x998FAA) is known color: Cold Purple. HEX triplet: 99, 8F and AA. RGB value is (153,143,170). Sum of RGB (Red+Green+Blue) = 153+143+170=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 170 - color contains mainly: blue. Hex color #998FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FAA is #667055. Grayscale: #949494. Windows color (decimal): -6713430 or 11177881. OLE color: 11177881.
HSL color Cylindrical-coordinate representation of color #998FAA: hue angle of 262.22º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998FAA is Cyan = 0.1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 143 | 170 | - |
| CMYK | 0.1 | 0.16 | 0 | 0.33 |
| HSL | 262.22º | 0.14% | 0.61% | - |
| HSV(B) | 262.22º | 0.16% | 0.67% | - |
| XYZ | 30.22 | 29.32 | 42.1 | - |
| YUV | 149.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 170 | 0.1 | 0.16 | 0 | 0.33 | 262.22 | 0.14 | 0.61 |
| Hex | 99 | 8F | AA | A | 10 | 0 | 21 | 106 | E | 3D |
| Octal | 231 | 217 | 252 | 12 | 20 | 0 | 41 | 406 | 16 | 75 |
| Binary | 10011001 | 10001111 | 10101010 | 1010 | 10000 | 0 | 100001 | 100000110 | 1110 | 111101 |
Color Harmonies of #998FAA
Complementary color
Monochromatic Colors of #998FAA
Black with #998FAA
Text Example
Text Example
White with #998FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FAA; }
p { color: rgb(153,143,170); }
H1.HeaderClassName
{
color: #998FAA;
}
.AnyTagClassName
{
color: #998FAA;
}
</style>
background-color css
<style>
a { background-color: #998FAA; }
a { background-color: rgb(153,143,170); }
div.DivClassName
{
background-color: #998FAA;
}
.BgClassName
{
background-color: #998FAA;
}
</style>
border-color css
<style>
span { border-color: #998FAA; }
span { border-color: rgb(153,143,170); }
td.TdClassName
{
border-color: #998FAA;
}
.TagClassName
{
border-color: #998FAA;
}
</style>