Shades of Cold Purple #9683BA
Tints of Cold Purple #9683BA
RGB
CMYK
RGB Variations
Color information
#9683BA (or 0x9683BA) is known color: Cold Purple. HEX triplet: 96, 83 and BA. RGB value is (150,131,186). Sum of RGB (Red+Green+Blue) = 150+131+186=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 186 - color contains mainly: blue. Hex color #9683BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683BA is #697C45. Grayscale: #8E8E8E. Windows color (decimal): -6913094 or 12223382. OLE color: 12223382.
HSL color Cylindrical-coordinate representation of color #9683BA: hue angle of 260.73º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9683BA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 131 | 186 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.27 |
| HSL | 260.73º | 0.28% | 0.62% | - |
| HSV(B) | 260.73º | 0.3% | 0.73% | - |
| XYZ | 29.56 | 26.26 | 49.97 | - |
| YUV | 142.95 | 152.29 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 186 | 0.19 | 0.30 | 0 | 0.27 | 260.73 | 0.28 | 0.62 |
| Hex | 96 | 83 | BA | 13 | 1E | 0 | 1B | 105 | 1C | 3E |
| Octal | 226 | 203 | 272 | 23 | 36 | 0 | 33 | 405 | 34 | 76 |
| Binary | 10010110 | 10000011 | 10111010 | 10011 | 11110 | 0 | 11011 | 100000101 | 11100 | 111110 |
Color Harmonies of #9683BA
Complementary color
Monochromatic Colors of #9683BA
Black with #9683BA
Text Example
Text Example
White with #9683BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683BA; }
p { color: rgb(150,131,186); }
H1.HeaderClassName
{
color: #9683BA;
}
.AnyTagClassName
{
color: #9683BA;
}
</style>
background-color css
<style>
a { background-color: #9683BA; }
a { background-color: rgb(150,131,186); }
div.DivClassName
{
background-color: #9683BA;
}
.BgClassName
{
background-color: #9683BA;
}
</style>
border-color css
<style>
span { border-color: #9683BA; }
span { border-color: rgb(150,131,186); }
td.TdClassName
{
border-color: #9683BA;
}
.TagClassName
{
border-color: #9683BA;
}
</style>