Shades of Cold Purple #9785BD
Tints of Cold Purple #9785BD
RGB
CMYK
RGB Variations
Color information
#9785BD (or 0x9785BD) is known color: Cold Purple. HEX triplet: 97, 85 and BD. RGB value is (151,133,189). Sum of RGB (Red+Green+Blue) = 151+133+189=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 133 (52.34% from 255 or 28.12% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #9785BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9785BD is #687A42. Grayscale: #909090. Windows color (decimal): -6847043 or 12420503. OLE color: 12420503.
HSL color Cylindrical-coordinate representation of color #9785BD: hue angle of 259.29º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9785BD is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 133 | 189 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.26 |
| HSL | 259.29º | 0.3% | 0.63% | - |
| HSV(B) | 259.29º | 0.3% | 0.74% | - |
| XYZ | 30.34 | 27.03 | 51.76 | - |
| YUV | 144.77 | 152.96 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 189 | 0.20 | 0.30 | 0 | 0.26 | 259.29 | 0.3 | 0.63 |
| Hex | 97 | 85 | BD | 14 | 1E | 0 | 1A | 103 | 1E | 3F |
| Octal | 227 | 205 | 275 | 24 | 36 | 0 | 32 | 403 | 36 | 77 |
| Binary | 10010111 | 10000101 | 10111101 | 10100 | 11110 | 0 | 11010 | 100000011 | 11110 | 111111 |
Color Harmonies of #9785BD
Complementary color
Monochromatic Colors of #9785BD
Black with #9785BD
Text Example
Text Example
White with #9785BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9785BD; }
p { color: rgb(151,133,189); }
H1.HeaderClassName
{
color: #9785BD;
}
.AnyTagClassName
{
color: #9785BD;
}
</style>
background-color css
<style>
a { background-color: #9785BD; }
a { background-color: rgb(151,133,189); }
div.DivClassName
{
background-color: #9785BD;
}
.BgClassName
{
background-color: #9785BD;
}
</style>
border-color css
<style>
span { border-color: #9785BD; }
span { border-color: rgb(151,133,189); }
td.TdClassName
{
border-color: #9785BD;
}
.TagClassName
{
border-color: #9785BD;
}
</style>