Shades of Cold Purple #9188BF
Tints of Cold Purple #9188BF
RGB
CMYK
RGB Variations
Color information
#9188BF (or 0x9188BF) is known color: Cold Purple. HEX triplet: 91, 88 and BF. RGB value is (145,136,191). Sum of RGB (Red+Green+Blue) = 145+136+191=472 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.72% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #9188BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9188BF is #6E7740. Grayscale: #909090. Windows color (decimal): -7239489 or 12552337. OLE color: 12552337.
HSL color Cylindrical-coordinate representation of color #9188BF: hue angle of 249.82º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9188BF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 136 | 191 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.25 |
| HSL | 249.82º | 0.3% | 0.64% | - |
| HSV(B) | 249.82º | 0.29% | 0.75% | - |
| XYZ | 29.89 | 27.39 | 53 | - |
| YUV | 144.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 191 | 0.24 | 0.29 | 0 | 0.25 | 249.82 | 0.3 | 0.64 |
| Hex | 91 | 88 | BF | 18 | 1D | 0 | 19 | FA | 1E | 40 |
| Octal | 221 | 210 | 277 | 30 | 35 | 0 | 31 | 372 | 36 | 100 |
| Binary | 10010001 | 10001000 | 10111111 | 11000 | 11101 | 0 | 11001 | 11111010 | 11110 | 1000000 |
Color Harmonies of #9188BF
Complementary color
Monochromatic Colors of #9188BF
Black with #9188BF
Text Example
Text Example
White with #9188BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9188BF; }
p { color: rgb(145,136,191); }
H1.HeaderClassName
{
color: #9188BF;
}
.AnyTagClassName
{
color: #9188BF;
}
</style>
background-color css
<style>
a { background-color: #9188BF; }
a { background-color: rgb(145,136,191); }
div.DivClassName
{
background-color: #9188BF;
}
.BgClassName
{
background-color: #9188BF;
}
</style>
border-color css
<style>
span { border-color: #9188BF; }
span { border-color: rgb(145,136,191); }
td.TdClassName
{
border-color: #9188BF;
}
.TagClassName
{
border-color: #9188BF;
}
</style>