Shades of Cold Purple #9991B4
Tints of Cold Purple #9991B4
RGB
CMYK
RGB Variations
Color information
#9991B4 (or 0x9991B4) is known color: Cold Purple. HEX triplet: 99, 91 and B4. RGB value is (153,145,180). Sum of RGB (Red+Green+Blue) = 153+145+180=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 180 - color contains mainly: blue. Hex color #9991B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991B4 is #666E4B. Grayscale: #979797. Windows color (decimal): -6712908 or 11833753. OLE color: 11833753.
HSL color Cylindrical-coordinate representation of color #9991B4: hue angle of 253.71º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9991B4 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 145 | 180 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.29 |
| HSL | 253.71º | 0.19% | 0.64% | - |
| HSV(B) | 253.71º | 0.19% | 0.71% | - |
| XYZ | 31.5 | 30.32 | 47.37 | - |
| YUV | 151.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 180 | 0.15 | 0.19 | 0 | 0.29 | 253.71 | 0.19 | 0.64 |
| Hex | 99 | 91 | B4 | F | 13 | 0 | 1D | FE | 13 | 40 |
| Octal | 231 | 221 | 264 | 17 | 23 | 0 | 35 | 376 | 23 | 100 |
| Binary | 10011001 | 10010001 | 10110100 | 1111 | 10011 | 0 | 11101 | 11111110 | 10011 | 1000000 |
Color Harmonies of #9991B4
Complementary color
Monochromatic Colors of #9991B4
Black with #9991B4
Text Example
Text Example
White with #9991B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991B4; }
p { color: rgb(153,145,180); }
H1.HeaderClassName
{
color: #9991B4;
}
.AnyTagClassName
{
color: #9991B4;
}
</style>
background-color css
<style>
a { background-color: #9991B4; }
a { background-color: rgb(153,145,180); }
div.DivClassName
{
background-color: #9991B4;
}
.BgClassName
{
background-color: #9991B4;
}
</style>
border-color css
<style>
span { border-color: #9991B4; }
span { border-color: rgb(153,145,180); }
td.TdClassName
{
border-color: #9991B4;
}
.TagClassName
{
border-color: #9991B4;
}
</style>