Shades of Cold Purple #9086BC
Tints of Cold Purple #9086BC
RGB
CMYK
RGB Variations
Color information
#9086BC (or 0x9086BC) is known color: Cold Purple. HEX triplet: 90, 86 and BC. RGB value is (144,134,188). Sum of RGB (Red+Green+Blue) = 144+134+188=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 134 (52.73% from 255 or 28.76% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #9086BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086BC is #6F7943. Grayscale: #8E8E8E. Windows color (decimal): -7305540 or 12355216. OLE color: 12355216.
HSL color Cylindrical-coordinate representation of color #9086BC: hue angle of 251.11º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9086BC is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 134 | 188 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.26 |
| HSL | 251.11º | 0.29% | 0.63% | - |
| HSV(B) | 251.11º | 0.29% | 0.74% | - |
| XYZ | 29.1 | 26.61 | 51.18 | - |
| YUV | 143.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 188 | 0.23 | 0.29 | 0 | 0.26 | 251.11 | 0.29 | 0.63 |
| Hex | 90 | 86 | BC | 17 | 1D | 0 | 1A | FB | 1D | 3F |
| Octal | 220 | 206 | 274 | 27 | 35 | 0 | 32 | 373 | 35 | 77 |
| Binary | 10010000 | 10000110 | 10111100 | 10111 | 11101 | 0 | 11010 | 11111011 | 11101 | 111111 |
Color Harmonies of #9086BC
Complementary color
Monochromatic Colors of #9086BC
Black with #9086BC
Text Example
Text Example
White with #9086BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9086BC; }
p { color: rgb(144,134,188); }
H1.HeaderClassName
{
color: #9086BC;
}
.AnyTagClassName
{
color: #9086BC;
}
</style>
background-color css
<style>
a { background-color: #9086BC; }
a { background-color: rgb(144,134,188); }
div.DivClassName
{
background-color: #9086BC;
}
.BgClassName
{
background-color: #9086BC;
}
</style>
border-color css
<style>
span { border-color: #9086BC; }
span { border-color: rgb(144,134,188); }
td.TdClassName
{
border-color: #9086BC;
}
.TagClassName
{
border-color: #9086BC;
}
</style>