Shades of Cold Purple #9F89CC
Tints of Cold Purple #9F89CC
RGB
CMYK
RGB Variations
Color information
#9F89CC (or 0x9F89CC) is known color: Cold Purple. HEX triplet: 9F, 89 and CC. RGB value is (159,137,204). Sum of RGB (Red+Green+Blue) = 159+137+204=500 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F89CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89CC is #607633. Grayscale: #969696. Windows color (decimal): -6321716 or 13404575. OLE color: 13404575.
HSL color Cylindrical-coordinate representation of color #9F89CC: hue angle of 259.7º 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 #9F89CC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 137 | 204 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.2 |
| HSL | 259.7º | 0.4% | 0.67% | - |
| HSV(B) | 259.7º | 0.33% | 0.8% | - |
| XYZ | 34.14 | 29.62 | 61.04 | - |
| YUV | 151.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 204 | 0.22 | 0.33 | 0 | 0.2 | 259.7 | 0.4 | 0.67 |
| Hex | 9F | 89 | CC | 16 | 21 | 0 | 14 | 104 | 28 | 43 |
| Octal | 237 | 211 | 314 | 26 | 41 | 0 | 24 | 404 | 50 | 103 |
| Binary | 10011111 | 10001001 | 11001100 | 10110 | 100001 | 0 | 10100 | 100000100 | 101000 | 1000011 |
Color Harmonies of #9F89CC
Complementary color
Monochromatic Colors of #9F89CC
Black with #9F89CC
Text Example
Text Example
White with #9F89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89CC; }
p { color: rgb(159,137,204); }
H1.HeaderClassName
{
color: #9F89CC;
}
.AnyTagClassName
{
color: #9F89CC;
}
</style>
background-color css
<style>
a { background-color: #9F89CC; }
a { background-color: rgb(159,137,204); }
div.DivClassName
{
background-color: #9F89CC;
}
.BgClassName
{
background-color: #9F89CC;
}
</style>
border-color css
<style>
span { border-color: #9F89CC; }
span { border-color: rgb(159,137,204); }
td.TdClassName
{
border-color: #9F89CC;
}
.TagClassName
{
border-color: #9F89CC;
}
</style>