Shades of Cold Purple #9F89C3
Tints of Cold Purple #9F89C3
RGB
CMYK
RGB Variations
Color information
#9F89C3 (or 0x9F89C3) is known color: Cold Purple. HEX triplet: 9F, 89 and C3. RGB value is (159,137,195). Sum of RGB (Red+Green+Blue) = 159+137+195=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 137 (53.91% from 255 or 27.90% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #9F89C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89C3 is #60763C. Grayscale: #959595. Windows color (decimal): -6321725 or 12814751. OLE color: 12814751.
HSL color Cylindrical-coordinate representation of color #9F89C3: hue angle of 262.76º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F89C3 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 137 | 195 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.24 |
| HSL | 262.76º | 0.33% | 0.65% | - |
| HSV(B) | 262.76º | 0.3% | 0.76% | - |
| XYZ | 33.09 | 29.2 | 55.52 | - |
| YUV | 150.19 | 153.29 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 195 | 0.18 | 0.30 | 0 | 0.24 | 262.76 | 0.33 | 0.65 |
| Hex | 9F | 89 | C3 | 12 | 1E | 0 | 18 | 107 | 21 | 41 |
| Octal | 237 | 211 | 303 | 22 | 36 | 0 | 30 | 407 | 41 | 101 |
| Binary | 10011111 | 10001001 | 11000011 | 10010 | 11110 | 0 | 11000 | 100000111 | 100001 | 1000001 |
Color Harmonies of #9F89C3
Complementary color
Monochromatic Colors of #9F89C3
Black with #9F89C3
Text Example
Text Example
White with #9F89C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89C3; }
p { color: rgb(159,137,195); }
H1.HeaderClassName
{
color: #9F89C3;
}
.AnyTagClassName
{
color: #9F89C3;
}
</style>
background-color css
<style>
a { background-color: #9F89C3; }
a { background-color: rgb(159,137,195); }
div.DivClassName
{
background-color: #9F89C3;
}
.BgClassName
{
background-color: #9F89C3;
}
</style>
border-color css
<style>
span { border-color: #9F89C3; }
span { border-color: rgb(159,137,195); }
td.TdClassName
{
border-color: #9F89C3;
}
.TagClassName
{
border-color: #9F89C3;
}
</style>