Shades of Cold Purple #9F8ACF
Tints of Cold Purple #9F8ACF
RGB
CMYK
RGB Variations
Color information
#9F8ACF (or 0x9F8ACF) is known color: Cold Purple. HEX triplet: 9F, 8A and CF. RGB value is (159,138,207). Sum of RGB (Red+Green+Blue) = 159+138+207=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F8ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F8ACF is #607530. Grayscale: #979797. Windows color (decimal): -6321457 or 13601439. OLE color: 13601439.
HSL color Cylindrical-coordinate representation of color #9F8ACF: hue angle of 258.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F8ACF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 138 | 207 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.19 |
| HSL | 258.26º | 0.42% | 0.68% | - |
| HSV(B) | 258.26º | 0.33% | 0.81% | - |
| XYZ | 34.65 | 30.05 | 63.01 | - |
| YUV | 152.15 | 158.96 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 138 | 207 | 0.23 | 0.33 | 0 | 0.19 | 258.26 | 0.42 | 0.68 |
| Hex | 9F | 8A | CF | 17 | 21 | 0 | 13 | 102 | 2A | 44 |
| Octal | 237 | 212 | 317 | 27 | 41 | 0 | 23 | 402 | 52 | 104 |
| Binary | 10011111 | 10001010 | 11001111 | 10111 | 100001 | 0 | 10011 | 100000010 | 101010 | 1000100 |
Color Harmonies of #9F8ACF
Complementary color
Monochromatic Colors of #9F8ACF
Black with #9F8ACF
Text Example
Text Example
White with #9F8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8ACF; }
p { color: rgb(159,138,207); }
H1.HeaderClassName
{
color: #9F8ACF;
}
.AnyTagClassName
{
color: #9F8ACF;
}
</style>
background-color css
<style>
a { background-color: #9F8ACF; }
a { background-color: rgb(159,138,207); }
div.DivClassName
{
background-color: #9F8ACF;
}
.BgClassName
{
background-color: #9F8ACF;
}
</style>
border-color css
<style>
span { border-color: #9F8ACF; }
span { border-color: rgb(159,138,207); }
td.TdClassName
{
border-color: #9F8ACF;
}
.TagClassName
{
border-color: #9F8ACF;
}
</style>