Shades of Cold Purple #9A86BC
Tints of Cold Purple #9A86BC
RGB
CMYK
RGB Variations
Color information
#9A86BC (or 0x9A86BC) is known color: Cold Purple. HEX triplet: 9A, 86 and BC. RGB value is (154,134,188). Sum of RGB (Red+Green+Blue) = 154+134+188=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #9A86BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86BC is #657943. Grayscale: #919191. Windows color (decimal): -6650180 or 12355226. OLE color: 12355226.
HSL color Cylindrical-coordinate representation of color #9A86BC: hue angle of 262.22º 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 #9A86BC is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 134 | 188 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.26 |
| HSL | 262.22º | 0.29% | 0.63% | - |
| HSV(B) | 262.22º | 0.29% | 0.74% | - |
| XYZ | 30.93 | 27.55 | 51.26 | - |
| YUV | 146.14 | 151.63 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 188 | 0.18 | 0.29 | 0 | 0.26 | 262.22 | 0.29 | 0.63 |
| Hex | 9A | 86 | BC | 12 | 1D | 0 | 1A | 106 | 1D | 3F |
| Octal | 232 | 206 | 274 | 22 | 35 | 0 | 32 | 406 | 35 | 77 |
| Binary | 10011010 | 10000110 | 10111100 | 10010 | 11101 | 0 | 11010 | 100000110 | 11101 | 111111 |
Color Harmonies of #9A86BC
Complementary color
Monochromatic Colors of #9A86BC
Black with #9A86BC
Text Example
Text Example
White with #9A86BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A86BC; }
p { color: rgb(154,134,188); }
H1.HeaderClassName
{
color: #9A86BC;
}
.AnyTagClassName
{
color: #9A86BC;
}
</style>
background-color css
<style>
a { background-color: #9A86BC; }
a { background-color: rgb(154,134,188); }
div.DivClassName
{
background-color: #9A86BC;
}
.BgClassName
{
background-color: #9A86BC;
}
</style>
border-color css
<style>
span { border-color: #9A86BC; }
span { border-color: rgb(154,134,188); }
td.TdClassName
{
border-color: #9A86BC;
}
.TagClassName
{
border-color: #9A86BC;
}
</style>