Shades of Cold Purple #9682C6
Tints of Cold Purple #9682C6
RGB
CMYK
RGB Variations
Color information
#9682C6 (or 0x9682C6) is known color: Cold Purple. HEX triplet: 96, 82 and C6. RGB value is (150,130,198). Sum of RGB (Red+Green+Blue) = 150+130+198=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #9682C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9682C6 is #697D39. Grayscale: #8F8F8F. Windows color (decimal): -6913338 or 13009558. OLE color: 13009558.
HSL color Cylindrical-coordinate representation of color #9682C6: hue angle of 257.65º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9682C6 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 130 | 198 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.22 |
| HSL | 257.65º | 0.37% | 0.64% | - |
| HSV(B) | 257.65º | 0.34% | 0.78% | - |
| XYZ | 30.75 | 26.53 | 56.93 | - |
| YUV | 143.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 198 | 0.24 | 0.34 | 0 | 0.22 | 257.65 | 0.37 | 0.64 |
| Hex | 96 | 82 | C6 | 18 | 22 | 0 | 16 | 102 | 25 | 40 |
| Octal | 226 | 202 | 306 | 30 | 42 | 0 | 26 | 402 | 45 | 100 |
| Binary | 10010110 | 10000010 | 11000110 | 11000 | 100010 | 0 | 10110 | 100000010 | 100101 | 1000000 |
Color Harmonies of #9682C6
Complementary color
Monochromatic Colors of #9682C6
Black with #9682C6
Text Example
Text Example
White with #9682C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9682C6; }
p { color: rgb(150,130,198); }
H1.HeaderClassName
{
color: #9682C6;
}
.AnyTagClassName
{
color: #9682C6;
}
</style>
background-color css
<style>
a { background-color: #9682C6; }
a { background-color: rgb(150,130,198); }
div.DivClassName
{
background-color: #9682C6;
}
.BgClassName
{
background-color: #9682C6;
}
</style>
border-color css
<style>
span { border-color: #9682C6; }
span { border-color: rgb(150,130,198); }
td.TdClassName
{
border-color: #9682C6;
}
.TagClassName
{
border-color: #9682C6;
}
</style>