Shades of Cold Purple #998ABB
Tints of Cold Purple #998ABB
RGB
CMYK
RGB Variations
Color information
#998ABB (or 0x998ABB) is known color: Cold Purple. HEX triplet: 99, 8A and BB. RGB value is (153,138,187). Sum of RGB (Red+Green+Blue) = 153+138+187=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #998ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998ABB is #667544. Grayscale: #939393. Windows color (decimal): -6714693 or 12290713. OLE color: 12290713.
HSL color Cylindrical-coordinate representation of color #998ABB: hue angle of 258.37º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #998ABB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 138 | 187 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.27 |
| HSL | 258.37º | 0.26% | 0.64% | - |
| HSV(B) | 258.37º | 0.26% | 0.73% | - |
| XYZ | 31.19 | 28.54 | 50.88 | - |
| YUV | 148.07 | 149.97 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 187 | 0.18 | 0.26 | 0 | 0.27 | 258.37 | 0.26 | 0.64 |
| Hex | 99 | 8A | BB | 12 | 1A | 0 | 1B | 102 | 1A | 40 |
| Octal | 231 | 212 | 273 | 22 | 32 | 0 | 33 | 402 | 32 | 100 |
| Binary | 10011001 | 10001010 | 10111011 | 10010 | 11010 | 0 | 11011 | 100000010 | 11010 | 1000000 |
Color Harmonies of #998ABB
Complementary color
Monochromatic Colors of #998ABB
Black with #998ABB
Text Example
Text Example
White with #998ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998ABB; }
p { color: rgb(153,138,187); }
H1.HeaderClassName
{
color: #998ABB;
}
.AnyTagClassName
{
color: #998ABB;
}
</style>
background-color css
<style>
a { background-color: #998ABB; }
a { background-color: rgb(153,138,187); }
div.DivClassName
{
background-color: #998ABB;
}
.BgClassName
{
background-color: #998ABB;
}
</style>
border-color css
<style>
span { border-color: #998ABB; }
span { border-color: rgb(153,138,187); }
td.TdClassName
{
border-color: #998ABB;
}
.TagClassName
{
border-color: #998ABB;
}
</style>