Shades of Cold Purple #9786BE
Tints of Cold Purple #9786BE
RGB
CMYK
RGB Variations
Color information
#9786BE (or 0x9786BE) is known color: Cold Purple. HEX triplet: 97, 86 and BE. RGB value is (151,134,190). Sum of RGB (Red+Green+Blue) = 151+134+190=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 134 (52.73% from 255 or 28.21% from 475); Blue value is 190 (74.61% from 255 or 40% from 475); Max value from RGB is 190 - color contains mainly: blue. Hex color #9786BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9786BE is #687941. Grayscale: #919191. Windows color (decimal): -6846786 or 12486295. OLE color: 12486295.
HSL color Cylindrical-coordinate representation of color #9786BE: hue angle of 258.21º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9786BE is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 134 | 190 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.25 |
| HSL | 258.21º | 0.3% | 0.64% | - |
| HSV(B) | 258.21º | 0.29% | 0.75% | - |
| XYZ | 30.58 | 27.35 | 52.38 | - |
| YUV | 145.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 190 | 0.21 | 0.29 | 0 | 0.25 | 258.21 | 0.3 | 0.64 |
| Hex | 97 | 86 | BE | 15 | 1D | 0 | 19 | 102 | 1E | 40 |
| Octal | 227 | 206 | 276 | 25 | 35 | 0 | 31 | 402 | 36 | 100 |
| Binary | 10010111 | 10000110 | 10111110 | 10101 | 11101 | 0 | 11001 | 100000010 | 11110 | 1000000 |
Color Harmonies of #9786BE
Complementary color
Monochromatic Colors of #9786BE
Black with #9786BE
Text Example
Text Example
White with #9786BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9786BE; }
p { color: rgb(151,134,190); }
H1.HeaderClassName
{
color: #9786BE;
}
.AnyTagClassName
{
color: #9786BE;
}
</style>
background-color css
<style>
a { background-color: #9786BE; }
a { background-color: rgb(151,134,190); }
div.DivClassName
{
background-color: #9786BE;
}
.BgClassName
{
background-color: #9786BE;
}
</style>
border-color css
<style>
span { border-color: #9786BE; }
span { border-color: rgb(151,134,190); }
td.TdClassName
{
border-color: #9786BE;
}
.TagClassName
{
border-color: #9786BE;
}
</style>