Shades of Cold Purple #9A86CE
Tints of Cold Purple #9A86CE
RGB
CMYK
RGB Variations
Color information
#9A86CE (or 0x9A86CE) is known color: Cold Purple. HEX triplet: 9A, 86 and CE. RGB value is (154,134,206). Sum of RGB (Red+Green+Blue) = 154+134+206=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A86CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A86CE is #657931. Grayscale: #939393. Windows color (decimal): -6650162 or 13534874. OLE color: 13534874.
HSL color Cylindrical-coordinate representation of color #9A86CE: hue angle of 256.67º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A86CE is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 134 | 206 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.19 |
| HSL | 256.67º | 0.42% | 0.67% | - |
| HSV(B) | 256.67º | 0.35% | 0.81% | - |
| XYZ | 32.99 | 28.38 | 62.13 | - |
| YUV | 148.19 | 160.63 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 134 | 206 | 0.25 | 0.35 | 0 | 0.19 | 256.67 | 0.42 | 0.67 |
| Hex | 9A | 86 | CE | 19 | 23 | 0 | 13 | 101 | 2A | 43 |
| Octal | 232 | 206 | 316 | 31 | 43 | 0 | 23 | 401 | 52 | 103 |
| Binary | 10011010 | 10000110 | 11001110 | 11001 | 100011 | 0 | 10011 | 100000001 | 101010 | 1000011 |
Color Harmonies of #9A86CE
Complementary color
Monochromatic Colors of #9A86CE
Black with #9A86CE
Text Example
Text Example
White with #9A86CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A86CE; }
p { color: rgb(154,134,206); }
H1.HeaderClassName
{
color: #9A86CE;
}
.AnyTagClassName
{
color: #9A86CE;
}
</style>
background-color css
<style>
a { background-color: #9A86CE; }
a { background-color: rgb(154,134,206); }
div.DivClassName
{
background-color: #9A86CE;
}
.BgClassName
{
background-color: #9A86CE;
}
</style>
border-color css
<style>
span { border-color: #9A86CE; }
span { border-color: rgb(154,134,206); }
td.TdClassName
{
border-color: #9A86CE;
}
.TagClassName
{
border-color: #9A86CE;
}
</style>