Shades of Cold Purple #9681BC
Tints of Cold Purple #9681BC
RGB
CMYK
RGB Variations
Color information
#9681BC (or 0x9681BC) is known color: Cold Purple. HEX triplet: 96, 81 and BC. RGB value is (150,129,188). Sum of RGB (Red+Green+Blue) = 150+129+188=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #9681BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681BC is #697E43. Grayscale: #8D8D8D. Windows color (decimal): -6913604 or 12353942. OLE color: 12353942.
HSL color Cylindrical-coordinate representation of color #9681BC: hue angle of 261.36º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9681BC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 129 | 188 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.26 |
| HSL | 261.36º | 0.31% | 0.62% | - |
| HSV(B) | 261.36º | 0.31% | 0.74% | - |
| XYZ | 29.51 | 25.82 | 51 | - |
| YUV | 142.01 | 153.96 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 188 | 0.20 | 0.31 | 0 | 0.26 | 261.36 | 0.31 | 0.62 |
| Hex | 96 | 81 | BC | 14 | 1F | 0 | 1A | 105 | 1F | 3E |
| Octal | 226 | 201 | 274 | 24 | 37 | 0 | 32 | 405 | 37 | 76 |
| Binary | 10010110 | 10000001 | 10111100 | 10100 | 11111 | 0 | 11010 | 100000101 | 11111 | 111110 |
Color Harmonies of #9681BC
Complementary color
Monochromatic Colors of #9681BC
Black with #9681BC
Text Example
Text Example
White with #9681BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681BC; }
p { color: rgb(150,129,188); }
H1.HeaderClassName
{
color: #9681BC;
}
.AnyTagClassName
{
color: #9681BC;
}
</style>
background-color css
<style>
a { background-color: #9681BC; }
a { background-color: rgb(150,129,188); }
div.DivClassName
{
background-color: #9681BC;
}
.BgClassName
{
background-color: #9681BC;
}
</style>
border-color css
<style>
span { border-color: #9681BC; }
span { border-color: rgb(150,129,188); }
td.TdClassName
{
border-color: #9681BC;
}
.TagClassName
{
border-color: #9681BC;
}
</style>