Shades of Cold Purple #9686C6
Tints of Cold Purple #9686C6
RGB
CMYK
RGB Variations
Color information
#9686C6 (or 0x9686C6) is known color: Cold Purple. HEX triplet: 96, 86 and C6. RGB value is (150,134,198). Sum of RGB (Red+Green+Blue) = 150+134+198=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 198 (77.73% from 255 or 41.08% from 482); Max value from RGB is 198 - color contains mainly: blue. Hex color #9686C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686C6 is #697939. Grayscale: #919191. Windows color (decimal): -6912314 or 13010582. OLE color: 13010582.
HSL color Cylindrical-coordinate representation of color #9686C6: hue angle of 255º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9686C6 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 134 | 198 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.22 |
| HSL | 255º | 0.36% | 0.65% | - |
| HSV(B) | 255º | 0.32% | 0.78% | - |
| XYZ | 31.3 | 27.61 | 57.11 | - |
| YUV | 146.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 198 | 0.24 | 0.32 | 0 | 0.22 | 255 | 0.36 | 0.65 |
| Hex | 96 | 86 | C6 | 18 | 20 | 0 | 16 | FF | 24 | 41 |
| Octal | 226 | 206 | 306 | 30 | 40 | 0 | 26 | 377 | 44 | 101 |
| Binary | 10010110 | 10000110 | 11000110 | 11000 | 100000 | 0 | 10110 | 11111111 | 100100 | 1000001 |
Color Harmonies of #9686C6
Complementary color
Monochromatic Colors of #9686C6
Black with #9686C6
Text Example
Text Example
White with #9686C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9686C6; }
p { color: rgb(150,134,198); }
H1.HeaderClassName
{
color: #9686C6;
}
.AnyTagClassName
{
color: #9686C6;
}
</style>
background-color css
<style>
a { background-color: #9686C6; }
a { background-color: rgb(150,134,198); }
div.DivClassName
{
background-color: #9686C6;
}
.BgClassName
{
background-color: #9686C6;
}
</style>
border-color css
<style>
span { border-color: #9686C6; }
span { border-color: rgb(150,134,198); }
td.TdClassName
{
border-color: #9686C6;
}
.TagClassName
{
border-color: #9686C6;
}
</style>