Shades of Cold Purple #9689CA
Tints of Cold Purple #9689CA
RGB
CMYK
RGB Variations
Color information
#9689CA (or 0x9689CA) is known color: Cold Purple. HEX triplet: 96, 89 and CA. RGB value is (150,137,202). Sum of RGB (Red+Green+Blue) = 150+137+202=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #9689CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689CA is #697635. Grayscale: #949494. Windows color (decimal): -6911542 or 13273494. OLE color: 13273494.
HSL color Cylindrical-coordinate representation of color #9689CA: hue angle of 252º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9689CA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 137 | 202 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.21 |
| HSL | 252º | 0.38% | 0.66% | - |
| HSV(B) | 252º | 0.32% | 0.79% | - |
| XYZ | 32.18 | 28.64 | 59.71 | - |
| YUV | 148.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 202 | 0.26 | 0.32 | 0 | 0.21 | 252 | 0.38 | 0.66 |
| Hex | 96 | 89 | CA | 1A | 20 | 0 | 15 | FC | 26 | 42 |
| Octal | 226 | 211 | 312 | 32 | 40 | 0 | 25 | 374 | 46 | 102 |
| Binary | 10010110 | 10001001 | 11001010 | 11010 | 100000 | 0 | 10101 | 11111100 | 100110 | 1000010 |
Color Harmonies of #9689CA
Complementary color
Monochromatic Colors of #9689CA
Black with #9689CA
Text Example
Text Example
White with #9689CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9689CA; }
p { color: rgb(150,137,202); }
H1.HeaderClassName
{
color: #9689CA;
}
.AnyTagClassName
{
color: #9689CA;
}
</style>
background-color css
<style>
a { background-color: #9689CA; }
a { background-color: rgb(150,137,202); }
div.DivClassName
{
background-color: #9689CA;
}
.BgClassName
{
background-color: #9689CA;
}
</style>
border-color css
<style>
span { border-color: #9689CA; }
span { border-color: rgb(150,137,202); }
td.TdClassName
{
border-color: #9689CA;
}
.TagClassName
{
border-color: #9689CA;
}
</style>