Shades of Cold Purple #9A86CD
Tints of Cold Purple #9A86CD
RGB
CMYK
RGB Variations
Color information
#9A86CD (or 0x9A86CD) is known color: Cold Purple. HEX triplet: 9A, 86 and CD. RGB value is (154,134,205). Sum of RGB (Red+Green+Blue) = 154+134+205=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 134 (52.73% from 255 or 27.18% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86CD is #657932. Grayscale: #939393. Windows color (decimal): -6650163 or 13469338. OLE color: 13469338.
HSL color Cylindrical-coordinate representation of color #9A86CD: hue angle of 256.9º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A86CD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 134 | 205 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.20 |
| HSL | 256.9º | 0.42% | 0.66% | - |
| HSV(B) | 256.9º | 0.35% | 0.8% | - |
| XYZ | 32.87 | 28.33 | 61.49 | - |
| YUV | 148.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 205 | 0.25 | 0.35 | 0 | 0.20 | 256.9 | 0.42 | 0.66 |
| Hex | 9A | 86 | CD | 19 | 23 | 0 | 14 | 101 | 2A | 42 |
| Octal | 232 | 206 | 315 | 31 | 43 | 0 | 24 | 401 | 52 | 102 |
| Binary | 10011010 | 10000110 | 11001101 | 11001 | 100011 | 0 | 10100 | 100000001 | 101010 | 1000010 |
Color Harmonies of #9A86CD
Complementary color
Monochromatic Colors of #9A86CD
Black with #9A86CD
Text Example
Text Example
White with #9A86CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A86CD; }
p { color: rgb(154,134,205); }
H1.HeaderClassName
{
color: #9A86CD;
}
.AnyTagClassName
{
color: #9A86CD;
}
</style>
background-color css
<style>
a { background-color: #9A86CD; }
a { background-color: rgb(154,134,205); }
div.DivClassName
{
background-color: #9A86CD;
}
.BgClassName
{
background-color: #9A86CD;
}
</style>
border-color css
<style>
span { border-color: #9A86CD; }
span { border-color: rgb(154,134,205); }
td.TdClassName
{
border-color: #9A86CD;
}
.TagClassName
{
border-color: #9A86CD;
}
</style>