Shades of Cold Purple #9683BF
Tints of Cold Purple #9683BF
RGB
CMYK
RGB Variations
Color information
#9683BF (or 0x9683BF) is known color: Cold Purple. HEX triplet: 96, 83 and BF. RGB value is (150,131,191). Sum of RGB (Red+Green+Blue) = 150+131+191=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 131 (51.56% from 255 or 27.75% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #9683BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9683BF is #697C40. Grayscale: #8F8F8F. Windows color (decimal): -6913089 or 12551062. OLE color: 12551062.
HSL color Cylindrical-coordinate representation of color #9683BF: hue angle of 259º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9683BF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 131 | 191 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.25 |
| HSL | 259º | 0.32% | 0.63% | - |
| HSV(B) | 259º | 0.31% | 0.75% | - |
| XYZ | 30.1 | 26.48 | 52.81 | - |
| YUV | 143.52 | 154.79 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 191 | 0.21 | 0.31 | 0 | 0.25 | 259 | 0.32 | 0.63 |
| Hex | 96 | 83 | BF | 15 | 1F | 0 | 19 | 103 | 20 | 3F |
| Octal | 226 | 203 | 277 | 25 | 37 | 0 | 31 | 403 | 40 | 77 |
| Binary | 10010110 | 10000011 | 10111111 | 10101 | 11111 | 0 | 11001 | 100000011 | 100000 | 111111 |
Color Harmonies of #9683BF
Complementary color
Monochromatic Colors of #9683BF
Black with #9683BF
Text Example
Text Example
White with #9683BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9683BF; }
p { color: rgb(150,131,191); }
H1.HeaderClassName
{
color: #9683BF;
}
.AnyTagClassName
{
color: #9683BF;
}
</style>
background-color css
<style>
a { background-color: #9683BF; }
a { background-color: rgb(150,131,191); }
div.DivClassName
{
background-color: #9683BF;
}
.BgClassName
{
background-color: #9683BF;
}
</style>
border-color css
<style>
span { border-color: #9683BF; }
span { border-color: rgb(150,131,191); }
td.TdClassName
{
border-color: #9683BF;
}
.TagClassName
{
border-color: #9683BF;
}
</style>