Shades of Cold Purple #998FC4
Tints of Cold Purple #998FC4
RGB
CMYK
RGB Variations
Color information
#998FC4 (or 0x998FC4) is known color: Cold Purple. HEX triplet: 99, 8F and C4. RGB value is (153,143,196). Sum of RGB (Red+Green+Blue) = 153+143+196=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #998FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #998FC4 is #66703B. Grayscale: #979797. Windows color (decimal): -6713404 or 12881817. OLE color: 12881817.
HSL color Cylindrical-coordinate representation of color #998FC4: hue angle of 251.32º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998FC4 is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 143 | 196 | - |
| CMYK | 0.22 | 0.27 | 0 | 0.23 |
| HSL | 251.32º | 0.31% | 0.66% | - |
| HSV(B) | 251.32º | 0.27% | 0.77% | - |
| XYZ | 32.92 | 30.4 | 56.36 | - |
| YUV | 152.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 196 | 0.22 | 0.27 | 0 | 0.23 | 251.32 | 0.31 | 0.66 |
| Hex | 99 | 8F | C4 | 16 | 1B | 0 | 17 | FB | 1F | 42 |
| Octal | 231 | 217 | 304 | 26 | 33 | 0 | 27 | 373 | 37 | 102 |
| Binary | 10011001 | 10001111 | 11000100 | 10110 | 11011 | 0 | 10111 | 11111011 | 11111 | 1000010 |
Color Harmonies of #998FC4
Complementary color
Monochromatic Colors of #998FC4
Black with #998FC4
Text Example
Text Example
White with #998FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FC4; }
p { color: rgb(153,143,196); }
H1.HeaderClassName
{
color: #998FC4;
}
.AnyTagClassName
{
color: #998FC4;
}
</style>
background-color css
<style>
a { background-color: #998FC4; }
a { background-color: rgb(153,143,196); }
div.DivClassName
{
background-color: #998FC4;
}
.BgClassName
{
background-color: #998FC4;
}
</style>
border-color css
<style>
span { border-color: #998FC4; }
span { border-color: rgb(153,143,196); }
td.TdClassName
{
border-color: #998FC4;
}
.TagClassName
{
border-color: #998FC4;
}
</style>