Shades of Cold Purple #9681C0
Tints of Cold Purple #9681C0
RGB
CMYK
RGB Variations
Color information
#9681C0 (or 0x9681C0) is known color: Cold Purple. HEX triplet: 96, 81 and C0. RGB value is (150,129,192). Sum of RGB (Red+Green+Blue) = 150+129+192=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #9681C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681C0 is #697E3F. Grayscale: #8E8E8E. Windows color (decimal): -6913600 or 12616086. OLE color: 12616086.
HSL color Cylindrical-coordinate representation of color #9681C0: hue angle of 260º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9681C0 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 129 | 192 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.25 |
| HSL | 260º | 0.33% | 0.63% | - |
| HSV(B) | 260º | 0.33% | 0.75% | - |
| XYZ | 29.94 | 25.99 | 53.31 | - |
| YUV | 142.46 | 155.96 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 192 | 0.22 | 0.33 | 0 | 0.25 | 260 | 0.33 | 0.63 |
| Hex | 96 | 81 | C0 | 16 | 21 | 0 | 19 | 104 | 21 | 3F |
| Octal | 226 | 201 | 300 | 26 | 41 | 0 | 31 | 404 | 41 | 77 |
| Binary | 10010110 | 10000001 | 11000000 | 10110 | 100001 | 0 | 11001 | 100000100 | 100001 | 111111 |
Color Harmonies of #9681C0
Complementary color
Monochromatic Colors of #9681C0
Black with #9681C0
Text Example
Text Example
White with #9681C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681C0; }
p { color: rgb(150,129,192); }
H1.HeaderClassName
{
color: #9681C0;
}
.AnyTagClassName
{
color: #9681C0;
}
</style>
background-color css
<style>
a { background-color: #9681C0; }
a { background-color: rgb(150,129,192); }
div.DivClassName
{
background-color: #9681C0;
}
.BgClassName
{
background-color: #9681C0;
}
</style>
border-color css
<style>
span { border-color: #9681C0; }
span { border-color: rgb(150,129,192); }
td.TdClassName
{
border-color: #9681C0;
}
.TagClassName
{
border-color: #9681C0;
}
</style>