Shades of Cold Purple #9687C1
Tints of Cold Purple #9687C1
RGB
CMYK
RGB Variations
Color information
#9687C1 (or 0x9687C1) is known color: Cold Purple. HEX triplet: 96, 87 and C1. RGB value is (150,135,193). Sum of RGB (Red+Green+Blue) = 150+135+193=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 193 (75.78% from 255 or 40.38% from 478); Max value from RGB is 193 - color contains mainly: blue. Hex color #9687C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9687C1 is #69783E. Grayscale: #919191. Windows color (decimal): -6912063 or 12683158. OLE color: 12683158.
HSL color Cylindrical-coordinate representation of color #9687C1: hue angle of 255.52º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9687C1 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 135 | 193 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.24 |
| HSL | 255.52º | 0.32% | 0.64% | - |
| HSV(B) | 255.52º | 0.3% | 0.76% | - |
| XYZ | 30.87 | 27.66 | 54.16 | - |
| YUV | 146.1 | 154.47 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 193 | 0.22 | 0.30 | 0 | 0.24 | 255.52 | 0.32 | 0.64 |
| Hex | 96 | 87 | C1 | 16 | 1E | 0 | 18 | 100 | 20 | 40 |
| Octal | 226 | 207 | 301 | 26 | 36 | 0 | 30 | 400 | 40 | 100 |
| Binary | 10010110 | 10000111 | 11000001 | 10110 | 11110 | 0 | 11000 | 100000000 | 100000 | 1000000 |
Color Harmonies of #9687C1
Complementary color
Monochromatic Colors of #9687C1
Black with #9687C1
Text Example
Text Example
White with #9687C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9687C1; }
p { color: rgb(150,135,193); }
H1.HeaderClassName
{
color: #9687C1;
}
.AnyTagClassName
{
color: #9687C1;
}
</style>
background-color css
<style>
a { background-color: #9687C1; }
a { background-color: rgb(150,135,193); }
div.DivClassName
{
background-color: #9687C1;
}
.BgClassName
{
background-color: #9687C1;
}
</style>
border-color css
<style>
span { border-color: #9687C1; }
span { border-color: rgb(150,135,193); }
td.TdClassName
{
border-color: #9687C1;
}
.TagClassName
{
border-color: #9687C1;
}
</style>