Shades of Cold Purple #9681BA
Tints of Cold Purple #9681BA
RGB
CMYK
RGB Variations
Color information
#9681BA (or 0x9681BA) is known color: Cold Purple. HEX triplet: 96, 81 and BA. RGB value is (150,129,186). Sum of RGB (Red+Green+Blue) = 150+129+186=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #9681BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681BA is #697E45. Grayscale: #8D8D8D. Windows color (decimal): -6913606 or 12222870. OLE color: 12222870.
HSL color Cylindrical-coordinate representation of color #9681BA: hue angle of 262.11º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9681BA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 129 | 186 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.27 |
| HSL | 262.11º | 0.29% | 0.62% | - |
| HSV(B) | 262.11º | 0.31% | 0.73% | - |
| XYZ | 29.29 | 25.73 | 49.88 | - |
| YUV | 141.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 186 | 0.19 | 0.31 | 0 | 0.27 | 262.11 | 0.29 | 0.62 |
| Hex | 96 | 81 | BA | 13 | 1F | 0 | 1B | 106 | 1D | 3E |
| Octal | 226 | 201 | 272 | 23 | 37 | 0 | 33 | 406 | 35 | 76 |
| Binary | 10010110 | 10000001 | 10111010 | 10011 | 11111 | 0 | 11011 | 100000110 | 11101 | 111110 |
Color Harmonies of #9681BA
Complementary color
Monochromatic Colors of #9681BA
Black with #9681BA
Text Example
Text Example
White with #9681BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681BA; }
p { color: rgb(150,129,186); }
H1.HeaderClassName
{
color: #9681BA;
}
.AnyTagClassName
{
color: #9681BA;
}
</style>
background-color css
<style>
a { background-color: #9681BA; }
a { background-color: rgb(150,129,186); }
div.DivClassName
{
background-color: #9681BA;
}
.BgClassName
{
background-color: #9681BA;
}
</style>
border-color css
<style>
span { border-color: #9681BA; }
span { border-color: rgb(150,129,186); }
td.TdClassName
{
border-color: #9681BA;
}
.TagClassName
{
border-color: #9681BA;
}
</style>