Shades of Cold Purple #9991BD
Tints of Cold Purple #9991BD
RGB
CMYK
RGB Variations
Color information
#9991BD (or 0x9991BD) is known color: Cold Purple. HEX triplet: 99, 91 and BD. RGB value is (153,145,189). Sum of RGB (Red+Green+Blue) = 153+145+189=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 189 - color contains mainly: blue. Hex color #9991BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9991BD is #666E42. Grayscale: #989898. Windows color (decimal): -6712899 or 12423577. OLE color: 12423577.
HSL color Cylindrical-coordinate representation of color #9991BD: hue angle of 250.91º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9991BD is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 145 | 189 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.26 |
| HSL | 250.91º | 0.25% | 0.65% | - |
| HSV(B) | 250.91º | 0.23% | 0.74% | - |
| XYZ | 32.45 | 30.7 | 52.36 | - |
| YUV | 152.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 189 | 0.19 | 0.23 | 0 | 0.26 | 250.91 | 0.25 | 0.65 |
| Hex | 99 | 91 | BD | 13 | 17 | 0 | 1A | FB | 19 | 41 |
| Octal | 231 | 221 | 275 | 23 | 27 | 0 | 32 | 373 | 31 | 101 |
| Binary | 10011001 | 10010001 | 10111101 | 10011 | 10111 | 0 | 11010 | 11111011 | 11001 | 1000001 |
Color Harmonies of #9991BD
Complementary color
Monochromatic Colors of #9991BD
Black with #9991BD
Text Example
Text Example
White with #9991BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991BD; }
p { color: rgb(153,145,189); }
H1.HeaderClassName
{
color: #9991BD;
}
.AnyTagClassName
{
color: #9991BD;
}
</style>
background-color css
<style>
a { background-color: #9991BD; }
a { background-color: rgb(153,145,189); }
div.DivClassName
{
background-color: #9991BD;
}
.BgClassName
{
background-color: #9991BD;
}
</style>
border-color css
<style>
span { border-color: #9991BD; }
span { border-color: rgb(153,145,189); }
td.TdClassName
{
border-color: #9991BD;
}
.TagClassName
{
border-color: #9991BD;
}
</style>