Shades of Cold Purple #9685B4
Tints of Cold Purple #9685B4
RGB
CMYK
RGB Variations
Color information
#9685B4 (or 0x9685B4) is known color: Cold Purple. HEX triplet: 96, 85 and B4. RGB value is (150,133,180). Sum of RGB (Red+Green+Blue) = 150+133+180=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 180 (70.70% from 255 or 38.88% from 463); Max value from RGB is 180 - color contains mainly: blue. Hex color #9685B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9685B4 is #697A4B. Grayscale: #8F8F8F. Windows color (decimal): -6912588 or 11830678. OLE color: 11830678.
HSL color Cylindrical-coordinate representation of color #9685B4: hue angle of 261.7º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9685B4 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 133 | 180 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.29 |
| HSL | 261.7º | 0.24% | 0.61% | - |
| HSV(B) | 261.7º | 0.26% | 0.71% | - |
| XYZ | 29.2 | 26.55 | 46.77 | - |
| YUV | 143.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 180 | 0.17 | 0.26 | 0 | 0.29 | 261.7 | 0.24 | 0.61 |
| Hex | 96 | 85 | B4 | 11 | 1A | 0 | 1D | 106 | 18 | 3D |
| Octal | 226 | 205 | 264 | 21 | 32 | 0 | 35 | 406 | 30 | 75 |
| Binary | 10010110 | 10000101 | 10110100 | 10001 | 11010 | 0 | 11101 | 100000110 | 11000 | 111101 |
Color Harmonies of #9685B4
Complementary color
Monochromatic Colors of #9685B4
Black with #9685B4
Text Example
Text Example
White with #9685B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9685B4; }
p { color: rgb(150,133,180); }
H1.HeaderClassName
{
color: #9685B4;
}
.AnyTagClassName
{
color: #9685B4;
}
</style>
background-color css
<style>
a { background-color: #9685B4; }
a { background-color: rgb(150,133,180); }
div.DivClassName
{
background-color: #9685B4;
}
.BgClassName
{
background-color: #9685B4;
}
</style>
border-color css
<style>
span { border-color: #9685B4; }
span { border-color: rgb(150,133,180); }
td.TdClassName
{
border-color: #9685B4;
}
.TagClassName
{
border-color: #9685B4;
}
</style>