Shades of Cold Purple #9F89CB
Tints of Cold Purple #9F89CB
RGB
CMYK
RGB Variations
Color information
#9F89CB (or 0x9F89CB) is known color: Cold Purple. HEX triplet: 9F, 89 and CB. RGB value is (159,137,203). Sum of RGB (Red+Green+Blue) = 159+137+203=499 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.86% from 499); Green value is 137 (53.91% from 255 or 27.45% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F89CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F89CB is #607634. Grayscale: #969696. Windows color (decimal): -6321717 or 13339039. OLE color: 13339039.
HSL color Cylindrical-coordinate representation of color #9F89CB: hue angle of 260º degrees, saturation: 0.39, 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 #9F89CB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 137 | 203 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.20 |
| HSL | 260º | 0.39% | 0.67% | - |
| HSV(B) | 260º | 0.33% | 0.8% | - |
| XYZ | 34.02 | 29.57 | 60.42 | - |
| YUV | 151.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 203 | 0.22 | 0.33 | 0 | 0.20 | 260 | 0.39 | 0.67 |
| Hex | 9F | 89 | CB | 16 | 21 | 0 | 14 | 104 | 27 | 43 |
| Octal | 237 | 211 | 313 | 26 | 41 | 0 | 24 | 404 | 47 | 103 |
| Binary | 10011111 | 10001001 | 11001011 | 10110 | 100001 | 0 | 10100 | 100000100 | 100111 | 1000011 |
Color Harmonies of #9F89CB
Complementary color
Monochromatic Colors of #9F89CB
Black with #9F89CB
Text Example
Text Example
White with #9F89CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F89CB; }
p { color: rgb(159,137,203); }
H1.HeaderClassName
{
color: #9F89CB;
}
.AnyTagClassName
{
color: #9F89CB;
}
</style>
background-color css
<style>
a { background-color: #9F89CB; }
a { background-color: rgb(159,137,203); }
div.DivClassName
{
background-color: #9F89CB;
}
.BgClassName
{
background-color: #9F89CB;
}
</style>
border-color css
<style>
span { border-color: #9F89CB; }
span { border-color: rgb(159,137,203); }
td.TdClassName
{
border-color: #9F89CB;
}
.TagClassName
{
border-color: #9F89CB;
}
</style>