Shades of Cold Purple #9A86BD
Tints of Cold Purple #9A86BD
RGB
CMYK
RGB Variations
Color information
#9A86BD (or 0x9A86BD) is known color: Cold Purple. HEX triplet: 9A, 86 and BD. RGB value is (154,134,189). Sum of RGB (Red+Green+Blue) = 154+134+189=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #9A86BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86BD is #657942. Grayscale: #929292. Windows color (decimal): -6650179 or 12420762. OLE color: 12420762.
HSL color Cylindrical-coordinate representation of color #9A86BD: hue angle of 261.82º 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 #9A86BD is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 154 | 134 | 189 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.26 |
| HSL | 261.82º | 0.29% | 0.63% | - |
| HSV(B) | 261.82º | 0.29% | 0.74% | - |
| XYZ | 31.04 | 27.59 | 51.83 | - |
| YUV | 146.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 189 | 0.19 | 0.29 | 0 | 0.26 | 261.82 | 0.29 | 0.63 |
| Hex | 9A | 86 | BD | 13 | 1D | 0 | 1A | 106 | 1D | 3F |
| Octal | 232 | 206 | 275 | 23 | 35 | 0 | 32 | 406 | 35 | 77 |
| Binary | 10011010 | 10000110 | 10111101 | 10011 | 11101 | 0 | 11010 | 100000110 | 11101 | 111111 |
Color Harmonies of #9A86BD
Complementary color
Monochromatic Colors of #9A86BD
Black with #9A86BD
Text Example
Text Example
White with #9A86BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A86BD; }
p { color: rgb(154,134,189); }
H1.HeaderClassName
{
color: #9A86BD;
}
.AnyTagClassName
{
color: #9A86BD;
}
</style>
background-color css
<style>
a { background-color: #9A86BD; }
a { background-color: rgb(154,134,189); }
div.DivClassName
{
background-color: #9A86BD;
}
.BgClassName
{
background-color: #9A86BD;
}
</style>
border-color css
<style>
span { border-color: #9A86BD; }
span { border-color: rgb(154,134,189); }
td.TdClassName
{
border-color: #9A86BD;
}
.TagClassName
{
border-color: #9A86BD;
}
</style>