Shades of Cold Purple #9689CC
Tints of Cold Purple #9689CC
RGB
CMYK
RGB Variations
Color information
#9689CC (or 0x9689CC) is known color: Cold Purple. HEX triplet: 96, 89 and CC. RGB value is (150,137,204). Sum of RGB (Red+Green+Blue) = 150+137+204=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #9689CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9689CC is #697633. Grayscale: #949494. Windows color (decimal): -6911540 or 13404566. OLE color: 13404566.
HSL color Cylindrical-coordinate representation of color #9689CC: hue angle of 251.64º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9689CC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 137 | 204 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.2 |
| HSL | 251.64º | 0.4% | 0.67% | - |
| HSV(B) | 251.64º | 0.33% | 0.8% | - |
| XYZ | 32.42 | 28.73 | 60.96 | - |
| YUV | 148.53 | 159.31 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 204 | 0.26 | 0.33 | 0 | 0.2 | 251.64 | 0.4 | 0.67 |
| Hex | 96 | 89 | CC | 1A | 21 | 0 | 14 | FC | 28 | 43 |
| Octal | 226 | 211 | 314 | 32 | 41 | 0 | 24 | 374 | 50 | 103 |
| Binary | 10010110 | 10001001 | 11001100 | 11010 | 100001 | 0 | 10100 | 11111100 | 101000 | 1000011 |
Color Harmonies of #9689CC
Complementary color
Monochromatic Colors of #9689CC
Black with #9689CC
Text Example
Text Example
White with #9689CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9689CC; }
p { color: rgb(150,137,204); }
H1.HeaderClassName
{
color: #9689CC;
}
.AnyTagClassName
{
color: #9689CC;
}
</style>
background-color css
<style>
a { background-color: #9689CC; }
a { background-color: rgb(150,137,204); }
div.DivClassName
{
background-color: #9689CC;
}
.BgClassName
{
background-color: #9689CC;
}
</style>
border-color css
<style>
span { border-color: #9689CC; }
span { border-color: rgb(150,137,204); }
td.TdClassName
{
border-color: #9689CC;
}
.TagClassName
{
border-color: #9689CC;
}
</style>