Shades of Cold Purple #9991C1
Tints of Cold Purple #9991C1
RGB
CMYK
RGB Variations
Color information
#9991C1 (or 0x9991C1) is known color: Cold Purple. HEX triplet: 99, 91 and C1. RGB value is (153,145,193). Sum of RGB (Red+Green+Blue) = 153+145+193=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #9991C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991C1 is #666E3E. Grayscale: #989898. Windows color (decimal): -6712895 or 12685721. OLE color: 12685721.
HSL color Cylindrical-coordinate representation of color #9991C1: hue angle of 250º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9991C1 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 145 | 193 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.24 |
| HSL | 250º | 0.28% | 0.66% | - |
| HSV(B) | 250º | 0.25% | 0.76% | - |
| XYZ | 32.89 | 30.87 | 54.68 | - |
| YUV | 152.86 | 150.65 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 193 | 0.21 | 0.25 | 0 | 0.24 | 250 | 0.28 | 0.66 |
| Hex | 99 | 91 | C1 | 15 | 19 | 0 | 18 | FA | 1C | 42 |
| Octal | 231 | 221 | 301 | 25 | 31 | 0 | 30 | 372 | 34 | 102 |
| Binary | 10011001 | 10010001 | 11000001 | 10101 | 11001 | 0 | 11000 | 11111010 | 11100 | 1000010 |
Color Harmonies of #9991C1
Complementary color
Monochromatic Colors of #9991C1
Black with #9991C1
Text Example
Text Example
White with #9991C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991C1; }
p { color: rgb(153,145,193); }
H1.HeaderClassName
{
color: #9991C1;
}
.AnyTagClassName
{
color: #9991C1;
}
</style>
background-color css
<style>
a { background-color: #9991C1; }
a { background-color: rgb(153,145,193); }
div.DivClassName
{
background-color: #9991C1;
}
.BgClassName
{
background-color: #9991C1;
}
</style>
border-color css
<style>
span { border-color: #9991C1; }
span { border-color: rgb(153,145,193); }
td.TdClassName
{
border-color: #9991C1;
}
.TagClassName
{
border-color: #9991C1;
}
</style>