Shades of Cold Purple #9F89CD
Tints of Cold Purple #9F89CD
RGB
CMYK
RGB Variations
Color information
#9F89CD (or 0x9F89CD) is known color: Cold Purple. HEX triplet: 9F, 89 and CD. RGB value is (159,137,205). Sum of RGB (Red+Green+Blue) = 159+137+205=501 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.74% from 501); Green value is 137 (53.91% from 255 or 27.35% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F89CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89CD is #607632. Grayscale: #979797. Windows color (decimal): -6321715 or 13470111. OLE color: 13470111.
HSL color Cylindrical-coordinate representation of color #9F89CD: hue angle of 259.41º 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 #9F89CD is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 137 | 205 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.20 |
| HSL | 259.41º | 0.4% | 0.67% | - |
| HSV(B) | 259.41º | 0.33% | 0.8% | - |
| XYZ | 34.26 | 29.67 | 61.68 | - |
| YUV | 151.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 205 | 0.22 | 0.33 | 0 | 0.20 | 259.41 | 0.4 | 0.67 |
| Hex | 9F | 89 | CD | 16 | 21 | 0 | 14 | 103 | 28 | 43 |
| Octal | 237 | 211 | 315 | 26 | 41 | 0 | 24 | 403 | 50 | 103 |
| Binary | 10011111 | 10001001 | 11001101 | 10110 | 100001 | 0 | 10100 | 100000011 | 101000 | 1000011 |
Color Harmonies of #9F89CD
Complementary color
Monochromatic Colors of #9F89CD
Black with #9F89CD
Text Example
Text Example
White with #9F89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89CD; }
p { color: rgb(159,137,205); }
H1.HeaderClassName
{
color: #9F89CD;
}
.AnyTagClassName
{
color: #9F89CD;
}
</style>
background-color css
<style>
a { background-color: #9F89CD; }
a { background-color: rgb(159,137,205); }
div.DivClassName
{
background-color: #9F89CD;
}
.BgClassName
{
background-color: #9F89CD;
}
</style>
border-color css
<style>
span { border-color: #9F89CD; }
span { border-color: rgb(159,137,205); }
td.TdClassName
{
border-color: #9F89CD;
}
.TagClassName
{
border-color: #9F89CD;
}
</style>