Shades of Cold Purple #9187BF
Tints of Cold Purple #9187BF
RGB
CMYK
RGB Variations
Color information
#9187BF (or 0x9187BF) is known color: Cold Purple. HEX triplet: 91, 87 and BF. RGB value is (145,135,191). Sum of RGB (Red+Green+Blue) = 145+135+191=471 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.79% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 191 - color contains mainly: blue. Hex color #9187BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9187BF is #6E7840. Grayscale: #909090. Windows color (decimal): -7239745 or 12552081. OLE color: 12552081.
HSL color Cylindrical-coordinate representation of color #9187BF: hue angle of 250.71º 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 #9187BF is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 135 | 191 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.25 |
| HSL | 250.71º | 0.3% | 0.64% | - |
| HSV(B) | 250.71º | 0.29% | 0.75% | - |
| XYZ | 29.75 | 27.11 | 52.96 | - |
| YUV | 144.37 | 154.31 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 135 | 191 | 0.24 | 0.29 | 0 | 0.25 | 250.71 | 0.3 | 0.64 |
| Hex | 91 | 87 | BF | 18 | 1D | 0 | 19 | FB | 1E | 40 |
| Octal | 221 | 207 | 277 | 30 | 35 | 0 | 31 | 373 | 36 | 100 |
| Binary | 10010001 | 10000111 | 10111111 | 11000 | 11101 | 0 | 11001 | 11111011 | 11110 | 1000000 |
Color Harmonies of #9187BF
Complementary color
Monochromatic Colors of #9187BF
Black with #9187BF
Text Example
Text Example
White with #9187BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9187BF; }
p { color: rgb(145,135,191); }
H1.HeaderClassName
{
color: #9187BF;
}
.AnyTagClassName
{
color: #9187BF;
}
</style>
background-color css
<style>
a { background-color: #9187BF; }
a { background-color: rgb(145,135,191); }
div.DivClassName
{
background-color: #9187BF;
}
.BgClassName
{
background-color: #9187BF;
}
</style>
border-color css
<style>
span { border-color: #9187BF; }
span { border-color: rgb(145,135,191); }
td.TdClassName
{
border-color: #9187BF;
}
.TagClassName
{
border-color: #9187BF;
}
</style>