Shades of Cold Purple #998CC1
Tints of Cold Purple #998CC1
RGB
CMYK
RGB Variations
Color information
#998CC1 (or 0x998CC1) is known color: Cold Purple. HEX triplet: 99, 8C and C1. RGB value is (153,140,193). Sum of RGB (Red+Green+Blue) = 153+140+193=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 193 (75.78% from 255 or 39.71% from 486); Max value from RGB is 193 - color contains mainly: blue. Hex color #998CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998CC1 is #66733E. Grayscale: #959595. Windows color (decimal): -6714175 or 12684441. OLE color: 12684441.
HSL color Cylindrical-coordinate representation of color #998CC1: hue angle of 254.72º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998CC1 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 140 | 193 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.24 |
| HSL | 254.72º | 0.3% | 0.65% | - |
| HSV(B) | 254.72º | 0.27% | 0.76% | - |
| XYZ | 32.14 | 29.38 | 54.43 | - |
| YUV | 149.93 | 152.31 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 193 | 0.21 | 0.27 | 0 | 0.24 | 254.72 | 0.3 | 0.65 |
| Hex | 99 | 8C | C1 | 15 | 1B | 0 | 18 | FF | 1E | 41 |
| Octal | 231 | 214 | 301 | 25 | 33 | 0 | 30 | 377 | 36 | 101 |
| Binary | 10011001 | 10001100 | 11000001 | 10101 | 11011 | 0 | 11000 | 11111111 | 11110 | 1000001 |
Color Harmonies of #998CC1
Complementary color
Monochromatic Colors of #998CC1
Black with #998CC1
Text Example
Text Example
White with #998CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CC1; }
p { color: rgb(153,140,193); }
H1.HeaderClassName
{
color: #998CC1;
}
.AnyTagClassName
{
color: #998CC1;
}
</style>
background-color css
<style>
a { background-color: #998CC1; }
a { background-color: rgb(153,140,193); }
div.DivClassName
{
background-color: #998CC1;
}
.BgClassName
{
background-color: #998CC1;
}
</style>
border-color css
<style>
span { border-color: #998CC1; }
span { border-color: rgb(153,140,193); }
td.TdClassName
{
border-color: #998CC1;
}
.TagClassName
{
border-color: #998CC1;
}
</style>