Shades of Cold Purple #9785BF
Tints of Cold Purple #9785BF
RGB
CMYK
RGB Variations
Color information
#9785BF (or 0x9785BF) is known color: Cold Purple. HEX triplet: 97, 85 and BF. RGB value is (151,133,191). Sum of RGB (Red+Green+Blue) = 151+133+191=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 191 - color contains mainly: blue. Hex color #9785BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785BF is #687A40. Grayscale: #909090. Windows color (decimal): -6847041 or 12551575. OLE color: 12551575.
HSL color Cylindrical-coordinate representation of color #9785BF: hue angle of 258.62º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9785BF is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 133 | 191 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.25 |
| HSL | 258.62º | 0.31% | 0.64% | - |
| HSV(B) | 258.62º | 0.3% | 0.75% | - |
| XYZ | 30.55 | 27.12 | 52.91 | - |
| YUV | 144.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 191 | 0.21 | 0.30 | 0 | 0.25 | 258.62 | 0.31 | 0.64 |
| Hex | 97 | 85 | BF | 15 | 1E | 0 | 19 | 103 | 1F | 40 |
| Octal | 227 | 205 | 277 | 25 | 36 | 0 | 31 | 403 | 37 | 100 |
| Binary | 10010111 | 10000101 | 10111111 | 10101 | 11110 | 0 | 11001 | 100000011 | 11111 | 1000000 |
Color Harmonies of #9785BF
Complementary color
Monochromatic Colors of #9785BF
Black with #9785BF
Text Example
Text Example
White with #9785BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9785BF; }
p { color: rgb(151,133,191); }
H1.HeaderClassName
{
color: #9785BF;
}
.AnyTagClassName
{
color: #9785BF;
}
</style>
background-color css
<style>
a { background-color: #9785BF; }
a { background-color: rgb(151,133,191); }
div.DivClassName
{
background-color: #9785BF;
}
.BgClassName
{
background-color: #9785BF;
}
</style>
border-color css
<style>
span { border-color: #9785BF; }
span { border-color: rgb(151,133,191); }
td.TdClassName
{
border-color: #9785BF;
}
.TagClassName
{
border-color: #9785BF;
}
</style>