Shades of Cold Purple #998AC1
Tints of Cold Purple #998AC1
RGB
CMYK
RGB Variations
Color information
#998AC1 (or 0x998AC1) is known color: Cold Purple. HEX triplet: 99, 8A and C1. RGB value is (153,138,193). Sum of RGB (Red+Green+Blue) = 153+138+193=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #998AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998AC1 is #66753E. Grayscale: #949494. Windows color (decimal): -6714687 or 12683929. OLE color: 12683929.
HSL color Cylindrical-coordinate representation of color #998AC1: hue angle of 256.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #998AC1 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 138 | 193 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.24 |
| HSL | 256.36º | 0.31% | 0.65% | - |
| HSV(B) | 256.36º | 0.28% | 0.76% | - |
| XYZ | 31.85 | 28.8 | 54.33 | - |
| YUV | 148.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 193 | 0.21 | 0.28 | 0 | 0.24 | 256.36 | 0.31 | 0.65 |
| Hex | 99 | 8A | C1 | 15 | 1C | 0 | 18 | 100 | 1F | 41 |
| Octal | 231 | 212 | 301 | 25 | 34 | 0 | 30 | 400 | 37 | 101 |
| Binary | 10011001 | 10001010 | 11000001 | 10101 | 11100 | 0 | 11000 | 100000000 | 11111 | 1000001 |
Color Harmonies of #998AC1
Complementary color
Monochromatic Colors of #998AC1
Black with #998AC1
Text Example
Text Example
White with #998AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AC1; }
p { color: rgb(153,138,193); }
H1.HeaderClassName
{
color: #998AC1;
}
.AnyTagClassName
{
color: #998AC1;
}
</style>
background-color css
<style>
a { background-color: #998AC1; }
a { background-color: rgb(153,138,193); }
div.DivClassName
{
background-color: #998AC1;
}
.BgClassName
{
background-color: #998AC1;
}
</style>
border-color css
<style>
span { border-color: #998AC1; }
span { border-color: rgb(153,138,193); }
td.TdClassName
{
border-color: #998AC1;
}
.TagClassName
{
border-color: #998AC1;
}
</style>