Shades of Cold Purple #9689B2
Tints of Cold Purple #9689B2
RGB
CMYK
RGB Variations
Color information
#9689B2 (or 0x9689B2) is known color: Cold Purple. HEX triplet: 96, 89 and B2. RGB value is (150,137,178). Sum of RGB (Red+Green+Blue) = 150+137+178=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 178 - color contains mainly: blue. Hex color #9689B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9689B2 is #69764D. Grayscale: #919191. Windows color (decimal): -6911566 or 11700630. OLE color: 11700630.
HSL color Cylindrical-coordinate representation of color #9689B2: hue angle of 259.02º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9689B2 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 137 | 178 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.30 |
| HSL | 259.02º | 0.21% | 0.62% | - |
| HSV(B) | 259.02º | 0.23% | 0.7% | - |
| XYZ | 29.56 | 27.59 | 45.89 | - |
| YUV | 145.56 | 146.31 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 178 | 0.16 | 0.23 | 0 | 0.30 | 259.02 | 0.21 | 0.62 |
| Hex | 96 | 89 | B2 | 10 | 17 | 0 | 1E | 103 | 15 | 3E |
| Octal | 226 | 211 | 262 | 20 | 27 | 0 | 36 | 403 | 25 | 76 |
| Binary | 10010110 | 10001001 | 10110010 | 10000 | 10111 | 0 | 11110 | 100000011 | 10101 | 111110 |
Color Harmonies of #9689B2
Complementary color
Monochromatic Colors of #9689B2
Black with #9689B2
Text Example
Text Example
White with #9689B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9689B2; }
p { color: rgb(150,137,178); }
H1.HeaderClassName
{
color: #9689B2;
}
.AnyTagClassName
{
color: #9689B2;
}
</style>
background-color css
<style>
a { background-color: #9689B2; }
a { background-color: rgb(150,137,178); }
div.DivClassName
{
background-color: #9689B2;
}
.BgClassName
{
background-color: #9689B2;
}
</style>
border-color css
<style>
span { border-color: #9689B2; }
span { border-color: rgb(150,137,178); }
td.TdClassName
{
border-color: #9689B2;
}
.TagClassName
{
border-color: #9689B2;
}
</style>