Shades of Cold Purple #9686C3
Tints of Cold Purple #9686C3
RGB
CMYK
RGB Variations
Color information
#9686C3 (or 0x9686C3) is known color: Cold Purple. HEX triplet: 96, 86 and C3. RGB value is (150,134,195). Sum of RGB (Red+Green+Blue) = 150+134+195=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 195 (76.56% from 255 or 40.71% from 479); Max value from RGB is 195 - color contains mainly: blue. Hex color #9686C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9686C3 is #69793C. Grayscale: #919191. Windows color (decimal): -6912317 or 12813974. OLE color: 12813974.
HSL color Cylindrical-coordinate representation of color #9686C3: hue angle of 255.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9686C3 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 134 | 195 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.24 |
| HSL | 255.74º | 0.34% | 0.65% | - |
| HSV(B) | 255.74º | 0.31% | 0.76% | - |
| XYZ | 30.95 | 27.47 | 55.3 | - |
| YUV | 145.74 | 155.8 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 195 | 0.23 | 0.31 | 0 | 0.24 | 255.74 | 0.34 | 0.65 |
| Hex | 96 | 86 | C3 | 17 | 1F | 0 | 18 | 100 | 22 | 41 |
| Octal | 226 | 206 | 303 | 27 | 37 | 0 | 30 | 400 | 42 | 101 |
| Binary | 10010110 | 10000110 | 11000011 | 10111 | 11111 | 0 | 11000 | 100000000 | 100010 | 1000001 |
Color Harmonies of #9686C3
Complementary color
Monochromatic Colors of #9686C3
Black with #9686C3
Text Example
Text Example
White with #9686C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9686C3; }
p { color: rgb(150,134,195); }
H1.HeaderClassName
{
color: #9686C3;
}
.AnyTagClassName
{
color: #9686C3;
}
</style>
background-color css
<style>
a { background-color: #9686C3; }
a { background-color: rgb(150,134,195); }
div.DivClassName
{
background-color: #9686C3;
}
.BgClassName
{
background-color: #9686C3;
}
</style>
border-color css
<style>
span { border-color: #9686C3; }
span { border-color: rgb(150,134,195); }
td.TdClassName
{
border-color: #9686C3;
}
.TagClassName
{
border-color: #9686C3;
}
</style>