Shades of Cold Purple #9684BD
Tints of Cold Purple #9684BD
RGB
CMYK
RGB Variations
Color information
#9684BD (or 0x9684BD) is known color: Cold Purple. HEX triplet: 96, 84 and BD. RGB value is (150,132,189). Sum of RGB (Red+Green+Blue) = 150+132+189=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #9684BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9684BD is #697B42. Grayscale: #8F8F8F. Windows color (decimal): -6912835 or 12420246. OLE color: 12420246.
HSL color Cylindrical-coordinate representation of color #9684BD: hue angle of 258.95º 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 #9684BD is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 132 | 189 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.26 |
| HSL | 258.95º | 0.3% | 0.63% | - |
| HSV(B) | 258.95º | 0.3% | 0.74% | - |
| XYZ | 30.01 | 26.66 | 51.71 | - |
| YUV | 143.88 | 153.46 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 189 | 0.21 | 0.30 | 0 | 0.26 | 258.95 | 0.3 | 0.63 |
| Hex | 96 | 84 | BD | 15 | 1E | 0 | 1A | 103 | 1E | 3F |
| Octal | 226 | 204 | 275 | 25 | 36 | 0 | 32 | 403 | 36 | 77 |
| Binary | 10010110 | 10000100 | 10111101 | 10101 | 11110 | 0 | 11010 | 100000011 | 11110 | 111111 |
Color Harmonies of #9684BD
Complementary color
Monochromatic Colors of #9684BD
Black with #9684BD
Text Example
Text Example
White with #9684BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9684BD; }
p { color: rgb(150,132,189); }
H1.HeaderClassName
{
color: #9684BD;
}
.AnyTagClassName
{
color: #9684BD;
}
</style>
background-color css
<style>
a { background-color: #9684BD; }
a { background-color: rgb(150,132,189); }
div.DivClassName
{
background-color: #9684BD;
}
.BgClassName
{
background-color: #9684BD;
}
</style>
border-color css
<style>
span { border-color: #9684BD; }
span { border-color: rgb(150,132,189); }
td.TdClassName
{
border-color: #9684BD;
}
.TagClassName
{
border-color: #9684BD;
}
</style>