Shades of Cold Purple #9681CA
Tints of Cold Purple #9681CA
RGB
CMYK
RGB Variations
Color information
#9681CA (or 0x9681CA) is known color: Cold Purple. HEX triplet: 96, 81 and CA. RGB value is (150,129,202). Sum of RGB (Red+Green+Blue) = 150+129+202=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #9681CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9681CA is #697E35. Grayscale: #8F8F8F. Windows color (decimal): -6913590 or 13271446. OLE color: 13271446.
HSL color Cylindrical-coordinate representation of color #9681CA: hue angle of 257.26º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9681CA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 129 | 202 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.21 |
| HSL | 257.26º | 0.41% | 0.65% | - |
| HSV(B) | 257.26º | 0.36% | 0.79% | - |
| XYZ | 31.09 | 26.45 | 59.34 | - |
| YUV | 143.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 129 | 202 | 0.26 | 0.36 | 0 | 0.21 | 257.26 | 0.41 | 0.65 |
| Hex | 96 | 81 | CA | 1A | 24 | 0 | 15 | 101 | 29 | 41 |
| Octal | 226 | 201 | 312 | 32 | 44 | 0 | 25 | 401 | 51 | 101 |
| Binary | 10010110 | 10000001 | 11001010 | 11010 | 100100 | 0 | 10101 | 100000001 | 101001 | 1000001 |
Color Harmonies of #9681CA
Complementary color
Monochromatic Colors of #9681CA
Black with #9681CA
Text Example
Text Example
White with #9681CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9681CA; }
p { color: rgb(150,129,202); }
H1.HeaderClassName
{
color: #9681CA;
}
.AnyTagClassName
{
color: #9681CA;
}
</style>
background-color css
<style>
a { background-color: #9681CA; }
a { background-color: rgb(150,129,202); }
div.DivClassName
{
background-color: #9681CA;
}
.BgClassName
{
background-color: #9681CA;
}
</style>
border-color css
<style>
span { border-color: #9681CA; }
span { border-color: rgb(150,129,202); }
td.TdClassName
{
border-color: #9681CA;
}
.TagClassName
{
border-color: #9681CA;
}
</style>