Shades of Cold Purple #9086B4
Tints of Cold Purple #9086B4
RGB
CMYK
RGB Variations
Color information
#9086B4 (or 0x9086B4) is known color: Cold Purple. HEX triplet: 90, 86 and B4. RGB value is (144,134,180). Sum of RGB (Red+Green+Blue) = 144+134+180=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 134 (52.73% from 255 or 29.26% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 180 - color contains mainly: blue. Hex color #9086B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9086B4 is #6F794B. Grayscale: #8E8E8E. Windows color (decimal): -7305548 or 11830928. OLE color: 11830928.
HSL color Cylindrical-coordinate representation of color #9086B4: hue angle of 253.04º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9086B4 is Cyan = 0.2, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 134 | 180 | - |
| CMYK | 0.2 | 0.26 | 0 | 0.29 |
| HSL | 253.04º | 0.23% | 0.62% | - |
| HSV(B) | 253.04º | 0.26% | 0.71% | - |
| XYZ | 28.26 | 26.27 | 46.76 | - |
| YUV | 142.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 180 | 0.2 | 0.26 | 0 | 0.29 | 253.04 | 0.23 | 0.62 |
| Hex | 90 | 86 | B4 | 14 | 1A | 0 | 1D | FD | 17 | 3E |
| Octal | 220 | 206 | 264 | 24 | 32 | 0 | 35 | 375 | 27 | 76 |
| Binary | 10010000 | 10000110 | 10110100 | 10100 | 11010 | 0 | 11101 | 11111101 | 10111 | 111110 |
Color Harmonies of #9086B4
Complementary color
Monochromatic Colors of #9086B4
Black with #9086B4
Text Example
Text Example
White with #9086B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9086B4; }
p { color: rgb(144,134,180); }
H1.HeaderClassName
{
color: #9086B4;
}
.AnyTagClassName
{
color: #9086B4;
}
</style>
background-color css
<style>
a { background-color: #9086B4; }
a { background-color: rgb(144,134,180); }
div.DivClassName
{
background-color: #9086B4;
}
.BgClassName
{
background-color: #9086B4;
}
</style>
border-color css
<style>
span { border-color: #9086B4; }
span { border-color: rgb(144,134,180); }
td.TdClassName
{
border-color: #9086B4;
}
.TagClassName
{
border-color: #9086B4;
}
</style>